#include <datastor.h>
|
virtual bool | operator() (const std::string &, const std::string &) const =0 |
|
virtual std::pair< std::string, std::string > | transform (const std::string &, const std::string &) const |
|
virtual | ~Matcher () |
|
A search function
Definition at line 28 of file datastor.h.
virtual Botan::Data_Store::Matcher::~Matcher |
( |
| ) |
|
|
inlinevirtual |
virtual bool Botan::Data_Store::Matcher::operator() |
( |
const std::string & |
, |
|
|
const std::string & |
|
|
) |
| const |
|
pure virtual |
std::pair< std::string, std::string > Botan::Data_Store::Matcher::transform |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files: