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

lib.res.file
Class TDir

TNode
   |
   +--TDir

   in vfs_tree.cpp

class TDir
extends TNode


Field Summary
private TChildren children
          
private uint flags
          
 RealDir rd
          
   
Fields inherited from class TNode
type, m, V_path, name
 
Constructor Summary
TDir( const char* V_path, const char* name, const Mount* m_ )
          
 
Method Summary
 LibError add( const char* name_tmp, TNodeType type, TNode** pnode, const Mount* m_override = 0 )
          
 TChildrenIt begin() const
          
 void clearR()
          
 TChildrenIt end() const
          
 TNode* find( const char* name ) const
          
 LibError find_and_add( const char* name, TNodeType type, TNode** pnode, const Mount* m = 0 )
          
 RealDir& get_rd()
          
 void populate()
          
 

Field Detail

children

private TChildren children;

flags

private uint flags;

rd

public RealDir rd;


Constructor Detail

TDir

public TDir( const char* V_path, const char* name, const Mount* m_ );


Method Detail

add

public LibError add( const char* name_tmp, TNodeType type, TNode** pnode, const Mount* m_override = 0 );

begin

public TChildrenIt begin() const;

clearR

public void clearR();

end

public TChildrenIt end() const;

find

public TNode* find( const char* name ) const;

find_and_add

public LibError find_and_add( const char* name, TNodeType type, TNode** pnode, const Mount* m = 0 );

get_rd

public RealDir& get_rd();

populate

public void populate();

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