![]() |
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 | |
| String | key_name |
| String | description |
| String | concept_curie |
| String | regexp |
| std::vector< String > | field_names |
| std::vector< String > | field_types |
Represents a custom key definition from the PEFF header.
|
inline |
| String concept_curie |
Referenced by PEFFCustomKeyDef::operator==().
| String description |
Referenced by PEFFCustomKeyDef::operator==().
| std::vector<String> field_names |
Referenced by PEFFCustomKeyDef::operator==().
| std::vector<String> field_types |
Referenced by PEFFCustomKeyDef::operator==().
| String key_name |
Referenced by PEFFCustomKeyDef::operator==().
| String regexp |
Referenced by PEFFCustomKeyDef::operator==().