ATLAS Offline Software
|
Node used to store trace data. More...
#include <stackstash.h>
Public Attributes | |
struct StackNode_ * | parent |
unsigned short | nelts |
unsigned short | nkids |
StackHandle * | handles |
void * | p [1] |
Node used to store trace data.
See above for the structure.
Definition at line 93 of file stackstash.h.
StackHandle* StackNode_::handles |
Definition at line 98 of file stackstash.h.
unsigned short StackNode_::nelts |
Definition at line 96 of file stackstash.h.
unsigned short StackNode_::nkids |
Definition at line 97 of file stackstash.h.
void* StackNode_::p[1] |
Definition at line 100 of file stackstash.h.
struct StackNode_* StackNode_::parent |
Definition at line 95 of file stackstash.h.