#include <string>
Go to the source code of this file.
Namespaces | |
namespace | MetNoFimex |
Enumerations | |
enum | MetNoFimex::CDMDataType { MetNoFimex::CDM_NAT = 0, MetNoFimex::CDM_CHAR, MetNoFimex::CDM_SHORT, MetNoFimex::CDM_INT, MetNoFimex::CDM_FLOAT, MetNoFimex::CDM_DOUBLE, MetNoFimex::CDM_STRING } |
Functions | |
CDMDataType | MetNoFimex::string2datatype (const std::string &s) |
translate float/string/... to the appropriate CDMDataType | |
std::string | MetNoFimex::datatype2string (CDMDataType type) |