Vault
4.1
|
#include "vstring.h"
Go to the source code of this file.
Classes | |
class | VFSNodeInfo |
VFSNodeInfo holds file system information about a node, and is used internally by VFSNode and its platform-specific helper functions. More... | |
class | VDirectoryIterationCallback |
class | VFSNode |
A VFSNode represents a file or directory in the file system, whether it actually exists or not, and provides some methods for operating on it. More... | |
Typedefs | |
typedef std::vector< VFSNode > | VFSNodeVector |
VFSNodeVector is simply a vector of VFSNode objects. | |
Functions | |
bool | operator< (const VFSNode &lhs, const VFSNode &rhs) |
bool | operator<= (const VFSNode &lhs, const VFSNode &rhs) |
bool | operator>= (const VFSNode &lhs, const VFSNode &rhs) |
bool | operator> (const VFSNode &lhs, const VFSNode &rhs) |
Definition in file vfsnode.h.
typedef std::vector<VFSNode> VFSNodeVector |