#include <CorbaConversion.hpp>
Public Types | |
| typedef RTT::corba::Pair | CorbaType |
| typedef RTT::corba::PairSeq | sequence |
| typedef std::pair< T1, T2 > | StdType |
Static Public Member Functions | |
| static CORBA::Any_ptr | createAny (const StdType &t) |
| static StdType | get (const CorbaType *cb) |
| static CorbaType * | toAny (const StdType &tp) |
| static bool | toCorbaType (CorbaType &cb, const StdType &tp) |
| static bool | toStdType (StdType &tp, const CorbaType &cb) |
| static bool | update (const CORBA::Any &any, StdType &_value) |
| static bool | updateAny (StdType const &t, CORBA::Any &any) |
Use for the conversion of a std::pair of C++ types to a two Corba sequences, given the conversions between the C++ types and the Corba types
Definition at line 283 of file CorbaConversion.hpp.
| typedef RTT::corba::Pair RTT::corba::AnyConversion< std::pair< T1, T2 > >::CorbaType |
Definition at line 286 of file CorbaConversion.hpp.
| typedef RTT::corba::PairSeq RTT::corba::AnyConversion< std::pair< T1, T2 > >::sequence |
Definition at line 284 of file CorbaConversion.hpp.
| typedef std::pair<T1, T2> RTT::corba::AnyConversion< std::pair< T1, T2 > >::StdType |
Definition at line 287 of file CorbaConversion.hpp.
| static CORBA::Any_ptr RTT::corba::AnyConversion< std::pair< T1, T2 > >::createAny | ( | const StdType & | t | ) | [inline, static] |
Definition at line 317 of file CorbaConversion.hpp.
| static StdType RTT::corba::AnyConversion< std::pair< T1, T2 > >::get | ( | const CorbaType * | cb | ) | [inline, static] |
Definition at line 303 of file CorbaConversion.hpp.
| static CorbaType* RTT::corba::AnyConversion< std::pair< T1, T2 > >::toAny | ( | const StdType & | tp | ) | [inline, static] |
Definition at line 297 of file CorbaConversion.hpp.
| static bool RTT::corba::AnyConversion< std::pair< T1, T2 > >::toCorbaType | ( | CorbaType & | cb, |
| const StdType & | tp | ||
| ) | [inline, static] |
Definition at line 293 of file CorbaConversion.hpp.
| static bool RTT::corba::AnyConversion< std::pair< T1, T2 > >::toStdType | ( | StdType & | tp, |
| const CorbaType & | cb | ||
| ) | [inline, static] |
Definition at line 289 of file CorbaConversion.hpp.
| static bool RTT::corba::AnyConversion< std::pair< T1, T2 > >::update | ( | const CORBA::Any & | any, |
| StdType & | _value | ||
| ) | [inline, static] |
Definition at line 309 of file CorbaConversion.hpp.
| static bool RTT::corba::AnyConversion< std::pair< T1, T2 > >::updateAny | ( | StdType const & | t, |
| CORBA::Any & | any | ||
| ) | [inline, static] |
Definition at line 323 of file CorbaConversion.hpp.