10 #ifndef SAM_SEQUENCE_H
11 #define SAM_SEQUENCE_H
25 SamSequence(
const std::string& name,
const int& length);
26 SamSequence(
const std::string& name,
const std::string& length);
34 bool HasAssemblyID()
const;
35 bool HasChecksum()
const;
36 bool HasLength()
const;
38 bool HasSpecies()
const;
56 if (lhs.
Name != rhs.
Name)
return false;
#define API_EXPORT
Definition: api_global.h:18