|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::IO::File |
| This class holds a file. More... | |
| class | Ocean::IO::ScopedFile |
| This class implements a scoped file object which will delete the underlying file 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::Files = std::vector< File > |
| Definition of a vector holding files. | |