Vault
4.1
|
This iteration callback is used to capture a directory's children's names as a list of strings. More...
Public Member Functions | |
VFSNodeNameCallback (VStringVector &nameList) | |
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. |
This iteration callback is used to capture a directory's children's names as a list of strings.
Definition at line 50 of file vfsnode.cpp.