#include <AMReX_Config.H>#include <stack>#include <string>#include <utility>#include <cstdlib>Go to the source code of this file.
Classes | |
| struct | amrex::BLBackTrace |
| class | amrex::BLBTer |
Namespaces | |
| namespace | amrex |
Macros | |
| #define | BL_PASTE2(x, y) x##y |
| #define | BL_PASTE(x, y) BL_PASTE2(x, y) |
| #define | BL_BACKTRACE_PUSH(S) amrex::BLBTer BL_PASTE( bl_bter, __COUNTER__ )( S, __FILE__, __LINE__ ) |
| #define | BL_BACKTRACE_POP() amrex::BLBackTrace::bt_stack.pop() |
| #define BL_BACKTRACE_POP | ( | ) | amrex::BLBackTrace::bt_stack.pop() |
| #define BL_BACKTRACE_PUSH | ( | S | ) | amrex::BLBTer BL_PASTE( bl_bter, __COUNTER__ )( S, __FILE__, __LINE__ ) |
| #define BL_PASTE | ( | x, | |
| y | |||
| ) | BL_PASTE2(x, y) |
| #define BL_PASTE2 | ( | x, | |
| y | |||
| ) | x##y |