|
|
virtual size_t | Data::size (void) const |
| | The size of the class in bytes.
|
| |
|
static Data * | Data::new_from_str (const std::string &, const std::vector< std::string > &) |
| | Constructs an instance of the class Registered w/ string.
|
| |
|
void | Indexed_data::write_pos (std::ostream &str) const |
| |
|
void | Indexed_data::read_pos (std::istream &str) |
| |
|
| Indexed_data::Indexed_data (std::vector< std::string > &) |
| |
|
id1_t | Indexed_data::get_abs_pos (void) const |
| | Indexed data needs to associate each datum with a position in the genome.
|
| |
|
void | Indexed_data::set_abs_pos (const id1_t &) |
| | Indexed data needs to associate each datum with a position in the genome.
|
| |
|
const bool | Indexed_data::indexed () const |
| |
|
void | Double_indexed_data::write_pos (std::ostream &str) const |
| |
|
void | Double_indexed_data::read_pos (std::istream &str) |
| |
|
| Double_indexed_data::Double_indexed_data (std::vector< std::string > &) |
| |
|
id1_t | Double_indexed_data::get_abs_pos (void) const |
| | Indexed data needs to associate each datum with a position in the genome.
|
| |
|
id1_t | Double_indexed_data::get_abs_pos2 (void) const |
| | Indexed data needs to associate each datum with a position in the genome.
|
| |
|
void | Double_indexed_data::set_abs_pos (const id1_t &) |
| | Indexed data needs to associate each datum with a position in the genome.
|
| |
|
void | Double_indexed_data::set_abs_pos2 (const id1_t &) |
| | Indexed data needs to associate each datum with a position in the genome.
|
| |
|
const bool | Double_indexed_data::indexed () const |
| |
| | Registration::Registration (const std::string &str, Data *(*fn)(const std::vector< std::string > &)) |
| | < The constructor of Registration, which stores a constructor for a Data class to new_data_ More...
|
| |