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

lib.res.file
Struct Mount

   in vfs_mount.cpp

struct Mount

========================================================================= File : vfs_mount.cpp Project : 0 A.D. Description : mounts files and archives into VFS; provides x_* API : that dispatches to file or archive implementation. =========================================================================


Inner Classes, Typedefs, and Enums
struct Mount::equal_to
          
 
Field Summary
 Handle archive
          
 uint flags
          
 std::string P_name
          
 uint pri
          
 MountType type
          
 std::string V_mount_point
          
 
Constructor Summary
private  Mount()
          
  Mount( const char* V_mount_point_, const char* P_name_, Handle archive_, uint flags_, uint pri_ )
          
  ~Mount()
          
 
Method Summary
 Mount& operator=( const Mount& rhs )
          
 

Field Detail

archive

public Handle archive;

flags

public uint flags;

P_name

public std::string P_name;

pri

public uint pri;

type

public MountType type;

V_mount_point

public std::string V_mount_point;


Constructor Detail

Mount

private Mount();

Mount

public Mount( const char* V_mount_point_, const char* P_name_, Handle archive_, uint flags_, uint pri_ );

~Mount

public ~Mount();


Method Detail

operator=

public Mount& operator=( const Mount& rhs );

 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