Stores a fixed maximum size list of StackFrame.
More...
#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/base/arccore/base/StackTrace.h>
Stores a fixed maximum size list of StackFrame.
Definition at line 62 of file arccore/src/base/arccore/base/StackTrace.h.
◆ FixedStackFrameArray()
| Arcane::FixedStackFrameArray::FixedStackFrameArray |
( |
| ) |
|
|
inline |
◆ addFrame()
| void Arcane::FixedStackFrameArray::addFrame |
( |
const StackFrame & | frame | ) |
|
|
inline |
◆ nbFrame()
| Integer Arcane::FixedStackFrameArray::nbFrame |
( |
| ) |
const |
|
inline |
◆ view()
◆ m_addresses
| StackFrame Arcane::FixedStackFrameArray::m_addresses[MAX_FRAME] |
|
private |
◆ m_nb_frame
| Integer Arcane::FixedStackFrameArray::m_nb_frame |
|
private |
◆ MAX_FRAME
| const int Arcane::FixedStackFrameArray::MAX_FRAME = 32 |
|
static |
The documentation for this class was generated from the following file: