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