Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::StackFrame Class Reference

Stores the addresses corresponding to a call stack. This class is internal and should not be used outside of Arccore. More...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/base/arccore/base/StackTrace.h>

Collaboration diagram for Arcane::StackFrame:

Public Member Functions

 StackFrame (intptr_t v)
intptr_t address () const

Private Attributes

intptr_t m_address

Detailed Description

Stores the addresses corresponding to a call stack. This class is internal and should not be used outside of Arccore.

Todo
add support for windows.

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

Constructor & Destructor Documentation

◆ StackFrame() [1/2]

Arcane::StackFrame::StackFrame ( intptr_t v)
inlineexplicit

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

◆ StackFrame() [2/2]

Arcane::StackFrame::StackFrame ( )
inline

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

Member Function Documentation

◆ address()

intptr_t Arcane::StackFrame::address ( ) const
inline

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

Member Data Documentation

◆ m_address

intptr_t Arcane::StackFrame::m_address
private

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


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