ADTF
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
) {}
19
tInt
nCount
;
20
tVoid
*
pStack
;
21
};
22
23
}
//namespace
24
25
#endif
tVoid
void tVoid
The tVoid is always the definition for the void (non-type).
Definition:
builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/base/types.h:44
tInt
int tInt
type definition for signed integer value (platform and compiler dependent type).
Definition:
builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/base/types.h:70
A_UTILS_NS
ADTF A_UTIL Namespace - Within adtf this is used as adtf::util or adtf_util.
Definition:
d_ptr.h:11
A_UTILS_NS::tCallStack
Respresentation for a Call stack trace.
Definition:
callstack_struct.h:17
A_UTILS_NS::tCallStack::nCount
tInt nCount
The amount of stack frames.
Definition:
callstack_struct.h:19
A_UTILS_NS::tCallStack::pStack
tVoid * pStack
Internal pointer.
Definition:
callstack_struct.h:20
src
libraries
a_utils
include
a_utils
sys
callstack_struct.h
Copyright © CARIAD SE. All rights reserved | Generated on Wed Dec 4 2024 by doxygen 1.9.1 | GIT Commit Hash: ff84856774689ccadf4e71140e1910b71f441b67