Public Member Functions
RTT::types::BoolTypeInfo Struct Reference

#include <BoolTypeInfo.hpp>

Inheritance diagram for RTT::types::BoolTypeInfo:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 BoolTypeInfo ()
virtual bool isStreamable () const
virtual std::istream & read (std::istream &os, base::DataSourceBase::shared_ptr out) const
virtual std::ostream & write (std::ostream &os, base::DataSourceBase::shared_ptr in) const

Detailed Description

Write boolean as 'true' or 'false'.

Definition at line 52 of file BoolTypeInfo.hpp.


Constructor & Destructor Documentation

Definition at line 54 of file BoolTypeInfo.hpp.


Member Function Documentation

virtual bool RTT::types::BoolTypeInfo::isStreamable ( ) const [inline, virtual]

Returns true if this type is directly streamable using read()/write() or toString()/fromString().

Reimplemented from RTT::types::PrimitiveTypeInfo< bool, false >.

Definition at line 83 of file BoolTypeInfo.hpp.

virtual std::istream& RTT::types::BoolTypeInfo::read ( std::istream &  os,
base::DataSourceBase::shared_ptr  out 
) const [inline, virtual]

Read a new value for this datasource from a human readable string. The default does nothing.

Reimplemented from RTT::types::PrimitiveTypeInfo< bool, false >.

Definition at line 69 of file BoolTypeInfo.hpp.

virtual std::ostream& RTT::types::BoolTypeInfo::write ( std::ostream &  os,
base::DataSourceBase::shared_ptr  in 
) const [inline, virtual]

Output this datasource as a human readable string. The default just writes the type name in parentheses to os.

Reimplemented from RTT::types::PrimitiveTypeInfo< bool, false >.

Definition at line 59 of file BoolTypeInfo.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Thu Jan 2 2014 11:35:45