HOPS
HOPS class 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_VectorContainer< XValueType > |
MHO_VectorContainer - basis for for axis data objects in HOPS4, it is an 1-dimensional array object, key:value data can be attached via the MHO_Taggable interface. More... | |
Namespaces | |
hops | |
Typedefs | |
using | hops::MHO_VectorChar = MHO_VectorContainer< char > |
using | hops::MHO_VectorComplexDouble = MHO_VectorContainer< std::complex< double > > |
using | hops::MHO_VectorComplexFloat = MHO_VectorContainer< std::complex< float > > |
using | hops::MHO_VectorComplexLongDouble = MHO_VectorContainer< std::complex< long double > > |
using | hops::MHO_VectorDouble = MHO_VectorContainer< double > |
using | hops::MHO_VectorFloat = MHO_VectorContainer< float > |
using | hops::MHO_VectorInt = MHO_VectorContainer< int > |
using | hops::MHO_VectorLong = MHO_VectorContainer< long > |
using | hops::MHO_VectorLongDouble = MHO_VectorContainer< long double > |
using | hops::MHO_VectorLongLong = MHO_VectorContainer< long long > |
using | hops::MHO_VectorShort = MHO_VectorContainer< short > |
using | hops::MHO_VectorString = MHO_VectorContainer< std::string > |
using | hops::MHO_VectorUChar = MHO_VectorContainer< unsigned char > |
using | hops::MHO_VectorUInt = MHO_VectorContainer< unsigned int > |
using | hops::MHO_VectorULong = MHO_VectorContainer< unsigned long > |
using | hops::MHO_VectorULongLong = MHO_VectorContainer< unsigned long long > |
using | hops::MHO_VectorUShort = MHO_VectorContainer< unsigned short > |