#include <TableHeaderMarshaller.hpp>

| Public Types | |
| typedef o_stream | output_stream | 
| typedef o_stream | OutputStream | 
| Public Member Functions | |
| virtual void | flush () | 
| virtual void | serialize (base::PropertyBase *v) | 
| virtual void | serialize (const PropertyBag &v) | 
| virtual void | serialize (const Property< PropertyBag > &v) | 
| int | store (const std::string &s) | 
| TableHeaderMarshaller (output_stream &os) | |
| virtual | ~TableHeaderMarshaller () | 
|  Public Member Functions inherited from RTT::marsh::MarshallInterface | |
| virtual | ~MarshallInterface () | 
|  Public Member Functions inherited from RTT::marsh::StreamProcessor< o_stream > | |
| o_stream & | getStream () | 
| void | setStream (o_stream &_s) | 
| StreamProcessor (o_stream &_s) | |
| StreamProcessor (o_stream *_s) | |
| Private Attributes | |
| std::vector< std::string > | header | 
| int | level | 
| int | line | 
| Additional Inherited Members | |
|  Protected Attributes inherited from RTT::marsh::StreamProcessor< o_stream > | |
| o_stream * | s | 
A marsh::MarshallInterface for generating headers of tables. It is used in conjunction with TableMarshaller and generates a header for the following numbers.
Definition at line 55 of file TableHeaderMarshaller.hpp.
| typedef o_stream RTT::TableHeaderMarshaller< o_stream >::output_stream | 
Definition at line 62 of file TableHeaderMarshaller.hpp.
| typedef o_stream RTT::TableHeaderMarshaller< o_stream >::OutputStream | 
Definition at line 63 of file TableHeaderMarshaller.hpp.
| 
 | inline | 
Definition at line 65 of file TableHeaderMarshaller.hpp.
| 
 | inlinevirtual | 
Definition at line 72 of file TableHeaderMarshaller.hpp.
| 
 | inlinevirtual | 
Implements RTT::marsh::MarshallInterface.
Definition at line 173 of file TableHeaderMarshaller.hpp.
| 
 | inlinevirtual | 
Implements RTT::marsh::MarshallInterface.
Definition at line 74 of file TableHeaderMarshaller.hpp.
| 
 | inlinevirtual | 
Implements RTT::marsh::MarshallInterface.
Definition at line 84 of file TableHeaderMarshaller.hpp.
| 
 | inlinevirtual | 
Serializing a propery<bag> : pad the line below with spaces.
Print our name
Serialize all properties on the line below.
Pad this line with spaces
Definition at line 131 of file TableHeaderMarshaller.hpp.
| 
 | inline | 
Definition at line 119 of file TableHeaderMarshaller.hpp.
| 
 | private | 
Definition at line 60 of file TableHeaderMarshaller.hpp.
| 
 | private | 
Definition at line 58 of file TableHeaderMarshaller.hpp.
| 
 | private | 
Definition at line 59 of file TableHeaderMarshaller.hpp.