OpenRTM-aist 2.0.2
読み取り中…
検索中…
一致する文字列を見つけられません
RTC::PortBase::find_interface 構造体

name と polarity から interface を探す Functor [詳解]

#include <PortBase.h>

公開メンバ関数

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

公開変数類

std::string m_name
 
PortInterfacePolarity m_pol
 

詳解

name と polarity から interface を探す Functor

構築子と解体子

◆ find_interface()

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

関数詳解

◆ operator()()

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

参照先 m_name, m_pol.

メンバ詳解

◆ m_name

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

参照元 operator()().

◆ m_pol

PortInterfacePolarity RTC::PortBase::find_interface::m_pol

参照元 operator()().


この構造体詳解は次のファイルから抽出されました: