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.
More...
#include <rtt/transports/corba/CorbaConversion.hpp>
List of all members.
Public Types |
typedef RTT::corba::PairSeq | sequence |
typedef RTT::corba::Pair | CorbaType |
typedef std::pair< T1, T2 > | StdType |
Static Public Member Functions |
static bool | toStdType (StdType &tp, const CorbaType &cb) |
static bool | toCorbaType (CorbaType &cb, const StdType &tp) |
static CorbaType * | toAny (const StdType &tp) |
static StdType | get (const CorbaType *cb) |
static bool | update (const CORBA::Any &any, StdType &_value) |
static CORBA::Any_ptr | createAny (const StdType &t) |
static bool | updateAny (StdType const &t, CORBA::Any &any) |
Detailed Description
template<class T1, class T2>
struct RTT::corba::AnyConversion< std::pair< T1, T2 > >
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.
The documentation for this struct was generated from the following file: