![]() |
OpenMS
|
Represents a custom key definition from the PEFF header. More...
#include <OpenMS/FORMAT/PEFFFile.h>
Public Member Functions | |
| bool | operator== (const PEFFCustomKeyDef &rhs) const |
Public Attributes | |
| std::string | key_name |
| std::string | description |
| std::string | concept_curie |
| std::string | regexp |
| std::vector< std::string > | field_names |
| std::vector< std::string > | field_types |
Represents a custom key definition from the PEFF header.
|
inline |
| std::string concept_curie |
Referenced by PEFFCustomKeyDef::operator==().
| std::string description |
Referenced by PEFFCustomKeyDef::operator==().
| std::vector<std::string> field_names |
Referenced by PEFFCustomKeyDef::operator==().
| std::vector<std::string> field_types |
Referenced by PEFFCustomKeyDef::operator==().
| std::string key_name |
Referenced by PEFFCustomKeyDef::operator==().
| std::string regexp |
Referenced by PEFFCustomKeyDef::operator==().