![]() |
Vault
4.1
|
This directory iterator is used by VFSNode::find() to search for a node with a specified name. More...
Public Member Functions | |
VFSNodeFindCallback (const VString &nameToMatch) | |
virtual bool | handleNextNode (const VFSNode &node) |
A callback implementation needs to implement this method; it should return false if no further iteration is desired, true if iteration should continue. | |
bool | found () const |
void | getMatchedNode (VFSNode &node) const |
This directory iterator is used by VFSNode::find() to search for a node with a specified name.
Definition at line 80 of file vfsnode.cpp.