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

String key_name
 
String description
 
String concept_curie
 
String regexp
 
std::vector< Stringfield_names
 
std::vector< Stringfield_types
 

Detailed Description

Represents a custom key definition from the PEFF header.

Member Function Documentation

◆ operator==()

Member Data Documentation

◆ concept_curie

String concept_curie

◆ description

String description

◆ field_names

std::vector<String> field_names

◆ field_types

std::vector<String> field_types

◆ key_name

String key_name

◆ regexp

String regexp