Orocos Real-Time Toolkit
2.6.0
|
Use for the conversion of a std::vector of C++ type to a Corba sequence, given the conversion between the C++ type and the Corba type. More...
#include <rtt/transports/corba/CorbaConversion.hpp>
Public Types | |
typedef RTT::corba::CAnySequence | sequence |
typedef AnyConversion< T > ::sequence | CorbaType |
typedef std::vector< T > | StdType |
Static Public Member Functions | |
static bool | toStdType (StdType &tp, const CorbaType &cb) |
static bool | toCorbaType (CorbaType &cb, const StdType &tp) |
static bool | toStdType (StdType &tp, const CORBA::Any &any) |
if T is a std::vector or a std::map the associated type is CORBA::Any | |
static bool | toCorbaType (CORBA::Any &any, const StdType &tp) |
static CorbaType * | toAny (const StdType &tp) |
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) |
Use for the conversion of a std::vector of C++ type to a Corba sequence, given the conversion between the C++ type and the Corba type.
Definition at line 217 of file CorbaConversion.hpp.