10 #ifndef SAM_SEQUENCE_H
11 #define SAM_SEQUENCE_H
24 SamSequence(
const std::string& name,
const int& length);
25 SamSequence(
const std::string& name,
const std::string& length);
26 SamSequence(
const SamSequence& other);
33 bool HasAssemblyID(
void)
const;
34 bool HasChecksum(
void)
const;
35 bool HasLength(
void)
const;
36 bool HasName(
void)
const;
37 bool HasSpecies(
void)
const;
38 bool HasURI(
void)
const;
54 if ( lhs.
Name != rhs.
Name )
return false;
63 #endif // SAM_SEQUENCE_H
#define API_EXPORT
Definition: api_global.h:18