|
Ocean
|
Go to the source code of this file.
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
Typedefs | |
| typedef uint32_t | Ocean::Index32 |
| Definition of a 32 bit index value. | |
| typedef uint64_t | Ocean::Index64 |
| Definition of a 64 bit index value. | |
| typedef std::vector< Index32 > | Ocean::Indices32 |
| Definition of a vector holding 32 bit index values. | |
| typedef std::vector< Indices32 > | Ocean::IndexGroups32 |
| Definition of a vector holding 32 bit indices, so we have groups of indices. | |
| typedef std::vector< Index64 > | Ocean::Indices64 |
| Definition of a vector holding 64 bit index values. | |
| typedef std::set< Index32 > | Ocean::IndexSet32 |
| Definition of a set holding 32 bit indices. | |
| typedef std::set< Index64 > | Ocean::IndexSet64 |
| Definition of a set holding 64 bit indices. | |
| typedef std::unordered_set< Index32 > | Ocean::UnorderedIndexSet32 |
| Definition of an unordered_set holding 32 bit indices. | |
| typedef std::unordered_set< Index64 > | Ocean::UnorderedIndexSet64 |
| Definition of an unordered_set holding 64 bit indices. | |
| typedef std::pair< Index32, Index32 > | Ocean::IndexPair32 |
| Definition of a pair holding 32 bit indices. | |
| typedef std::vector< IndexPair32 > | Ocean::IndexPairs32 |
| Definition of a vector holding 32 bit index pairs. | |
| typedef std::pair< Index64, Index64 > | Ocean::IndexPair64 |
| Definition of a pair holding 64 bit indices. | |
| typedef std::vector< IndexPair64 > | Ocean::IndexPairs64 |
| Definition of a vector holding 64 bit index pairs. | |
| typedef std::vector< std::string > | Ocean::Strings |
| Definition of a vector holding strings. | |
| typedef std::vector< std::wstring > | Ocean::WStrings |
| Definition of a vector holding strings. | |
Functions | |
| OCEAN_BASE_EXPORT void | Ocean::assertErrorMessage (const char *file, const int line, const char *message) |
| Error message function for redirected asserts. | |
| template<typename T > | |
| constexpr bool | Ocean::oceanFalse () |
| This function is a helper function returning false any time. | |