|
ProteoWizard
|
structure for holding CV term info More...
#include <cv.hpp>
Public Types | |
| typedef std::vector< CVID > | id_list |
Public Member Functions | |
| CVTermInfo () | |
| const std::string & | shortName () const |
| std::string | prefix () const |
Public Attributes | |
| CVID | cvid |
| std::string | id |
| std::string | name |
| std::string | def |
| bool | isObsolete |
| id_list | parentsIsA |
| id_list | parentsPartOf |
| std::multimap< std::string, CVID > | otherRelations |
| std::vector< std::string > | exactSynonyms |
| std::multimap< std::string, std::string > | propertyValues |
| typedef std::vector<CVID> pwiz::cv::CVTermInfo::id_list |
|
inline |
| const std::string & pwiz::cv::CVTermInfo::shortName | ( | ) | const |
| std::string pwiz::cv::CVTermInfo::prefix | ( | ) | const |
| std::string pwiz::cv::CVTermInfo::id |
Definition at line 14946 of file cv.hpp.
Referenced by WriteCVParam::operator()(), and test().
| std::string pwiz::cv::CVTermInfo::name |
Definition at line 14947 of file cv.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), pwiz::msdata::TextWriter::operator()(), pwiz::tradata::TextWriter::operator()(), WriteCVParam::operator()(), pwiz::identdata::TextWriter::operator()(), pwiz::msdata::TextWriter::operator()(), pwiz::tradata::TextWriter::operator()(), test(), test(), testCleavageAgents(), testIsChildOf(), and testSynonyms().
| std::string pwiz::cv::CVTermInfo::def |
| std::multimap<std::string, CVID> pwiz::cv::CVTermInfo::otherRelations |
Definition at line 14954 of file cv.hpp.
Referenced by testOtherRelations().
| std::vector<std::string> pwiz::cv::CVTermInfo::exactSynonyms |
Definition at line 14955 of file cv.hpp.
Referenced by testSynonyms().
| std::multimap<std::string, std::string> pwiz::cv::CVTermInfo::propertyValues |
Definition at line 14956 of file cv.hpp.
Referenced by testPropertyValues().