ATLAS Offline Software
Public Attributes | List of all members
StackNode_ Struct Reference

Node used to store trace data. More...

#include <stackstash.h>

Collaboration diagram for StackNode_:

Public Attributes

struct StackNode_parent
 
unsigned short nelts
 
unsigned short nkids
 
StackHandlehandles
 
void * p [1]
 

Detailed Description

Node used to store trace data.

See above for the structure.

Definition at line 93 of file stackstash.h.

Member Data Documentation

◆ handles

StackHandle* StackNode_::handles

Definition at line 98 of file stackstash.h.

◆ nelts

unsigned short StackNode_::nelts

Definition at line 96 of file stackstash.h.

◆ nkids

unsigned short StackNode_::nkids

Definition at line 97 of file stackstash.h.

◆ p

void* StackNode_::p[1]

Definition at line 100 of file stackstash.h.

◆ parent

struct StackNode_* StackNode_::parent

Definition at line 95 of file stackstash.h.


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