Public Member Functions | |
bool | operator() (const ObjectMock *obj) |
PredicateMock (const ObjectMock *obj) | |
PredicateMock (const std::string &id) | |
Private Attributes | |
const std::string | m_id |
Definition at line 68 of file ObjectManagerTests.cpp.
ObjectManagerTests::PredicateMock::PredicateMock | ( | const ObjectMock * | obj | ) | [inline] |
Definition at line 71 of file ObjectManagerTests.cpp.
ObjectManagerTests::PredicateMock::PredicateMock | ( | const std::string & | id | ) | [inline] |
Definition at line 72 of file ObjectManagerTests.cpp.
bool ObjectManagerTests::PredicateMock::operator() | ( | const ObjectMock * | obj | ) | [inline] |
Definition at line 73 of file ObjectManagerTests.cpp.
const std::string ObjectManagerTests::PredicateMock::m_id [private] |
Definition at line 76 of file ObjectManagerTests.cpp.