|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TNode | +--TDirin vfs_tree.cpp
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 |
private TChildren children;
private uint flags;
public RealDir rd;
Constructor Detail |
public TDir( const char* V_path, const char* name, const Mount* m_ );
Method Detail |
public LibError add( const char* name_tmp, TNodeType type, TNode** pnode, const Mount* m_override = 0 );
public TChildrenIt begin() const;
public void clearR();
public TChildrenIt end() const;
public TNode* find( const char* name ) const;
public LibError find_and_add( const char* name, TNodeType type, TNode** pnode, const Mount* m = 0 );
public RealDir& get_rd();
public void populate();
|
0 A.D.
Generated on September 04, 2007 at 18:14 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |