NLMISC::CHTimer::CExamStackEntry Struct Reference


Detailed Description

For Hierarchical + sorted display. displayHierarchicalByExecutionPath()

Definition at line 387 of file hierarchical_timer.h.

Public Member Functions

 CExamStackEntry (CNode *node, uint depth)
 CExamStackEntry (CNode *node)

Data Fields

std::vector< CNode * > Children
uint CurrentChild
uint Depth
CNodeNode


Constructor & Destructor Documentation

NLMISC::CHTimer::CExamStackEntry::CExamStackEntry CNode node  )  [inline, explicit]
 

Definition at line 398 of file hierarchical_timer.h.

References CurrentChild.

00399                 {
00400                         Node= node;
00401                         CurrentChild= 0;
00402                         Depth = 0;
00403                 }

NLMISC::CHTimer::CExamStackEntry::CExamStackEntry CNode node,
uint  depth
[inline, explicit]
 

Definition at line 405 of file hierarchical_timer.h.

References CurrentChild, depth, and uint.

00406                 {
00407                         Node= node;
00408                         CurrentChild= 0;
00409                         Depth = depth;
00410                 }


Field Documentation

std::vector<CNode*> NLMISC::CHTimer::CExamStackEntry::Children
 

Definition at line 394 of file hierarchical_timer.h.

uint NLMISC::CHTimer::CExamStackEntry::CurrentChild
 

Definition at line 392 of file hierarchical_timer.h.

Referenced by CExamStackEntry().

uint NLMISC::CHTimer::CExamStackEntry::Depth
 

Definition at line 396 of file hierarchical_timer.h.

CNode* NLMISC::CHTimer::CExamStackEntry::Node
 

Definition at line 390 of file hierarchical_timer.h.


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 13:18:18 2004 for NeL by doxygen 1.3.6