Ocean
Base.h File Reference

Go to the source code of this file.

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

typedef uint32_t Ocean::Index32
 Definition of a 32 bit index value. More...
 
typedef uint64_t Ocean::Index64
 Definition of a 64 bit index value. More...
 
typedef std::vector< Index32 > Ocean::Indices32
 Definition of a vector holding 32 bit index values. More...
 
typedef std::vector< Indices32 > Ocean::IndexGroups32
 Definition of a vector holding 32 bit indices, so we have groups of indices. More...
 
typedef std::vector< Index64 > Ocean::Indices64
 Definition of a vector holding 64 bit index values. More...
 
typedef std::set< Index32 > Ocean::IndexSet32
 Definition of a set holding 32 bit indices. More...
 
typedef std::set< Index64 > Ocean::IndexSet64
 Definition of a set holding 64 bit indices. More...
 
typedef std::unordered_set< Index32 > Ocean::UnorderedIndexSet32
 Definition of an unordered_set holding 32 bit indices. More...
 
typedef std::unordered_set< Index64 > Ocean::UnorderedIndexSet64
 Definition of an unordered_set holding 64 bit indices. More...
 
typedef std::pair< Index32, Index32 > Ocean::IndexPair32
 Definition of a pair holding 32 bit indices. More...
 
typedef std::vector< IndexPair32 > Ocean::IndexPairs32
 Definition of a vector holding 32 bit index pairs. More...
 
typedef std::pair< Index64, Index64 > Ocean::IndexPair64
 Definition of a pair holding 64 bit indices. More...
 
typedef std::vector< IndexPair64 > Ocean::IndexPairs64
 Definition of a vector holding 64 bit index pairs. More...
 
typedef std::vector< std::string > Ocean::Strings
 Definition of a vector holding strings. More...
 
typedef std::vector< std::wstring > Ocean::WStrings
 Definition of a vector holding strings. More...
 

Functions

OCEAN_BASE_EXPORT void Ocean::assertErrorMessage (const char *file, const int line, const char *message)
 Error message function for redirected asserts. More...
 
template<typename T >
constexpr bool Ocean::oceanFalse ()
 This function is a helper function returning false any time. More...