iRoCS Toolbox  1.1.0
Data Structures | Namespaces | Enumerations
SvmH5Type.hh File Reference
#include <config.hh>
#include <vector>
#include <limits>
Include dependency graph for SvmH5Type.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  svt::BlitzH5Type< T >
 Default type trait. More...
 
struct  svt::BlitzH5Type< bool >
 bool version More...
 
struct  svt::BlitzH5Type< char >
 
struct  svt::BlitzH5Type< double >
 double version More...
 
struct  svt::BlitzH5Type< float >
 float version More...
 
struct  svt::BlitzH5Type< int >
 int version More...
 
struct  svt::BlitzH5Type< long >
 long version More...
 
struct  svt::BlitzH5Type< long long >
 llong version More...
 
struct  svt::BlitzH5Type< short >
 short version More...
 
struct  svt::BlitzH5Type< signed char >
 char version More...
 
struct  svt::BlitzH5Type< std::string >
 string version More...
 
struct  svt::BlitzH5Type< std::valarray< T > >
 std::valarray version More...
 
struct  svt::BlitzH5Type< std::vector< std::string > >
 std::vector<std::string> version More...
 
struct  svt::BlitzH5Type< std::vector< T > >
 std::vector version More...
 
struct  svt::BlitzH5Type< unsigned char >
 uchar version More...
 
struct  svt::BlitzH5Type< unsigned int >
 uint version More...
 
struct  svt::BlitzH5Type< unsigned long >
 ulong version More...
 
struct  svt::BlitzH5Type< unsigned long long >
 ullong version More...
 
struct  svt::BlitzH5Type< unsigned short >
 ushort version More...
 
struct  svt::BlitzH5TypeConversion< WantedType, DataFileType >
 
struct  svt::BlitzH5TypeConversion< DataType, DataType >
 

Namespaces

 svt
 

Enumerations

enum  svt::TypeIdentifier {
  svt::NO_TYPE, svt::TYPE_CHAR, svt::TYPE_UCHAR, svt::TYPE_SHORT,
  svt::TYPE_USHORT, svt::TYPE_INT, svt::TYPE_UINT, svt::TYPE_LONG,
  svt::TYPE_ULONG, svt::TYPE_LLONG, svt::TYPE_ULLONG, svt::TYPE_FLOAT,
  svt::TYPE_DOUBLE, svt::TYPE_STRING
}
 Type identifiers. More...