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

lib.res.file
Struct ZipCBParams

boost::noncopyable
   |
   +--ZipCBParams

   in vfs_mount.cpp

struct ZipCBParams
extends boost::noncopyable


Field Summary
 const char* last_path
          
 TDir* last_td
          
 const Mount* const m
          
 TDir* const td
          
 
Constructor Summary
ZipCBParams( TDir* dir_, const Mount* loc_ )
          
 

Field Detail

last_path

public const char* last_path;

last_td

public TDir* last_td;

m

public const Mount* const m;

td

public TDir* const td;


Constructor Detail

ZipCBParams

public ZipCBParams( TDir* dir_, const Mount* loc_ );

 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