Vault  4.1
Classes | Typedefs | Functions
vfsnode.h File Reference
#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< VFSNodeVFSNodeVector
 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)

Detailed Description

Definition in file vfsnode.h.


Typedef Documentation

typedef std::vector<VFSNode> VFSNodeVector

VFSNodeVector is simply a vector of VFSNode objects.

Note that the vector elements are objects, not pointers to objects.

Definition at line 114 of file vfsnode.h.


Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.