|
E-MailRelay
|
#include "gdef.h"#include "gpath.h"#include "gexception.h"#include "gstringview.h"#include <string>#include <vector>#include <memory>#include <list>#include <sys/types.h>
Include dependency graph for gdirectory.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | G::Directory |
| An encapsulation of a file system directory that works with G::DirectoryIterator. More... | |
| class | G::DirectoryIterator |
| A iterator that returns unsorted filenames in a directory. More... | |
| class | G::DirectoryList |
| A iterator similar to G::DirectoryIterator but doing all file i/o in one go and providing a sorted result. More... | |
| struct | G::DirectoryList::Item |
| A directory-entry item for G::DirectoryList. More... | |
Namespaces | |
| namespace | G |
| Low-level classes. | |