Public Types | Static Public Member Functions
RTT::corba::AnyConversion< std::map< T1, T2 > > Struct Template Reference

#include <CorbaConversion.hpp>

List of all members.

Public Types

typedef RTT::corba::PairSeq CorbaType
typedef RTT::corba::CAnySequence sequence
typedef std::map< T1, T2 > StdType

Static Public Member Functions

static CORBA::Any_ptr createAny (const StdType &t)
static StdType get (const CorbaType *cb)
static CorbaTypetoAny (const StdType &tp)
static bool toCorbaType (CorbaType &cb, const StdType &tp)
static bool toCorbaType (CORBA::Any &any, const StdType &tp)
static bool toStdType (StdType &tp, const CorbaType &cb)
static bool toStdType (StdType &tp, const CORBA::Any &any)
static bool update (const CORBA::Any &any, StdType &_value)
static bool updateAny (StdType const &t, CORBA::Any &any)

Detailed Description

template<class T1, class T2>
struct RTT::corba::AnyConversion< std::map< T1, T2 > >

Use for the conversion of a std::map of C++ types to a two Corba sequences, given the conversions between the C++ types and the Corba types

Definition at line 335 of file CorbaConversion.hpp.


Member Typedef Documentation

template<class T1 , class T2 >
typedef RTT::corba::PairSeq RTT::corba::AnyConversion< std::map< T1, T2 > >::CorbaType

Definition at line 338 of file CorbaConversion.hpp.

template<class T1 , class T2 >
typedef RTT::corba::CAnySequence RTT::corba::AnyConversion< std::map< T1, T2 > >::sequence

Definition at line 336 of file CorbaConversion.hpp.

template<class T1 , class T2 >
typedef std::map<T1, T2> RTT::corba::AnyConversion< std::map< T1, T2 > >::StdType

Definition at line 339 of file CorbaConversion.hpp.


Member Function Documentation

template<class T1 , class T2 >
static CORBA::Any_ptr RTT::corba::AnyConversion< std::map< T1, T2 > >::createAny ( const StdType t) [inline, static]

Definition at line 395 of file CorbaConversion.hpp.

template<class T1 , class T2 >
static StdType RTT::corba::AnyConversion< std::map< T1, T2 > >::get ( const CorbaType cb) [inline, static]

Definition at line 381 of file CorbaConversion.hpp.

template<class T1 , class T2 >
static CorbaType* RTT::corba::AnyConversion< std::map< T1, T2 > >::toAny ( const StdType tp) [inline, static]

Definition at line 375 of file CorbaConversion.hpp.

template<class T1 , class T2 >
static bool RTT::corba::AnyConversion< std::map< T1, T2 > >::toCorbaType ( CorbaType cb,
const StdType tp 
) [inline, static]

Definition at line 353 of file CorbaConversion.hpp.

template<class T1 , class T2 >
static bool RTT::corba::AnyConversion< std::map< T1, T2 > >::toCorbaType ( CORBA::Any &  any,
const StdType tp 
) [inline, static]

Definition at line 371 of file CorbaConversion.hpp.

template<class T1 , class T2 >
static bool RTT::corba::AnyConversion< std::map< T1, T2 > >::toStdType ( StdType tp,
const CorbaType cb 
) [inline, static]

Definition at line 341 of file CorbaConversion.hpp.

template<class T1 , class T2 >
static bool RTT::corba::AnyConversion< std::map< T1, T2 > >::toStdType ( StdType tp,
const CORBA::Any &  any 
) [inline, static]

if T is a std::vector or a std::map the associated type is CORBA::Any

Definition at line 368 of file CorbaConversion.hpp.

template<class T1 , class T2 >
static bool RTT::corba::AnyConversion< std::map< T1, T2 > >::update ( const CORBA::Any &  any,
StdType _value 
) [inline, static]

Definition at line 387 of file CorbaConversion.hpp.

template<class T1 , class T2 >
static bool RTT::corba::AnyConversion< std::map< T1, T2 > >::updateAny ( StdType const &  t,
CORBA::Any &  any 
) [inline, static]

Definition at line 401 of file CorbaConversion.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Thu Jan 2 2014 11:35:43