ADTF  3.18.2
callstack_struct.h
Go to the documentation of this file.
1 
7 #ifndef _CALL_STACK_STRUCT_HEADER
8 #define _CALL_STACK_STRUCT_HEADER
9 
10 namespace A_UTILS_NS
11 {
12 
16 struct tCallStack
17 {
18  tCallStack(): nCount(0), pStack(nullptr) {}
21 };
22 
23 } //namespace
24 
25 #endif
void tVoid
The tVoid is always the definition for the void (non-type).
int tInt
type definition for signed integer value (platform and compiler dependent type).
ADTF A_UTIL Namespace - Within adtf this is used as adtf::util or adtf_util.
Definition: d_ptr.h:11
Respresentation for a Call stack trace.
tInt nCount
The amount of stack frames.
tVoid * pStack
Internal pointer.