Public Types | Public Member Functions | Private Attributes
RTT::NiceHeaderMarshaller< o_stream > Class Template Reference

#include <NiceHeaderMarshaller.hpp>

Inheritance diagram for RTT::NiceHeaderMarshaller< o_stream >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef o_stream output_stream
typedef o_stream OutputStream

Public Member Functions

virtual void flush ()
 NiceHeaderMarshaller (output_stream &os)
virtual void serialize (base::PropertyBase *v)
virtual void serialize (const PropertyBag &v)
virtual void serialize (const Property< PropertyBag > &v)
void store (const std::string &name)
virtual ~NiceHeaderMarshaller ()

Private Attributes

bool did_comment
int nameless_counter
std::string prefix

Detailed Description

template<typename o_stream>
class RTT::NiceHeaderMarshaller< o_stream >

A marsh::MarshallInterface 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 55 of file NiceHeaderMarshaller.hpp.


Member Typedef Documentation

template<typename o_stream>
typedef o_stream RTT::NiceHeaderMarshaller< o_stream >::output_stream

Definition at line 62 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
typedef o_stream RTT::NiceHeaderMarshaller< o_stream >::OutputStream

Definition at line 63 of file NiceHeaderMarshaller.hpp.


Constructor & Destructor Documentation

template<typename o_stream>
RTT::NiceHeaderMarshaller< o_stream >::NiceHeaderMarshaller ( output_stream os) [inline]

Definition at line 65 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
virtual RTT::NiceHeaderMarshaller< o_stream >::~NiceHeaderMarshaller ( ) [inline, virtual]

Definition at line 71 of file NiceHeaderMarshaller.hpp.


Member Function Documentation

template<typename o_stream>
virtual void RTT::NiceHeaderMarshaller< o_stream >::flush ( ) [inline, virtual]

Implements RTT::marsh::MarshallInterface.

Definition at line 136 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
virtual void RTT::NiceHeaderMarshaller< o_stream >::serialize ( base::PropertyBase v) [inline, virtual]

Implements RTT::marsh::MarshallInterface.

Definition at line 73 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
virtual void RTT::NiceHeaderMarshaller< o_stream >::serialize ( const PropertyBag v) [inline, virtual]

Implements RTT::marsh::MarshallInterface.

Definition at line 83 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
virtual void RTT::NiceHeaderMarshaller< o_stream >::serialize ( const Property< PropertyBag > &  v) [inline, virtual]

Definition at line 118 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
void RTT::NiceHeaderMarshaller< o_stream >::store ( const std::string &  name) [inline]
Returns:
the number of characters on this line.

Definition at line 102 of file NiceHeaderMarshaller.hpp.


Member Data Documentation

template<typename o_stream>
bool RTT::NiceHeaderMarshaller< o_stream >::did_comment [private]

Definition at line 58 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
int RTT::NiceHeaderMarshaller< o_stream >::nameless_counter [private]

Definition at line 59 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
std::string RTT::NiceHeaderMarshaller< o_stream >::prefix [private]

Definition at line 60 of file NiceHeaderMarshaller.hpp.


The documentation for this class was generated from the following file:


ocl
Author(s): OCL Development Team
autogenerated on Sat Jun 8 2019 18:48:56