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.
=========================================================================
|
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 )
|
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;
Mount
private Mount();
Mount
public Mount( const char* V_mount_point_, const char* P_name_, Handle archive_, uint flags_, uint pri_ );
~Mount
public ~Mount();
operator=
public Mount& operator=( const Mount& rhs );