17 #include "eckit/io/Offset.h"
28 void addValue(
const std::string& columnName,
double v);
34 eckit::Log::debug() <<
"ODAHandle::getValue('" <<
name <<
"',=>" << value <<
")" << std::endl;
37 void print(std::ostream&)
const;
43 void end(
const eckit::Offset& n) {
end_ = n; }
55 { p.
print(s);
return s; }
ODAHandle(const ODAHandle &)
void print(std::ostream &) const
friend std::ostream & operator<<(std::ostream &s, const ODAHandle &p)
void getValue(const std::string &name, T &value)
void addValue(const std::string &columnName, double v)
ODAHandle & operator=(const ODAHandle &)
void end(const eckit::Offset &n)
void start(const eckit::Offset &n)
ODAHandle(eckit::Offset, eckit::Offset)
std::map< std::string, double > values_