![]() |
Vault
4.1
|
#include "vfsnode.h"#include "vexception.h"#include "vinstant.h"#include "vbufferedfilestream.h"#include "vtextiostream.h"#include "vbinaryiostream.h"Go to the source code of this file.
Classes | |
| class | VFSNodeListCallback |
| This iteration callback is used to capture a directory's children's names as a list of nodes. More... | |
| class | VFSNodeNameCallback |
| This iteration callback is used to capture a directory's children's names as a list of strings. More... | |
| class | VFSNodeFindCallback |
| This directory iterator is used by VFSNode::find() to search for a node with a specified name. More... | |
Definition in file vfsnode.cpp.