HOPS
HOPS class reference
Classes | Namespaces | Typedefs
MHO_ScalarContainer.hh File Reference
#include <complex>
#include <string>
#include "MHO_Meta.hh"
#include "MHO_NDArrayWrapper.hh"
#include "MHO_Serializable.hh"
#include "MHO_Taggable.hh"

Go to the source code of this file.

Classes

class  hops::MHO_ScalarContainer< XValueType >
 MHO_ScalarContainer, and wrapper class for storage of a scalar object. More...
 

Namespaces

 hops
 

Typedefs

using hops::MHO_ScalarBool = MHO_ScalarContainer< bool >
 
using hops::MHO_ScalarChar = MHO_ScalarContainer< char >
 
using hops::MHO_ScalarComplexDouble = MHO_ScalarContainer< std::complex< double > >
 
using hops::MHO_ScalarComplexFloat = MHO_ScalarContainer< std::complex< float > >
 
using hops::MHO_ScalarComplexLongDouble = MHO_ScalarContainer< std::complex< long double > >
 
using hops::MHO_ScalarDouble = MHO_ScalarContainer< double >
 
using hops::MHO_ScalarFloat = MHO_ScalarContainer< float >
 
using hops::MHO_ScalarInt = MHO_ScalarContainer< int >
 
using hops::MHO_ScalarLong = MHO_ScalarContainer< long >
 
using hops::MHO_ScalarLongDouble = MHO_ScalarContainer< long double >
 
using hops::MHO_ScalarLongLong = MHO_ScalarContainer< long long >
 
using hops::MHO_ScalarShort = MHO_ScalarContainer< short >
 
using hops::MHO_ScalarString = MHO_ScalarContainer< std::string >
 
using hops::MHO_ScalarUChar = MHO_ScalarContainer< unsigned char >
 
using hops::MHO_ScalarUInt = MHO_ScalarContainer< unsigned int >
 
using hops::MHO_ScalarULong = MHO_ScalarContainer< unsigned long >
 
using hops::MHO_ScalarULongLong = MHO_ScalarContainer< unsigned long long >
 
using hops::MHO_ScalarUShort = MHO_ScalarContainer< unsigned short >