OpenRTM-aist  1.2.1
クラス | 名前空間 | 関数
Typename.h ファイル

Typename function. [詳解]

#include <iostream>
#include <rtm/RTC.h>
Typename.h の依存先関係図:
被依存関係図:

[ソースコード]

クラス

struct  CORBA_Util::has_nil_helper< T, T::_ptr_type >
 has nil helper [詳解]
 
struct  CORBA_Util::has_nil_impl< T, U >
 has nil impl: void case [詳解]
 
struct  CORBA_Util::has_nil_impl< T, typename has_nil_helper< T,&T::_nil >::type >
 has nil impl: valid case [詳解]
 
struct  CORBA_Util::has_nil< T >
 has nil traits class template [詳解]
 
struct  CORBA_Util::is_corba_object< T >
 is corba object traits class [詳解]
 
class  CORBA_Util::typecode< cond, T >
 typecode class template [詳解]
 
class  CORBA_Util::typecode< true, T >
 
class  CORBA_Util::typecode< false, T >
 

名前空間

 CORBA_Util
 

関数

template<class T >
const char * CORBA_Util::toTypename ()
 CORBA型のタイプ名を文字列で取得する [詳解]
 
template<class T >
const char * CORBA_Util::toTypenameOfStruct ()
 
template<class T >
const char * CORBA_Util::toTypenameOfObject ()
 
template<class T >
const char * CORBA_Util::toRepositoryId ()
 CORBA型のリポジトリIDを文字列で取得する [詳解]
 
template<class T >
const char * CORBA_Util::toRepositoryIdOfStruct ()
 
template<class T >
const char * CORBA_Util::toRepositoryIdOfObject ()
 
template<class T >
const char * toTypename ()
 

詳解

Typename function.

日付
Date
2007-12-31 03:08:03
著者
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

関数詳解

template<class T >
const char* toTypename ( )