| MetriVis | Overview | Download | User Manual | Development |
| Reference | Overview | Design Documentation | Reference Backend | Reference Frontend |
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | metrivis |
Data Structures | |
| class | metrivis::MultiType |
| Represents data in a very generic way without using templates. More... | |
| struct | metrivis::MultiType::Value |
| Structure holding value informations about this Multitype. More... | |
Typedefs | |
|
typedef boost::shared_ptr < MultiType > | metrivis::MultiTypePtr |
| Shared pointer typedef for MultiType. | |
Enumerations | |
| enum | MT_Type { metrivis::MT_NULL = 0, metrivis::MT_STRING = 1, metrivis::MT_DOUBLE_1D_ARRAY = 2, metrivis::MT_DOUBLE_2D_ARRAY = 3, metrivis::MT_STRING_2D_ARRAY = 4 } |
| An enumerator defining Types, that can be stored inside a MultiType. | |
1.5.3