Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::FixedStackFrameArray Class Reference

Public Member Functions

ConstArrayView< StackFrameview () 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

Detailed Description

Definition at line 62 of file arccore/src/base/arccore/base/StackTrace.h.

Constructor & Destructor Documentation

◆ FixedStackFrameArray()

Arcane::FixedStackFrameArray::FixedStackFrameArray ( )
inline

Definition at line 67 of file arccore/src/base/arccore/base/StackTrace.h.

Member Function Documentation

◆ addFrame()

void Arcane::FixedStackFrameArray::addFrame ( const StackFrame & frame)
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.

◆ nbFrame()

Integer Arcane::FixedStackFrameArray::nbFrame ( ) const
inline

Definition at line 89 of file arccore/src/base/arccore/base/StackTrace.h.

◆ view()

ConstArrayView< StackFrame > Arcane::FixedStackFrameArray::view ( ) const
inline

Definition at line 73 of file arccore/src/base/arccore/base/StackTrace.h.

Member Data Documentation

◆ MAX_FRAME

const int Arcane::FixedStackFrameArray::MAX_FRAME = 32
static

Definition at line 66 of file arccore/src/base/arccore/base/StackTrace.h.


The documentation for this class was generated from the following file: