#include <QuantityCluster.h>
Inheritance diagram for quantity::QuantityVector< Quantity< DIM, BT, UL, DU, ST > >:
Static Public Attributes | |
const std::string | TAG = "quantityVector" |
definition of QuantityVector tag | |
const std::string | IDTAG = "ID" |
definition of QuantityVector id tag | |
const std::string | QTAG = "quantity" |
definition of QuantityVector quantity tag | |
const std::string | UTAG = "unit" |
definition of QuantityVector unit tag | |
const std::string | DTAG = "data" |
definition of QuantityVector data tag | |
const std::string | VTAG = "value" |
definition of QuantityVector value tag | |
Private Types | |
typedef Quantity< DIM, BT, UL, DU, ST > | Q |
the quantity |
specialization for Q being a quantity; parameterized by a dimension DIM, the base unit type BT, a typelist of units UL, the default unit DU, and the storage type ST;
Definition at line 58 of file QuantityCluster.h.
|
the quantity
Definition at line 62 of file QuantityCluster.h. |
|
definition of QuantityVector data tag
Definition at line 108 of file QuantityCluster.h. |
|
definition of QuantityVector id tag
Definition at line 88 of file QuantityCluster.h. |
|
definition of QuantityVector quantity tag
Definition at line 93 of file QuantityCluster.h. |
|
definition of QuantityVector tag
Definition at line 83 of file QuantityCluster.h. |
|
definition of QuantityVector unit tag
Definition at line 98 of file QuantityCluster.h. |
|
definition of QuantityVector value tag
Definition at line 103 of file QuantityCluster.h. |