OpenRTM-aist 2.0.2
読み取り中…
検索中…
一致する文字列を見つけられません
Factory.h ファイル

RT-Component factory class [詳解]

#include <coil/Properties.h>
#include <rtm/NumberingPolicyBase.h>
#include <rtm/NumberingPolicy.h>
Factory.h の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  RTC::FactoryBase
 FactoryBase 基底クラス [詳解]
 
class  RTC::FactoryCXX
 FactoryCXX クラス [詳解]
 

名前空間

namespace  RTC
 RTコンポーネント
 

型定義

using RTC::RtcNewFunc = RTObject_impl* (*)(Manager*)
 
using RTC::RtcDeleteFunc = void (*)(RTObject_impl*)
 

関数

template<class T_New >
RTObject_implRTC::Create (Manager *manager)
 RTコンポーネント生成用テンプレート関数
 
void RTC::deleteRTObject (RTObject_impl *rtc)
 RTコンポーネント破棄用関数
 
template<class T_Delete >
void RTC::Delete (RTObject_impl *rtc)
 RTコンポーネント破棄用テンプレート関数
 

詳解

RT-Component factory class

日付
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-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$