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

lib.res.file
Struct ExtantBufMgr::ExtantBuf

   in file_cache.cpp

struct ExtantBufMgr::ExtantBuf


Field Summary
 const char* atom_fn
          
 FileIOBuf buf
          
 uint epoch
          
 uint fb_flags
          
 uint refs
          
 size_t size
          
 
Constructor Summary
ExtantBuf( FileIOBuf buf_, size_t size_, uint fb_flags_, const char* atom_fn_, uint epoch_ )
          
 

Field Detail

atom_fn

public const char* atom_fn;

buf

public FileIOBuf buf;

epoch

public uint epoch;

fb_flags

public uint fb_flags;

refs

public uint refs;

size

public size_t size;


Constructor Detail

ExtantBuf

public ExtantBuf( FileIOBuf buf_, size_t size_, uint fb_flags_, const char* atom_fn_, uint epoch_ );

 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