Public メソッド | |
LongNamePredicate (const std::string &long_name) | |
construct with the compared long name string | |
result_type | operator() (const argument_type &arg) const |
predicate operator | |
Public 変数 | |
std::string | name_ |
name string to be compared |
rcsc::LongNamePredicate::LongNamePredicate | ( | const std::string & | long_name | ) | [inline, explicit] |
construct with the compared long name string
long_name | the compared long name |
result_type rcsc::LongNamePredicate::operator() | ( | const argument_type & | arg | ) | const [inline] |
predicate operator
arg | compared parameter |