|  | OpenMS
    2.6.0
    | 
FASTA entry type (identifier, description and sequence) More...
#include <OpenMS/FORMAT/FASTAFile.h>
| Public Member Functions | |
| FASTAEntry () | |
| FASTAEntry (String id, String desc, String seq) | |
| FASTAEntry (const FASTAEntry &rhs) | |
| FASTAEntry (FASTAEntry &&rhs) noexcept | |
| FASTAEntry & | operator= (const FASTAEntry &rhs) | 
| bool | operator== (const FASTAEntry &rhs) const | 
| bool | headerMatches (const FASTAEntry &rhs) const | 
| bool | sequenceMatches (const FASTAEntry &rhs) const | 
| Public Attributes | |
| String | identifier | 
| String | description | 
| String | sequence | 
FASTA entry type (identifier, description and sequence)
The first String corresponds to the identifier that is written after the > in the FASTA file. The part after the first whitespace is stored in description and the text from the next line until the next > (exclusive) is stored in sequence.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlinenoexcept | 
| 
 | inline | 
References FASTAFile::FASTAEntry::description, and FASTAFile::FASTAEntry::identifier.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
References FASTAFile::FASTAEntry::sequence.
| String description | 
| String identifier | 
| String sequence | 
 1.8.16
 1.8.16