Used for the conversion of types that are binary compatible between CORBA type and std C++ type.
More...
#include <rtt/transports/corba/CorbaConversion.hpp>
List of all members.
Public Types |
typedef _CorbaType | CorbaType |
typedef Type | StdType |
Static Public Member Functions |
static CorbaType | toAny (Type t) |
static Type & | fromAny (Type &t) |
static const Type & | get (const Type &t) |
static bool | toStdType (StdType &tp, const CorbaType &cb) |
static bool | toCorbaType (CorbaType &cb, const StdType &tp) |
static bool | update (const CORBA::Any &any, StdType &_value) |
static CORBA::Any_ptr | createAny (const Type &t) |
static bool | updateAny (const Type &t, CORBA::Any &any) |
Detailed Description
template<class Type, class _CorbaType = Type>
struct RTT::corba::AnyConversionHelper< Type, _CorbaType >
Used for the conversion of types that are binary compatible between CORBA type and std C++ type.
Definition at line 161 of file CorbaConversion.hpp.
The documentation for this struct was generated from the following file: