ProteoWizard
Public Member Functions | Protected Attributes
pwiz::identdata::RegexCVMap Struct Reference

#include <KwCVMap.hpp>

Inheritance diagram for pwiz::identdata::RegexCVMap:
pwiz::identdata::CVMap

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
- Public Member Functions inherited from pwiz::identdata::CVMap
 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

Additional Inherited Members

- Static Public Member Functions inherited from pwiz::identdata::CVMap
static CVMapcreateMap (const std::vector< std::string > &quad)
- Public Attributes inherited from pwiz::identdata::CVMap
std::string keyword
cv::CVID cvid
std::string path
std::string dependant

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

Reimplemented from pwiz::identdata::CVMap.

virtual bool pwiz::identdata::RegexCVMap::operator() ( const std::string &  text) const
virtual

Reimplemented from pwiz::identdata::CVMap.


Member Data Documentation

boost::regex pwiz::identdata::RegexCVMap::pattern
protected

Definition at line 76 of file KwCVMap.hpp.


The documentation for this struct was generated from the following file: