NLMEMORY::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 369 of file src/memory/heap_allocator.h.

00370                 {
00371                         Red = 1
00372                 };


Field Documentation

uint32 NLMEMORY::CHeapAllocator::CFreeNode::Flags
 

Definition at line 376 of file src/memory/heap_allocator.h.

CFreeNode* NLMEMORY::CHeapAllocator::CFreeNode::Left
 

Definition at line 373 of file src/memory/heap_allocator.h.

CFreeNode* NLMEMORY::CHeapAllocator::CFreeNode::Parent
 

Definition at line 375 of file src/memory/heap_allocator.h.

CFreeNode* NLMEMORY::CHeapAllocator::CFreeNode::Right
 

Definition at line 374 of file src/memory/heap_allocator.h.


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