Rosetta 3.3
|
Namespaces | |
namespace | basic |
Functions | |
bool | basic::handles_metric_value (MetricValueBase const &metric_value) |
check whether a MetricValue can be written to or read from a stream | |
bool | basic::write_metric_value (std::ostream &os, MetricValueBase const &metric_value) |
central write introspection and delegation function | |
bool | basic::read_metric_value (std::istream &is, MetricValueBase &metric_value) |
read a MetricValue from a stream, returns true if successful | |
MetricValueBaseOP | basic::read_metric_value (std::istream &is) |
read a MetricValue from a stream, returns NULL if unsuccessful |