Rosetta
Namespaces | Functions
MetricValueIO.hh File Reference
#include <basic/MetricValue.fwd.hh>
#include <iosfwd>

Namespaces

 basic
 Tags used to tag messeges sent by MPI functions used to decide whether a slave is requesting a new job id or flagging as job as being a bad input.
 

Functions

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

Detailed Description

Author
Colin A. Smith