Typename function. More...
Go to the source code of this file.
Classes | |
struct | CORBA_Util::has_nil< T > |
has nil traits class template More... | |
struct | CORBA_Util::has_nil_helper< T, T::_ptr_type > |
has nil helper More... | |
struct | CORBA_Util::has_nil_impl< T, U > |
has nil impl: void case More... | |
struct | CORBA_Util::has_nil_impl< T, typename has_nil_helper< T, &T::_nil >::type > |
has nil impl: valid case More... | |
struct | CORBA_Util::is_corba_object< T > |
is corba object traits class More... | |
class | CORBA_Util::typecode< cond, T > |
typecode class template More... | |
class | CORBA_Util::typecode< false, T > |
class | CORBA_Util::typecode< true, T > |
Namespaces | |
CORBA_Util | |
Functions | |
template<class T > | |
const char * | CORBA_Util::toRepositoryId () |
Getting CORBA defined type as characters. More... | |
template<class T > | |
const char * | CORBA_Util::toRepositoryIdOfObject () |
template<class T > | |
const char * | CORBA_Util::toRepositoryIdOfStruct () |
template<class T > | |
const char * | CORBA_Util::toTypename () |
Getting CORBA defined type as characters. More... | |
template<class T > | |
const char * | toTypename () |
template<class T > | |
const char * | CORBA_Util::toTypenameOfObject () |
template<class T > | |
const char * | CORBA_Util::toTypenameOfStruct () |
Typename function.
Copyright (C) 2003-2009 Noriaki Ando Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
Definition in file Typename.h.
const char* toTypename | ( | ) |
Definition at line 252 of file Typename.h.