OpenRTM-aist-Python 1.1.2
全メンバ一覧
OpenRTM_aist.GlobalFactory.GlobalFactory クラス
OpenRTM_aist.GlobalFactory.GlobalFactory の継承関係図
OpenRTM_aist.GlobalFactory.Factory

その他の継承メンバ

- 基底クラス OpenRTM_aist.GlobalFactory.Factory に属する継承公開メンバ関数
def hasFactory
 bool hasFactory(const Identifier& id)
 
def getIdentifiers
 std::vector<Identifier> getIdentifiers()
 
def addFactory
 ReturnCode addFactory(const Identifier& id, Creator creator, Destructor destructor)
 
def removeFactory
 ReturnCode removeFactory(const Identifier& id)
 
def createObject
 AbstractClass* createObject(const Identifier& id)
 
def deleteObject
 ReturnCode deleteObject(const Identifier& id, AbstractClass*& obj)
 
def createdObjects
 生成済みオブジェクトリストの取得 [詳解]
 
def isProducerOf
 オブジェクトがこのファクトリの生成物かどうか調べる [詳解]
 
def objectToIdentifier
 オブジェクトからクラス識別子(ID)を取得する [詳解]
 
def objectToCreator
 オブジェクトのコンストラクタを取得する [詳解]
 
def objectToDestructor
 オブジェクトのデストラクタを取得する [詳解]
 

このクラス詳解は次のファイルから抽出されました: