Orocos Real-Time Toolkit  2.8.3
Static Public Member Functions | List of all members
RTT::types::TypeStreamSelector< T, true > Struct Template Reference

#include <rtt/types/TypeStreamSelector.hpp>

Static Public Member Functions

static std::ostream & write (std::ostream &os, T const &t)
 
static std::istream & read (std::istream &os, T &t)
 

Detailed Description

template<typename T>
struct RTT::types::TypeStreamSelector< T, true >

Definition at line 14 of file TypeStreamSelector.hpp.

Member Function Documentation

template<typename T >
static std::istream& RTT::types::TypeStreamSelector< T, true >::read ( std::istream &  os,
T &  t 
)
inlinestatic

Definition at line 23 of file TypeStreamSelector.hpp.

template<typename T >
static std::ostream& RTT::types::TypeStreamSelector< T, true >::write ( std::ostream &  os,
T const &  t 
)
inlinestatic

Definition at line 16 of file TypeStreamSelector.hpp.


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