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

その他の継承メンバ

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

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