#include <ODAHandle.h>
|
| ODAHandle (eckit::Offset, eckit::Offset) |
|
| ~ODAHandle () |
|
void | addValue (const std::string &columnName, double v) |
|
template<typename T > |
void | getValue (const std::string &name, T &value) |
|
void | print (std::ostream &) const |
|
eckit::Offset | start () |
|
void | start (const eckit::Offset &n) |
|
eckit::Offset | end () |
|
void | end (const eckit::Offset &n) |
|
Definition at line 23 of file ODAHandle.h.
◆ ODAHandle() [1/2]
odc::ODAHandle::ODAHandle |
( |
eckit::Offset |
, |
|
|
eckit::Offset |
|
|
) |
| |
◆ ~ODAHandle()
odc::ODAHandle::~ODAHandle |
( |
| ) |
|
◆ ODAHandle() [2/2]
odc::ODAHandle::ODAHandle |
( |
const ODAHandle & |
| ) |
|
|
private |
◆ addValue()
void odc::ODAHandle::addValue |
( |
const std::string & |
columnName, |
|
|
double |
v |
|
) |
| |
◆ end() [1/2]
eckit::Offset odc::ODAHandle::end |
( |
| ) |
|
|
inline |
◆ end() [2/2]
void odc::ODAHandle::end |
( |
const eckit::Offset & |
n | ) |
|
|
inline |
◆ getValue()
template<typename T >
void odc::ODAHandle::getValue |
( |
const std::string & |
name, |
|
|
T & |
value |
|
) |
| |
|
inline |
◆ operator=()
◆ print()
void odc::ODAHandle::print |
( |
std::ostream & |
o | ) |
const |
◆ start() [1/2]
eckit::Offset odc::ODAHandle::start |
( |
| ) |
|
|
inline |
◆ start() [2/2]
void odc::ODAHandle::start |
( |
const eckit::Offset & |
n | ) |
|
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const ODAHandle & |
p |
|
) |
| |
|
friend |
◆ end_
eckit::Offset odc::ODAHandle::end_ |
|
private |
◆ start_
eckit::Offset odc::ODAHandle::start_ |
|
private |
◆ values_
std::map<std::string, double> odc::ODAHandle::values_ |
|
private |
The documentation for this class was generated from the following files: