Convenience class that registers some HDF5 type ID for an intrinsic C++ type.
More...
#include <TypeRegistry.hpp>
List of all members.
Public Types
Static Public Member Functions
-
static hid_t getId ()
-
static bool registerHID (hid_t type_id, const RefPtr< F5Domain > &f=NullPtr())
-
static RefPtr< F5Domain > makeDomainType (const char *coordnames[])
-
static RefPtr< F5Domain > makeDomainType ()
-
static bool registerCellType (const char *F5DomainName)
Detailed Description
template<class Type>
struct HDF5TypeAction< Type >
Convenience class that registers some HDF5 type ID for an intrinsic C++ type.