OpenRTM  1.0.0
Public Member Functions | List of all members
RTC::Manager::FactoryPredicate Class Reference

#include <Manager.h>

Public Member Functions

 FactoryPredicate (const char *imple_id)
 
 FactoryPredicate (const coil::Properties &prop)
 
 FactoryPredicate (FactoryBase *factory)
 
bool operator() (FactoryBase *factory)
 

Constructor & Destructor Documentation

◆ FactoryPredicate() [1/3]

RTC::Manager::FactoryPredicate::FactoryPredicate ( const char *  imple_id)
inline

◆ FactoryPredicate() [2/3]

RTC::Manager::FactoryPredicate::FactoryPredicate ( const coil::Properties prop)
inline

◆ FactoryPredicate() [3/3]

RTC::Manager::FactoryPredicate::FactoryPredicate ( FactoryBase factory)
inline

Member Function Documentation

◆ operator()()

bool RTC::Manager::FactoryPredicate::operator() ( FactoryBase factory)
inline