IODA Bundle
CellData Struct Reference

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
 

Detailed Description

Definition at line 33 of file test_decode_odb.cc.

Constructor & Destructor Documentation

◆ CellData()

template<typename T >
CellData::CellData ( const std::string  n,
const T &  v,
bool  m = false 
)
inline

Definition at line 35 of file test_decode_odb.cc.

Member Data Documentation

◆ missing

bool CellData::missing

Definition at line 39 of file test_decode_odb.cc.

◆ name

std::string CellData::name

Definition at line 37 of file test_decode_odb.cc.

◆ value

eckit::Value CellData::value

Definition at line 38 of file test_decode_odb.cc.


The documentation for this struct was generated from the following file: