ProteoWizard
Public Member Functions | Static Public Member Functions | Public Attributes
pwiz::identdata::CVMap Struct Reference

#include <KwCVMap.hpp>

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

List of all members.

Public Member Functions

 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 const char * getTag () const
virtual bool operator() (const std::string &text) const
virtual bool operator== (const CVMap &right) const

Static Public Member Functions

static CVMapcreateMap (const std::vector< std::string > &quad)

Public Attributes

std::string keyword
cv::CVID cvid
std::string path
std::string dependant

Detailed Description

Definition at line 34 of file KwCVMap.hpp.


Constructor & Destructor Documentation

pwiz::identdata::CVMap::CVMap ( )
pwiz::identdata::CVMap::CVMap ( const std::string &  keyword,
cv::CVID  cvid,
const std::string &  path 
)
pwiz::identdata::CVMap::CVMap ( const std::string &  keyword,
cv::CVID  cvid,
const std::string &  path,
const std::string &  dependant 
)
virtual pwiz::identdata::CVMap::~CVMap ( )
inlinevirtual

Definition at line 41 of file KwCVMap.hpp.

{}

Member Function Documentation

static CVMap* pwiz::identdata::CVMap::createMap ( const std::vector< std::string > &  quad)
static
virtual const char* pwiz::identdata::CVMap::getTag ( ) const
virtual

Reimplemented in pwiz::identdata::RegexCVMap.

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

Reimplemented in pwiz::identdata::RegexCVMap.

virtual bool pwiz::identdata::CVMap::operator== ( const CVMap right) const
virtual

Member Data Documentation

std::string pwiz::identdata::CVMap::keyword

Definition at line 43 of file KwCVMap.hpp.

Referenced by testCVMap().

cv::CVID pwiz::identdata::CVMap::cvid

Definition at line 44 of file KwCVMap.hpp.

Referenced by testCVMap(), and testRegexCVMap().

std::string pwiz::identdata::CVMap::path

Definition at line 45 of file KwCVMap.hpp.

std::string pwiz::identdata::CVMap::dependant

Definition at line 46 of file KwCVMap.hpp.


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