IODA Bundle
|
Public Member Functions | |
template<typename T > | |
CellData (const std::string n, const T &v, bool m=false) | |
Public Attributes | |
std::string | name |
eckit::Value | value |
bool | missing |
Definition at line 33 of file test_decode_odb.cc.
|
inline |
Definition at line 35 of file test_decode_odb.cc.
bool CellData::missing |
Definition at line 39 of file test_decode_odb.cc.
std::string CellData::name |
Definition at line 37 of file test_decode_odb.cc.
eckit::Value CellData::value |
Definition at line 38 of file test_decode_odb.cc.