OpenRTM  1.0.0
Public Member Functions | Public Attributes | List of all members
RTC::Manager::InstanceName Struct Reference

#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
 

Constructor & Destructor Documentation

◆ InstanceName() [1/3]

RTC::Manager::InstanceName::InstanceName ( RTObject_impl comp)

◆ InstanceName() [2/3]

RTC::Manager::InstanceName::InstanceName ( const char *  name)

◆ InstanceName() [3/3]

RTC::Manager::InstanceName::InstanceName ( const std::string  name)

Member Function Documentation

◆ operator()()

bool RTC::Manager::InstanceName::operator() ( RTObject_impl comp)

Member Data Documentation

◆ m_name

std::string RTC::Manager::InstanceName::m_name