OpenMS
Loading...
Searching...
No Matches
PEFFCustomKeyDef Struct Reference

Represents a custom key definition from the PEFF header. More...

#include <OpenMS/FORMAT/PEFFFile.h>

Collaboration diagram for PEFFCustomKeyDef:
[legend]

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
 

Detailed Description

Represents a custom key definition from the PEFF header.

Member Function Documentation

◆ operator==()

Member Data Documentation

◆ concept_curie

std::string concept_curie

◆ description

std::string description

◆ field_names

std::vector<std::string> field_names

◆ field_types

std::vector<std::string> field_types

◆ key_name

std::string key_name

◆ regexp

std::string regexp