Utopia  2
Framework for studying models of complex & adaptive systems.
Functions
Utopia::DataIO::Detail Namespace Reference

Functions

template<typename T >
hid_t get_type ()
 
template<>
hid_t get_type< float > ()
 
template<>
hid_t get_type< double > ()
 
template<>
hid_t get_type< long double > ()
 
template<>
hid_t get_type< int > ()
 
template<>
hid_t get_type< short int > ()
 
template<>
hid_t get_type< long int > ()
 
template<>
hid_t get_type< long long int > ()
 
template<>
hid_t get_type< unsigned int > ()
 
template<>
hid_t get_type< unsigned short int > ()
 
template<>
hid_t get_type< std::size_t > ()
 
template<>
hid_t get_type< unsigned long long > ()
 
template<>
hid_t get_type< bool > ()
 
template<>
hid_t get_type< char > ()
 

Function Documentation

◆ get_type()

template<typename T >
hid_t Utopia::DataIO::Detail::get_type ( )
inline

◆ get_type< bool >()

template<>
hid_t Utopia::DataIO::Detail::get_type< bool > ( )

◆ get_type< char >()

template<>
hid_t Utopia::DataIO::Detail::get_type< char > ( )

◆ get_type< double >()

template<>
hid_t Utopia::DataIO::Detail::get_type< double > ( )

◆ get_type< float >()

template<>
hid_t Utopia::DataIO::Detail::get_type< float > ( )

◆ get_type< int >()

template<>
hid_t Utopia::DataIO::Detail::get_type< int > ( )

◆ get_type< long double >()

template<>
hid_t Utopia::DataIO::Detail::get_type< long double > ( )

◆ get_type< long int >()

template<>
hid_t Utopia::DataIO::Detail::get_type< long int > ( )

◆ get_type< long long int >()

template<>
hid_t Utopia::DataIO::Detail::get_type< long long int > ( )

◆ get_type< short int >()

template<>
hid_t Utopia::DataIO::Detail::get_type< short int > ( )

◆ get_type< std::size_t >()

template<>
hid_t Utopia::DataIO::Detail::get_type< std::size_t > ( )

◆ get_type< unsigned int >()

template<>
hid_t Utopia::DataIO::Detail::get_type< unsigned int > ( )

◆ get_type< unsigned long long >()

template<>
hid_t Utopia::DataIO::Detail::get_type< unsigned long long > ( )

◆ get_type< unsigned short int >()

template<>
hid_t Utopia::DataIO::Detail::get_type< unsigned short int > ( )