#include <KwCVMap.hpp>
List of all members.
Public Member Functions |
| | RegexCVMap () |
| | RegexCVMap (const std::string &pattern, cv::CVID cvid, const std::string &path) |
| | RegexCVMap (const std::string &pattern, cv::CVID cvid, const std::string &path, const std::string &dependant) |
| virtual | ~RegexCVMap () |
| void | setPattern (const std::string &pattern) |
| virtual boost::cmatch | match (std::string &text) |
| virtual const char * | getTag () const |
| virtual bool | operator() (const std::string &text) const |
| | CVMap () |
| | CVMap (const std::string &keyword, cv::CVID cvid, const std::string &path) |
| | CVMap (const std::string &keyword, cv::CVID cvid, const std::string &path, const std::string &dependant) |
| virtual | ~CVMap () |
| virtual bool | operator== (const CVMap &right) const |
Protected Attributes |
| boost::regex | pattern |
Detailed Description
Definition at line 58 of file KwCVMap.hpp.
Constructor & Destructor Documentation
| pwiz::identdata::RegexCVMap::RegexCVMap |
( |
| ) |
|
| pwiz::identdata::RegexCVMap::RegexCVMap |
( |
const std::string & |
pattern, |
|
|
cv::CVID |
cvid, |
|
|
const std::string & |
path |
|
) |
| |
| pwiz::identdata::RegexCVMap::RegexCVMap |
( |
const std::string & |
pattern, |
|
|
cv::CVID |
cvid, |
|
|
const std::string & |
path, |
|
|
const std::string & |
dependant |
|
) |
| |
| virtual pwiz::identdata::RegexCVMap::~RegexCVMap |
( |
| ) |
|
|
virtual |
Member Function Documentation
| void pwiz::identdata::RegexCVMap::setPattern |
( |
const std::string & |
pattern | ) |
|
| virtual boost::cmatch pwiz::identdata::RegexCVMap::match |
( |
std::string & |
text | ) |
|
|
virtual |
| virtual const char* pwiz::identdata::RegexCVMap::getTag |
( |
| ) |
const |
|
virtual |
| virtual bool pwiz::identdata::RegexCVMap::operator() |
( |
const std::string & |
text | ) |
const |
|
virtual |
Member Data Documentation
| boost::regex pwiz::identdata::RegexCVMap::pattern |
|
protected |
The documentation for this struct was generated from the following file:
- /Users/parag/_Research/pwiz/svn/trunk/pwiz/pwiz/data/identdata/KwCVMap.hpp