#include <EventHypothesis.h>
Public Member Functions | |
ByRole (const std::string &role) | |
bool | operator() (const value_type &p) const |
Private Attributes | |
const std::string & | role_ |
Definition at line 42 of file EventHypothesis.h.
pat::EventHypothesis::ByRole::ByRole | ( | const std::string & | role | ) | [inline] |
Definition at line 44 of file EventHypothesis.h.
: role_(role) {}
bool pat::EventHypothesis::ByRole::operator() | ( | const value_type & | p | ) | const [inline] |
const std::string& pat::EventHypothesis::ByRole::role_ [private] |
Definition at line 47 of file EventHypothesis.h.
Referenced by operator()().