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 | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Ocean::IO | |
Namespace of the Ocean IO library. | |
Typedefs | |
typedef std::vector< Directory > | Ocean::IO::Directories |
Definition of a vector holding directories. More... | |