# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLMISC::CHeapAllocator::CFreeNode Struct Reference

List of all members.

Public Types

enum  { Red = 1 }

Public Attributes

CFreeNode * Left
CFreeNode * Right
CFreeNode * Parent
uint32 Flags

Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Red 

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


Member Data 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: