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