|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::IO::Directory |
| This class holds a directory. More... | |
| class | Ocean::IO::ScopedDirectory |
| This class implements a scoped directory object which will delete the underlying directory (and sub-directories including all files) from the filesystem when the scope ends. More... | |
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
| namespace | Ocean::IO |
| Namespace of the Ocean IO library. | |
Typedefs | |
| using | Ocean::IO::Directories = std::vector< Directory > |
| Definition of a vector holding directories. | |