Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib.res.file
Class IdMgr

   in vfs_optimizer.cpp

class IdMgr


Inner Classes, Typedefs, and Enums
typedef IdMgr::Map
          
 
Field Summary
private FileId cur
          
private IdMgr::Map map
          
private FileNodes* nodes
          
 
Method Summary
private void associate_node_with_fn( const FileNode& node )
          
 FileId id_from_fn( const char* atom_fn ) const
          
 FileId id_from_node( const FileNode* node ) const
          
 void init( FileNodes* nodes_ )
          
 FileNode* node_from_id( FileId id ) const
          
 

Field Detail

cur

private FileId cur;

map

private IdMgr::Map map;

nodes

private FileNodes* nodes;


Method Detail

associate_node_with_fn

private void associate_node_with_fn( const FileNode& node );

id_from_fn

public FileId id_from_fn( const char* atom_fn ) const;

id_from_node

public FileId id_from_node( const FileNode* node ) const;

init

public void init( FileNodes* nodes_ );

node_from_id

public FileNode* node_from_id( FileId id ) const;

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD