Public Member Functions | |
| ConstArrayView< StackFrame > | view () const |
| void | addFrame (const StackFrame &frame) |
| Adds a frame to the list of frames. If nbFrame() is greater than or equal to MAX_FRAME, no operation is performed. | |
| Integer | nbFrame () const |
Static Public Attributes | |
| static const int | MAX_FRAME = 32 |
Definition at line 62 of file arccore/src/base/arccore/base/StackTrace.h.
|
inline |
Definition at line 67 of file arccore/src/base/arccore/base/StackTrace.h.
|
inline |
Adds a frame to the list of frames. If nbFrame() is greater than or equal to MAX_FRAME, no operation is performed.
Definition at line 82 of file arccore/src/base/arccore/base/StackTrace.h.
|
inline |
Definition at line 89 of file arccore/src/base/arccore/base/StackTrace.h.
|
inline |
Definition at line 73 of file arccore/src/base/arccore/base/StackTrace.h.
|
static |
Definition at line 66 of file arccore/src/base/arccore/base/StackTrace.h.