#include <Manager.h>
Public Member Functions | |
FactoryPredicate (const char *imple_id) | |
FactoryPredicate (const coil::Properties &prop) | |
FactoryPredicate (FactoryBase *factory) | |
bool | operator() (FactoryBase *factory) |
Private Attributes | |
std::string | m_category |
std::string | m_impleid |
std::string | m_vendor |
std::string | m_version |
RTC::Manager::FactoryPredicate::FactoryPredicate | ( | const char * | imple_id | ) | [inline] |
RTC::Manager::FactoryPredicate::FactoryPredicate | ( | const coil::Properties & | prop | ) | [inline] |
RTC::Manager::FactoryPredicate::FactoryPredicate | ( | FactoryBase * | factory | ) | [inline] |
bool RTC::Manager::FactoryPredicate::operator() | ( | FactoryBase * | factory | ) | [inline] |
std::string RTC::Manager::FactoryPredicate::m_category [private] |
std::string RTC::Manager::FactoryPredicate::m_impleid [private] |
std::string RTC::Manager::FactoryPredicate::m_vendor [private] |
std::string RTC::Manager::FactoryPredicate::m_version [private] |