|
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
- Date
- $Date$
- Author
- Noriaki Ando n-and.nosp@m.o@ai.nosp@m.st.go.nosp@m..jp
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.