base class for matcher functors object More...
#include <locate_images.h>
Public Member Functions | |
matcher (std::string const &v) | |
virtual | ~matcher () |
virtual bool | operator() (std::string const &str) const |
default functor allowing trivial match | |
Data Fields | |
std::string const & | value |
base class for matcher functors object
Definition at line 40 of file locate_images.h.
extra_images::matcher::matcher | ( | std::string const & | v | ) | [inline, explicit] |
Definition at line 43 of file locate_images.h.
virtual extra_images::matcher::~matcher | ( | ) | [inline, virtual] |
Definition at line 44 of file locate_images.h.
virtual bool extra_images::matcher::operator() | ( | std::string const & | str | ) | const [inline, virtual] |
default functor allowing trivial match
Definition at line 46 of file locate_images.h.
References value.
std::string const& extra_images::matcher::value |
Definition at line 41 of file locate_images.h.
Referenced by operator()().