# 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  

NLMEMORY::CCategoryMap Class Reference

List of all members.

Public Methods

 CCategoryMap (const char *name, CCategoryMap *next)

Static Public Methods

CCategoryMap * find (CCategoryMap *cat, const char *name)
CCategoryMap * insert (const char *name, CCategoryMap *next)

Public Attributes

const char * Name
uint BlockCount
uint Size
uint Min
uint Max
CCategoryMap * Next

Constructor & Destructor Documentation

NLMEMORY::CCategoryMap::CCategoryMap const char *    name,
CCategoryMap *    next
[inline]
 

Definition at line 2257 of file memory/heap_allocator.cpp.


Member Function Documentation

CCategoryMap* NLMEMORY::CCategoryMap::find CCategoryMap *    cat,
const char *    name
[inline, static]
 

Definition at line 2267 of file memory/heap_allocator.cpp.

CCategoryMap* NLMEMORY::CCategoryMap::insert const char *    name,
CCategoryMap *    next
[inline, static]
 

Definition at line 2278 of file memory/heap_allocator.cpp.


Member Data Documentation

uint NLMEMORY::CCategoryMap::BlockCount
 

Definition at line 2284 of file memory/heap_allocator.cpp.

uint NLMEMORY::CCategoryMap::Max
 

Definition at line 2287 of file memory/heap_allocator.cpp.

uint NLMEMORY::CCategoryMap::Min
 

Definition at line 2286 of file memory/heap_allocator.cpp.

const char* NLMEMORY::CCategoryMap::Name
 

Definition at line 2283 of file memory/heap_allocator.cpp.

CCategoryMap* NLMEMORY::CCategoryMap::Next
 

Definition at line 2288 of file memory/heap_allocator.cpp.

uint NLMEMORY::CCategoryMap::Size
 

Definition at line 2285 of file memory/heap_allocator.cpp.


The documentation for this class was generated from the following file: