PLCnext API Documentation 23.0.2.9
|
Public Types | |
typedef std::list< String > | Items |
Public Member Functions | |
StackTrace (void)=default | |
Constructs an StackTrace_ instance. | |
StackTrace (const StackTrace &arg)=default | |
Copy constructor. | |
StackTrace (const StackTrace &&arg) | |
Move constructor. | |
StackTrace & | operator= (const StackTrace &arg)=default |
Assignment operator. | |
~StackTrace (void)=default | |
Destructs this instance and frees all resources. | |
const Items & | GetItems (void) const |
Static Public Member Functions | |
static StackTrace | GetCurrent (int skipDepth=0) |