OpenRTM  1.0.0
Public Member Functions | Public Attributes | List of all members
RTC::PortBase::find_interface Struct Reference

Functor to find interface from name and polarity. More...

#include <PortBase.h>

Public Member Functions

 find_interface (const char *name, PortInterfacePolarity pol)
 
bool operator() (const PortInterfaceProfile &prof)
 

Public Attributes

std::string m_name
 
PortInterfacePolarity m_pol
 

Detailed Description

Functor to find interface from name and polarity.

Constructor & Destructor Documentation

RTC::PortBase::find_interface::find_interface ( const char *  name,
PortInterfacePolarity  pol 
)
inline

Member Function Documentation

bool RTC::PortBase::find_interface::operator() ( const PortInterfaceProfile &  prof)
inline

References m_name, and m_pol.

Member Data Documentation

std::string RTC::PortBase::find_interface::m_name

Referenced by operator()().

PortInterfacePolarity RTC::PortBase::find_interface::m_pol

Referenced by operator()().