doil CORBA basic type conversion functions More...
Go to the source code of this file.
Functions | |
bool | corba_to_local (const ::CORBA::Short _from, short &_to) |
bool | corba_to_local (const ::CORBA::UShort _from, unsigned short &_to) |
bool | corba_to_local (const ::CORBA::Long _from, int &_to) |
bool | corba_to_local (const ::CORBA::ULong _from, unsigned int &_to) |
bool | corba_to_local (const ::CORBA::Float _from, float &_to) |
bool | corba_to_local (const ::CORBA::Double _from, double &_to) |
bool | corba_to_local (const ::CORBA::Char _from, char &_to) |
bool | corba_to_local (const ::CORBA::Boolean _from, unsigned char &_to) |
bool | corba_to_local (const ::CORBA::Octet _from, unsigned char &_to) |
bool | corba_to_local (const ::CORBA::Boolean _from, bool &_to) |
bool | corba_to_local (const char *_from, std::string &_to) |
bool | corba_to_local (const ::CORBA::Any &_from, std::string &_to) |
bool | corba_to_local (const CORBA::TypeCode_member &_from, std::string &_to) |
bool | local_to_corba (const short int _from,::CORBA::Short &_to) |
bool | local_to_corba (const unsigned short _from,::CORBA::UShort &_to) |
bool | local_to_corba (const long int _from,::CORBA::Long &_to) |
bool | local_to_corba (const unsigned long int _from,::CORBA::ULong &_to) |
bool | local_to_corba (const float _from,::CORBA::Float &_to) |
bool | local_to_corba (const double _from,::CORBA::Double &_to) |
bool | local_to_corba (const char _from,::CORBA::Char &_to) |
bool | local_to_corba (const bool _from,::CORBA::Boolean &_to) |
bool | local_to_corba (const unsigned char _from,::CORBA::Octet &_to) |
bool | local_to_corba (const ::std::string &_from, char *&_to) |
bool | local_to_corba (const std::string &_from,::CORBA::Any &_to) |
bool | local_to_corba (const std::string &_from, CORBA::TypeCode *_to) |
doil CORBA basic type conversion functions
Copyright (C) 2008 Noriaki Ando Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
$Id$
Definition in file BasicTypeConversion.h.
bool corba_to_local | ( | const ::CORBA::Short | _from, |
short & | _to | ||
) | [inline] |
Definition at line 166 of file BasicTypeConversion.h.
bool corba_to_local | ( | const ::CORBA::UShort | _from, |
unsigned short & | _to | ||
) | [inline] |
Definition at line 172 of file BasicTypeConversion.h.
bool corba_to_local | ( | const ::CORBA::Long | _from, |
int & | _to | ||
) | [inline] |
Definition at line 178 of file BasicTypeConversion.h.
bool corba_to_local | ( | const ::CORBA::ULong | _from, |
unsigned int & | _to | ||
) | [inline] |
Definition at line 184 of file BasicTypeConversion.h.
bool corba_to_local | ( | const ::CORBA::Float | _from, |
float & | _to | ||
) | [inline] |
Definition at line 190 of file BasicTypeConversion.h.
bool corba_to_local | ( | const ::CORBA::Double | _from, |
double & | _to | ||
) | [inline] |
Definition at line 196 of file BasicTypeConversion.h.
bool corba_to_local | ( | const ::CORBA::Char | _from, |
char & | _to | ||
) | [inline] |
Definition at line 202 of file BasicTypeConversion.h.
bool corba_to_local | ( | const ::CORBA::Boolean | _from, |
unsigned char & | _to | ||
) | [inline] |
Definition at line 208 of file BasicTypeConversion.h.
bool corba_to_local | ( | const ::CORBA::Octet | _from, |
unsigned char & | _to | ||
) | [inline] |
Definition at line 214 of file BasicTypeConversion.h.
bool corba_to_local | ( | const ::CORBA::Boolean | _from, |
bool & | _to | ||
) | [inline] |
Definition at line 220 of file BasicTypeConversion.h.
bool corba_to_local | ( | const char * | _from, |
std::string & | _to | ||
) | [inline] |
Definition at line 226 of file BasicTypeConversion.h.
bool corba_to_local | ( | const ::CORBA::Any & | _from, |
std::string & | _to | ||
) | [inline] |
Definition at line 237 of file BasicTypeConversion.h.
bool corba_to_local | ( | const CORBA::TypeCode_member & | _from, |
std::string & | _to | ||
) | [inline] |
Definition at line 284 of file BasicTypeConversion.h.
bool local_to_corba | ( | const short int | _from, |
::CORBA::Short & | _to | ||
) | [inline] |
Definition at line 28 of file BasicTypeConversion.h.
bool local_to_corba | ( | const unsigned short | _from, |
::CORBA::UShort & | _to | ||
) | [inline] |
Definition at line 34 of file BasicTypeConversion.h.
bool local_to_corba | ( | const long int | _from, |
::CORBA::Long & | _to | ||
) | [inline] |
Definition at line 40 of file BasicTypeConversion.h.
bool local_to_corba | ( | const unsigned long int | _from, |
::CORBA::ULong & | _to | ||
) | [inline] |
Definition at line 46 of file BasicTypeConversion.h.
bool local_to_corba | ( | const float | _from, |
::CORBA::Float & | _to | ||
) | [inline] |
Definition at line 52 of file BasicTypeConversion.h.
bool local_to_corba | ( | const double | _from, |
::CORBA::Double & | _to | ||
) | [inline] |
Definition at line 58 of file BasicTypeConversion.h.
bool local_to_corba | ( | const char | _from, |
::CORBA::Char & | _to | ||
) | [inline] |
Definition at line 64 of file BasicTypeConversion.h.
bool local_to_corba | ( | const bool | _from, |
::CORBA::Boolean & | _to | ||
) | [inline] |
Definition at line 70 of file BasicTypeConversion.h.
bool local_to_corba | ( | const unsigned char | _from, |
::CORBA::Octet & | _to | ||
) | [inline] |
Definition at line 76 of file BasicTypeConversion.h.
bool local_to_corba | ( | const ::std::string & | _from, |
char *& | _to | ||
) | [inline] |
Definition at line 99 of file BasicTypeConversion.h.
bool local_to_corba | ( | const std::string & | _from, |
::CORBA::Any & | _to | ||
) | [inline] |
Definition at line 105 of file BasicTypeConversion.h.
bool local_to_corba | ( | const std::string & | _from, |
CORBA::TypeCode * | _to | ||
) | [inline] |
Definition at line 111 of file BasicTypeConversion.h.