Utopia 2
Framework for studying models of complex & adaptive systems.
|
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 > () |
hid_t Utopia::DataIO::Detail::get_type< bool > | ( | ) |
hid_t Utopia::DataIO::Detail::get_type< char > | ( | ) |
hid_t Utopia::DataIO::Detail::get_type< double > | ( | ) |
hid_t Utopia::DataIO::Detail::get_type< float > | ( | ) |
hid_t Utopia::DataIO::Detail::get_type< int > | ( | ) |
hid_t Utopia::DataIO::Detail::get_type< long double > | ( | ) |
hid_t Utopia::DataIO::Detail::get_type< long int > | ( | ) |
hid_t Utopia::DataIO::Detail::get_type< long long int > | ( | ) |
hid_t Utopia::DataIO::Detail::get_type< short int > | ( | ) |
hid_t Utopia::DataIO::Detail::get_type< std::size_t > | ( | ) |
hid_t Utopia::DataIO::Detail::get_type< unsigned int > | ( | ) |
hid_t Utopia::DataIO::Detail::get_type< unsigned long long > | ( | ) |
hid_t Utopia::DataIO::Detail::get_type< unsigned short int > | ( | ) |