OpenRTM-aist  1.2.1
Classes | Namespaces | Functions
Typename.h File Reference

Typename function. More...

#include <iostream>
#include <rtm/RTC.h>
Include dependency graph for Typename.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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::has_nil< T >
 has nil traits class template 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< true, T >
 
class  CORBA_Util::typecode< false, T >
 

Namespaces

 CORBA_Util
 

Functions

template<class T >
const char * CORBA_Util::toTypename ()
 Getting CORBA defined type as characters. More...
 
template<class T >
const char * CORBA_Util::toTypenameOfStruct ()
 
template<class T >
const char * CORBA_Util::toTypenameOfObject ()
 
template<class T >
const char * CORBA_Util::toRepositoryId ()
 Getting CORBA defined type as characters. More...
 
template<class T >
const char * CORBA_Util::toRepositoryIdOfStruct ()
 
template<class T >
const char * CORBA_Util::toRepositoryIdOfObject ()
 
template<class T >
const char * toTypename ()
 

Detailed Description

Typename function.

Date
Date
2007-12-31 03:08:03
Author
Noriaki Ando n-and.nosp@m.o@ai.nosp@m.st.go.nosp@m..jp

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.

Id
InPort.h 1225 2009-02-28 02:30:25Z n-ando

Function Documentation

template<class T >
const char* toTypename ( )