#include <CorbaConversion.hpp>
Public Types | |
typedef _CorbaType | CorbaType |
typedef Type | StdType |
Static Public Member Functions | |
static CORBA::Any_ptr | createAny (const Type &t) |
static Type & | fromAny (Type &t) |
static const Type & | get (const Type &t) |
static CorbaType | toAny (Type t) |
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 (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 161 of file CorbaConversion.hpp.
typedef _CorbaType RTT::corba::AnyConversionHelper< Type, _CorbaType >::CorbaType |
Definition at line 163 of file CorbaConversion.hpp.
typedef Type RTT::corba::AnyConversionHelper< Type, _CorbaType >::StdType |
Definition at line 164 of file CorbaConversion.hpp.
|
inlinestatic |
Definition at line 197 of file CorbaConversion.hpp.
|
inlinestatic |
Definition at line 170 of file CorbaConversion.hpp.
|
inlinestatic |
Definition at line 174 of file CorbaConversion.hpp.
|
inlinestatic |
Definition at line 165 of file CorbaConversion.hpp.
|
inlinestatic |
Definition at line 183 of file CorbaConversion.hpp.
|
inlinestatic |
Definition at line 178 of file CorbaConversion.hpp.
|
inlinestatic |
Definition at line 188 of file CorbaConversion.hpp.
|
inlinestatic |
Definition at line 204 of file CorbaConversion.hpp.