From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02641.html | 227 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 docs/doxygen/nel/a02641.html (limited to 'docs/doxygen/nel/a02641.html') diff --git a/docs/doxygen/nel/a02641.html b/docs/doxygen/nel/a02641.html new file mode 100644 index 00000000..a345f0c0 --- /dev/null +++ b/docs/doxygen/nel/a02641.html @@ -0,0 +1,227 @@ + + +NeL: NLMISC::CHTimer::CExamStackEntry struct Reference + + + +
+

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
+ + -- cgit v1.2.1