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 | |
Public Attributes | |
| std::string const & | value |
base class for matcher functors object
| extra_images::matcher::matcher | ( | std::string const & | v | ) | [inline, explicit] |
| virtual extra_images::matcher::~matcher | ( | ) | [inline, virtual] |
| virtual bool extra_images::matcher::operator() | ( | std::string const & | str | ) | const [inline, virtual] |
default functor allowing trivial match
References value.
| std::string const& extra_images::matcher::value |
Referenced by operator()().
1.6.1