#include <CorbaConversion.hpp>
Public Types | |
typedef _CorbaType | CorbaType |
typedef _CorbaType | CorbaType |
typedef Type | StdType |
typedef Type | StdType |
Static Public Member Functions | |
static CORBA::Any_ptr | createAny (const Type &t) |
static CORBA::Any_ptr | createAny (const Type &t) |
static Type & | fromAny (Type &t) |
static Type & | fromAny (Type &t) |
static const Type & | get (const Type &t) |
static const Type & | get (const Type &t) |
static CorbaType | toAny (Type t) |
static CorbaType | toAny (Type t) |
static bool | toCorbaType (CorbaType &cb, const StdType &tp) |
static bool | toCorbaType (CorbaType &cb, const StdType &tp) |
static bool | toStdType (StdType &tp, const CorbaType &cb) |
static bool | toStdType (StdType &tp, const CorbaType &cb) |
static bool | update (const CORBA::Any &any, StdType &_value) |
static bool | update (const CORBA::Any &any, StdType &_value) |
static bool | updateAny (const Type &t, CORBA::Any &any) |
static bool | updateAny (const Type &t, CORBA::Any &any) |
Used for the conversion of types that are binary compatible between CORBA type and std C++ type.
Definition at line 156 of file install/include/rtt/transports/corba/CorbaConversion.hpp.
typedef _CorbaType RTT::corba::AnyConversionHelper< Type, _CorbaType >::CorbaType |
Definition at line 163 of file rtt/transports/corba/CorbaConversion.hpp.
typedef _CorbaType RTT::corba::AnyConversionHelper< Type, _CorbaType >::CorbaType |
Definition at line 158 of file install/include/rtt/transports/corba/CorbaConversion.hpp.
typedef Type RTT::corba::AnyConversionHelper< Type, _CorbaType >::StdType |
Definition at line 164 of file rtt/transports/corba/CorbaConversion.hpp.
typedef Type RTT::corba::AnyConversionHelper< Type, _CorbaType >::StdType |
Definition at line 159 of file install/include/rtt/transports/corba/CorbaConversion.hpp.
static CORBA::Any_ptr RTT::corba::AnyConversionHelper< Type, _CorbaType >::createAny | ( | const Type & | t | ) | [inline, static] |
Definition at line 197 of file rtt/transports/corba/CorbaConversion.hpp.
static CORBA::Any_ptr RTT::corba::AnyConversionHelper< Type, _CorbaType >::createAny | ( | const Type & | t | ) | [inline, static] |
Definition at line 192 of file install/include/rtt/transports/corba/CorbaConversion.hpp.
static Type& RTT::corba::AnyConversionHelper< Type, _CorbaType >::fromAny | ( | Type & | t | ) | [inline, static] |
Definition at line 170 of file rtt/transports/corba/CorbaConversion.hpp.
static Type& RTT::corba::AnyConversionHelper< Type, _CorbaType >::fromAny | ( | Type & | t | ) | [inline, static] |
Definition at line 165 of file install/include/rtt/transports/corba/CorbaConversion.hpp.
static const Type& RTT::corba::AnyConversionHelper< Type, _CorbaType >::get | ( | const Type & | t | ) | [inline, static] |
Definition at line 174 of file rtt/transports/corba/CorbaConversion.hpp.
static const Type& RTT::corba::AnyConversionHelper< Type, _CorbaType >::get | ( | const Type & | t | ) | [inline, static] |
Definition at line 169 of file install/include/rtt/transports/corba/CorbaConversion.hpp.
static CorbaType RTT::corba::AnyConversionHelper< Type, _CorbaType >::toAny | ( | Type | t | ) | [inline, static] |
Definition at line 165 of file rtt/transports/corba/CorbaConversion.hpp.
static CorbaType RTT::corba::AnyConversionHelper< Type, _CorbaType >::toAny | ( | Type | t | ) | [inline, static] |
Definition at line 160 of file install/include/rtt/transports/corba/CorbaConversion.hpp.
static bool RTT::corba::AnyConversionHelper< Type, _CorbaType >::toCorbaType | ( | CorbaType & | cb, | |
const StdType & | tp | |||
) | [inline, static] |
Definition at line 183 of file rtt/transports/corba/CorbaConversion.hpp.
static bool RTT::corba::AnyConversionHelper< Type, _CorbaType >::toCorbaType | ( | CorbaType & | cb, | |
const StdType & | tp | |||
) | [inline, static] |
Definition at line 178 of file install/include/rtt/transports/corba/CorbaConversion.hpp.
static bool RTT::corba::AnyConversionHelper< Type, _CorbaType >::toStdType | ( | StdType & | tp, | |
const CorbaType & | cb | |||
) | [inline, static] |
Definition at line 178 of file rtt/transports/corba/CorbaConversion.hpp.
static bool RTT::corba::AnyConversionHelper< Type, _CorbaType >::toStdType | ( | StdType & | tp, | |
const CorbaType & | cb | |||
) | [inline, static] |
Definition at line 173 of file install/include/rtt/transports/corba/CorbaConversion.hpp.
static bool RTT::corba::AnyConversionHelper< Type, _CorbaType >::update | ( | const CORBA::Any & | any, | |
StdType & | _value | |||
) | [inline, static] |
Definition at line 188 of file rtt/transports/corba/CorbaConversion.hpp.
static bool RTT::corba::AnyConversionHelper< Type, _CorbaType >::update | ( | const CORBA::Any & | any, | |
StdType & | _value | |||
) | [inline, static] |
Definition at line 183 of file install/include/rtt/transports/corba/CorbaConversion.hpp.
static bool RTT::corba::AnyConversionHelper< Type, _CorbaType >::updateAny | ( | const Type & | t, | |
CORBA::Any & | any | |||
) | [inline, static] |
Definition at line 204 of file rtt/transports/corba/CorbaConversion.hpp.
static bool RTT::corba::AnyConversionHelper< Type, _CorbaType >::updateAny | ( | const Type & | t, | |
CORBA::Any & | any | |||
) | [inline, static] |
Definition at line 199 of file install/include/rtt/transports/corba/CorbaConversion.hpp.