A Marshaller for generating headers usable for interpretation by plot programs. More...
#include <NiceHeaderMarshaller.hpp>
Public Types | |
typedef o_stream | output_stream |
typedef o_stream | OutputStream |
Public Member Functions | |
NiceHeaderMarshaller (output_stream &os) | |
virtual void | serialize (PropertyBase *v) |
virtual void | serialize (const PropertyBag &v) |
void | store (const std::string &name) |
virtual void | serialize (const Property< PropertyBag > &v) |
virtual void | flush () |
A Marshaller for generating headers usable for interpretation by plot programs.
A header looks like:
* # Col_1_name Col_2_name Col_3_name .... *
Definition at line 54 of file NiceHeaderMarshaller.hpp.
void store | ( | const std::string & | name | ) | [inline] |
Definition at line 102 of file NiceHeaderMarshaller.hpp.