Represents a reference sequence entry. More...
#include <BamAux.h>
Public Member Functions | |
| RefData (const std::string &name="", const int32_t &length=0) | |
| constructor | |
Public Attributes | |
| std::string | RefName |
| name of reference sequence | |
| int32_t | RefLength |
| length of reference sequence | |
Represents a reference sequence entry.
| BamTools::RefData::RefData | ( | const std::string & | name = "", |
|
| const int32_t & | length = 0 | |||
| ) | [inline] |
constructor
| int32_t BamTools::RefData::RefLength |
length of reference sequence
| std::string BamTools::RefData::RefName |
name of reference sequence
1.6.3