Pedigree data.
More...
#include <pedigree.h>
|
|
| Pedigree (const std::vector< std::string > &) |
| | Delegating a neccisary constructor.
|
| |
|
| Pedigree (const std::string &, const std::string &) |
| | Construct with names.
|
| |
|
std::string | header (void) const |
| | The header line of plain text files.
|
| |
|
size_t | size (void) const |
| | Size in bytes for binary read/write.
|
| |
|
const bool | get_binary () const |
| |
|
Pedigree & | operator= (const Pedigree &rhs) |
| |
|
void | read_binary (std::istream &str) |
| |
|
void | write_binary (std::ostream &str) const |
| |
|
| Data (std::vector< std::string > &) |
| |
|
virtual const std::string | get_file_name () const |
| |
|
virtual const std::string | get_table_name () const |
| |
|
virtual const bool | indexed () const |
| |
|
virtual const std::string | sql_header (void) const |
| | Return the names of the columns, along with variable type.
|
| |
|
virtual const std::string | sql_column_names (void) const |
| | Return the names of the columns.
|
| |
|
virtual const std::string | sql_values (void) const |
| | Return the values to be placed in columns.
|
| |
|
virtual void | sql_read (std::istream &) |
| | Reads the values...
|
| |
|
|
static const std::string | file_name |
| | The dafualt extention for files.
|
| |
|
static const std::string | table_name |
| | Destination table in Db.
|
| |
|
static const bool | binary |
| |
| static const std::string | file_name =".txt" |
| | The read function must be defined in the child class. More...
|
| |
| static const std::string | table_name ="NONE" |
| | The read function must be defined in the child class. More...
|
| |
|
|
void | write (std::ostream &) const |
| | use to write Allele. Inherits <<
|
| |
|
void | read (std::istream &) |
| | use to read Allele. Inherits >>
|
| |
|
|
static Data * | create (const std::vector< std::string > &Columns) |
| |
|
|
static Data * | new_from_str (const std::string &, const std::vector< std::string > &) |
| | Constructs an instance of the class Registered w/ string.
|
| |
The documentation for this class was generated from the following file: