Orocos Real-Time Toolkit  2.8.3
Public Types | Static Public Member Functions | List of all members
RTT::corba::AnyConversion< CORBA::Any_ptr > Struct Template Reference

#include <rtt/transports/corba/RTTCorbaConversion.hpp>

Public Types

typedef CORBA::Any_ptr CorbaType
 
typedef CORBA::Any_ptr StdType
 

Static Public Member Functions

static bool update (const CORBA::Any &any, CORBA::Any_ptr _value)
 
static CORBA::Any_ptr createAny (CORBA::Any_ptr t)
 
static bool updateAny (const StdType &t, CORBA::Any &any)
 

Detailed Description

template<>
struct RTT::corba::AnyConversion< CORBA::Any_ptr >

Definition at line 80 of file RTTCorbaConversion.hpp.

Member Typedef Documentation

typedef CORBA::Any_ptr RTT::corba::AnyConversion< CORBA::Any_ptr >::CorbaType

Definition at line 82 of file RTTCorbaConversion.hpp.

typedef CORBA::Any_ptr RTT::corba::AnyConversion< CORBA::Any_ptr >::StdType

Definition at line 83 of file RTTCorbaConversion.hpp.

Member Function Documentation

static CORBA::Any_ptr RTT::corba::AnyConversion< CORBA::Any_ptr >::createAny ( CORBA::Any_ptr  t)
inlinestatic

Definition at line 91 of file RTTCorbaConversion.hpp.

static bool RTT::corba::AnyConversion< CORBA::Any_ptr >::update ( const CORBA::Any &  any,
CORBA::Any_ptr  _value 
)
inlinestatic

Definition at line 85 of file RTTCorbaConversion.hpp.

static bool RTT::corba::AnyConversion< CORBA::Any_ptr >::updateAny ( const StdType t,
CORBA::Any &  any 
)
inlinestatic

Definition at line 96 of file RTTCorbaConversion.hpp.


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