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

lib.res.file
Class TFile

TNode
   |
   +--TFile

   in vfs_tree.cpp

class TFile
extends TNode


Field Summary
 uintptr_t memento
          
 time_t mtime
          
 off_t size
          
   
Fields inherited from class TNode
type, m, V_path, name
 
Constructor Summary
TFile( const char* V_path, const char* name, const Mount* m )
          
 

Field Detail

memento

public uintptr_t memento;

mtime

public time_t mtime;

size

public off_t size;


Constructor Detail

TFile

public TFile( const char* V_path, const char* name, const Mount* m );

 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