Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::ScopedFunctionT< T > |
This class holds a function which will be invoked once the object is disposed. More... | |
Namespaces | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Typedefs | |
typedef ScopedFunctionT< std::function< void()> > | Ocean::ScopedFunctionVoid |
Definition of a scoped function with void return parameter. More... | |