#include <RTTCorbaConversion.hpp>
Public Types | |
| typedef CORBA::Boolean | CorbaType |
| typedef CORBA::BooleanSeq | sequence |
| typedef bool | StdType |
Static Public Member Functions | |
| static CORBA::Any_ptr | createAny (bool t) |
| static CORBA::Any::to_boolean | fromAny (CORBA::Boolean &t) |
| static StdType | get (const CORBA::Boolean t) |
| static CORBA::Any::from_boolean | toAny (bool t) |
| static bool | toCorbaType (CorbaType &cb, const StdType &tp) |
| static bool | toStdType (StdType &tp, const CorbaType &cb) |
| static bool | update (const CORBA::Any &any, StdType &_value) |
| static bool | updateAny (bool t, CORBA::Any &any) |
Definition at line 138 of file RTTCorbaConversion.hpp.
| typedef CORBA::Boolean RTT::corba::AnyConversion< bool >::CorbaType |
Definition at line 140 of file RTTCorbaConversion.hpp.
| typedef CORBA::BooleanSeq RTT::corba::AnyConversion< bool >::sequence |
Definition at line 143 of file RTTCorbaConversion.hpp.
| typedef bool RTT::corba::AnyConversion< bool >::StdType |
Definition at line 141 of file RTTCorbaConversion.hpp.
|
inlinestatic |
Definition at line 174 of file RTTCorbaConversion.hpp.
|
inlinestatic |
Definition at line 149 of file RTTCorbaConversion.hpp.
|
inlinestatic |
Definition at line 152 of file RTTCorbaConversion.hpp.
|
inlinestatic |
Definition at line 145 of file RTTCorbaConversion.hpp.
|
inlinestatic |
Definition at line 160 of file RTTCorbaConversion.hpp.
|
inlinestatic |
Definition at line 156 of file RTTCorbaConversion.hpp.
|
inlinestatic |
Definition at line 165 of file RTTCorbaConversion.hpp.
|
inlinestatic |
Definition at line 180 of file RTTCorbaConversion.hpp.