#include <RTTCorbaConversion.hpp>
Public Types | |
| typedef const char * | CorbaType |
| typedef CORBA::StringSeq | sequence |
| typedef std::string | StdType |
Static Public Member Functions | |
| static CORBA::Any_ptr | createAny (const std::string &t) |
| static StdType | get (const CorbaType t) |
| static CorbaType | toAny (const std::string &orig) |
| template<class dummy > | |
| static bool | toCorbaType (dummy dest, const StdType &src) |
| static bool | toCorbaType (CorbaType dest, const StdType &src) |
| static bool | toStdType (StdType &dest, const CorbaType src) |
| static bool | update (const CORBA::Any &any, StdType &_value) |
| static bool | updateAny (StdType const &t, CORBA::Any &any) |
Definition at line 224 of file RTTCorbaConversion.hpp.
| typedef const char* RTT::corba::AnyConversion< std::string >::CorbaType |
Definition at line 228 of file RTTCorbaConversion.hpp.
| typedef CORBA::StringSeq RTT::corba::AnyConversion< std::string >::sequence |
Definition at line 226 of file RTTCorbaConversion.hpp.
| typedef std::string RTT::corba::AnyConversion< std::string >::StdType |
Definition at line 229 of file RTTCorbaConversion.hpp.
| static CORBA::Any_ptr RTT::corba::AnyConversion< std::string >::createAny | ( | const std::string & | t | ) | [inline, static] |
Definition at line 269 of file RTTCorbaConversion.hpp.
| static StdType RTT::corba::AnyConversion< std::string >::get | ( | const CorbaType | t | ) | [inline, static] |
Definition at line 236 of file RTTCorbaConversion.hpp.
| static CorbaType RTT::corba::AnyConversion< std::string >::toAny | ( | const std::string & | orig | ) | [inline, static] |
Definition at line 231 of file RTTCorbaConversion.hpp.
| static bool RTT::corba::AnyConversion< std::string >::toCorbaType | ( | dummy | dest, |
| const StdType & | src | ||
| ) | [inline, static] |
Use for the conversion from a stl container to a sequence<string>
Definition at line 249 of file RTTCorbaConversion.hpp.
| static bool RTT::corba::AnyConversion< std::string >::toCorbaType | ( | CorbaType | dest, |
| const StdType & | src | ||
| ) | [inline, static] |
Definition at line 254 of file RTTCorbaConversion.hpp.
| static bool RTT::corba::AnyConversion< std::string >::toStdType | ( | StdType & | dest, |
| const CorbaType | src | ||
| ) | [inline, static] |
Definition at line 240 of file RTTCorbaConversion.hpp.
| static bool RTT::corba::AnyConversion< std::string >::update | ( | const CORBA::Any & | any, |
| StdType & | _value | ||
| ) | [inline, static] |
Definition at line 259 of file RTTCorbaConversion.hpp.
| static bool RTT::corba::AnyConversion< std::string >::updateAny | ( | StdType const & | t, |
| CORBA::Any & | any | ||
| ) | [inline, static] |
Definition at line 275 of file RTTCorbaConversion.hpp.