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

lib.res.file
Struct FileNode

   in vfs_optimizer.cpp

struct FileNode


Field Summary
 const char* atom_fn
          
 FileId next_id
          
 u32 output : 1
          
 FileId prev_id
          
 u32 visited : 1
          
 
Constructor Summary
FileNode( const char* atom_fn_ )
          
 

Field Detail

atom_fn

public const char* atom_fn;

next_id

public FileId next_id;

output

public u32 output : 1;

prev_id

public FileId prev_id;

visited

public u32 visited : 1;


Constructor Detail

FileNode

public FileNode( const char* atom_fn_ );

 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