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/a02613.html | 171 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 docs/doxygen/nel/a02613.html (limited to 'docs/doxygen/nel/a02613.html') diff --git a/docs/doxygen/nel/a02613.html b/docs/doxygen/nel/a02613.html new file mode 100644 index 00000000..647c22cd --- /dev/null +++ b/docs/doxygen/nel/a02613.html @@ -0,0 +1,171 @@ + + +NeL: NLMISC::CHeapAllocator::CFreeNode struct Reference + + + +
+

NLMISC::CHeapAllocator::CFreeNode Struct Reference

+ + + + + + + + + + + + + +

Public Types

enum  { Red = 1 + }

Data Fields

uint32 Flags
CFreeNodeLeft
CFreeNodeParent
CFreeNodeRight
+

Member Enumeration Documentation

+

+ + + + +
+ + +
anonymous enum +
+
+ + + + + +
+   + + +

+

Enumeration values:
+ + +
Red  +
+
+ +

+Definition at line 320 of file include/nel/misc/heap_allocator.h. +

+

00321                 {
+00322                         Red = 1
+00323                 };
+
+


Field Documentation

+

+ + + + +
+ + +
uint32 NLMISC::CHeapAllocator::CFreeNode::Flags +
+
+ + + + + +
+   + + +

+ +

+Definition at line 327 of file include/nel/misc/heap_allocator.h.

+

+ + + + +
+ + +
CFreeNode* NLMISC::CHeapAllocator::CFreeNode::Left +
+
+ + + + + +
+   + + +

+ +

+Definition at line 324 of file include/nel/misc/heap_allocator.h. +

+Referenced by NLMISC::CHeapAllocator::CHeapAllocator(), and NLMISC::CHeapAllocator::insert().

+

+ + + + +
+ + +
CFreeNode* NLMISC::CHeapAllocator::CFreeNode::Parent +
+
+ + + + + +
+   + + +

+ +

+Definition at line 326 of file include/nel/misc/heap_allocator.h. +

+Referenced by NLMISC::CHeapAllocator::CHeapAllocator().

+

+ + + + +
+ + +
CFreeNode* NLMISC::CHeapAllocator::CFreeNode::Right +
+
+ + + + + +
+   + + +

+ +

+Definition at line 325 of file include/nel/misc/heap_allocator.h. +

+Referenced by NLMISC::CHeapAllocator::CHeapAllocator(), and NLMISC::CHeapAllocator::insert().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 13:16:36 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1