ProteoWizard
Public Member Functions | Protected Attributes | List of all members
pwiz::identdata::RegexCVMap Struct Reference

#include <KwCVMap.hpp>

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

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 bxp::smatch 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

bxp::sregex 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 60 of file KwCVMap.hpp.

Constructor & Destructor Documentation

§ RegexCVMap() [1/3]

pwiz::identdata::RegexCVMap::RegexCVMap ( )

§ RegexCVMap() [2/3]

pwiz::identdata::RegexCVMap::RegexCVMap ( const std::string &  pattern,
cv::CVID  cvid,
const std::string &  path 
)

§ RegexCVMap() [3/3]

pwiz::identdata::RegexCVMap::RegexCVMap ( const std::string &  pattern,
cv::CVID  cvid,
const std::string &  path,
const std::string &  dependant 
)

§ ~RegexCVMap()

virtual pwiz::identdata::RegexCVMap::~RegexCVMap ( )
virtual

Member Function Documentation

§ setPattern()

void pwiz::identdata::RegexCVMap::setPattern ( const std::string &  pattern)

§ match()

virtual bxp::smatch pwiz::identdata::RegexCVMap::match ( std::string &  text)
virtual

§ getTag()

virtual const char* pwiz::identdata::RegexCVMap::getTag ( ) const
virtual

Reimplemented from pwiz::identdata::CVMap.

§ operator()()

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

Reimplemented from pwiz::identdata::CVMap.

Member Data Documentation

§ pattern

bxp::sregex pwiz::identdata::RegexCVMap::pattern
protected

Definition at line 78 of file KwCVMap.hpp.


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