Data Access Library (DAL)
 All Classes Functions Variables Typedefs Friends
Static Public Member Functions
dal::h5typemap< T > Struct Template Reference

List of all members.

Static Public Member Functions

static hid_gc memoryType ()
static hid_gc attributeType ()
static hid_gc dataType (bool bigEndian)

template<typename T>
struct dal::h5typemap< T >


Member Function Documentation

template<typename T >
static hid_gc dal::h5typemap< T >::attributeType ( ) [inline, static]

HDF5 type identifier for attributes of type T on disk

template<typename T >
static hid_gc dal::h5typemap< T >::dataType ( bool  bigEndian) [inline, static]

HDF5 type identifier for datasets of type T on disk

template<typename T >
static hid_gc dal::h5typemap< T >::memoryType ( ) [inline, static]

HDF5 type identifier for type T in memory (the native C++ type)


The documentation for this struct was generated from the following file:
 All Classes Functions Variables Typedefs Friends