Vault  4.1
Public Member Functions
VFSNodeFindCallback Class Reference

This directory iterator is used by VFSNode::find() to search for a node with a specified name. More...

Inheritance diagram for VFSNodeFindCallback:
VDirectoryIterationCallback

List of all members.

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

Detailed Description

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.


The documentation for this class was generated from the following file:

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