#include <Manager.h>
Public Member Functions | |
InstanceName (RTObject_impl *comp) | |
InstanceName (const char *name) | |
InstanceName (const std::string name) | |
bool | operator() (RTObject_impl *comp) |
Public Attributes | |
std::string | m_name |
Definition at line 58 of file Manager.cpp.
RTC::Manager::InstanceName::InstanceName | ( | const char * | name | ) |
Definition at line 61 of file Manager.cpp.
RTC::Manager::InstanceName::InstanceName | ( | const std::string | name | ) |
Definition at line 64 of file Manager.cpp.
bool RTC::Manager::InstanceName::operator() | ( | RTObject_impl * | comp | ) |
Definition at line 67 of file Manager.cpp.
std::string RTC::Manager::InstanceName::m_name |