Orocos Real-Time Toolkit  2.6.0
Public Types | Static Public Member Functions
RTT::corba::AnyConversion< std::vector< T > > Struct Template Reference

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>

List of all members.

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)

Detailed Description

template<class T>
struct RTT::corba::AnyConversion< std::vector< T > >

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.


The documentation for this struct was generated from the following file: