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 ()
 BoolTypeInfo ()
virtual std::istream & read (std::istream &os, base::DataSourceBase::shared_ptr out) 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
virtual std::ostream & write (std::ostream &os, base::DataSourceBase::shared_ptr in) const

Detailed Description

Write boolean as 'true' or 'false'.

Definition at line 46 of file install/include/rtt/typekit/BoolTypeInfo.hpp.


Constructor & Destructor Documentation

RTT::types::BoolTypeInfo::BoolTypeInfo (  )  [inline]

Definition at line 42 of file install/include/rtt/typekit/BoolTypeInfo.hpp.

RTT::types::BoolTypeInfo::BoolTypeInfo (  )  [inline]

Definition at line 42 of file rtt/typekit/BoolTypeInfo.hpp.


Member Function Documentation

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::TemplateTypeInfo< bool >.

Definition at line 57 of file rtt/typekit/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::TemplateTypeInfo< bool >.

Definition at line 57 of file install/include/rtt/typekit/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::TemplateTypeInfo< bool >.

Definition at line 47 of file rtt/typekit/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::TemplateTypeInfo< bool >.

Definition at line 47 of file install/include/rtt/typekit/BoolTypeInfo.hpp.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Jan 11 09:50:17 2013