#include <Marker.h>
Public Member Functions | |
| isNameEqual (const std::string &s) | |
| Initialize a new instance with the specified name. | |
| bool | operator() (const Marker &m) const |
| Function call operator: evaluate a Marker. | |
Predicate functor returning true if the name of a Marker equal to the specified string, and false otherwise.
1.6.2