|
VideoTools
|
#include "gdef.h"#include "gpath.h"#include "gexception.h"#include <string>#include <vector>#include <list>#include <sys/types.h>Go to the source code of this file.
Classes | |
| class | G::Directory |
| An encapsulation of a file system directory that allows for iterating through the set of contained files. More... | |
| class | G::DirectoryIterator |
| A Directory iterator. More... | |
| class | G::DirectoryList |
| A Directory iterator with the same kind of interface as G::DirectoryIterator, but doing all file i/o in one go. More... | |
| struct | G::DirectoryList::Item |
| A directory-entry item for G::DirectoryList. More... | |
Namespaces | |
| G | |
| Low-level classes for o/s services. | |