|
MASA-Core
|
Definition at line 28 of file SequenceInfo.hpp.
#include <SequenceInfo.hpp>
Public Member Functions | |
| SequenceInfo () | |
| bool | isEqual (const SequenceInfo *other) const |
| string | getDescription () const |
| void | setDescription (string description) |
| string | getAccession () const |
| string | getFilename () const |
| void | setFilename (string filename) |
| string | getHash () const |
| void | setHash (string hash) |
| int | getSize () const |
| void | setSize (int size) |
| int | getType () const |
| void | setType (int type) |
| char * | getData () const |
| void | setData (char *data) |
| int | getIndex () const |
| void | setIndex (int index) |
Private Attributes | |
| string | description |
| int | index |
| int | type |
| int | size |
| string | hash |
| char * | data |
| string | filename |
| string | accession |
Definition at line 27 of file SequenceInfo.cpp.
| string SequenceInfo::getAccession | ( | ) | const |
Definition at line 83 of file SequenceInfo.cpp.
| char * SequenceInfo::getData | ( | ) | const |
Definition at line 44 of file SequenceInfo.cpp.
| string SequenceInfo::getDescription | ( | ) | const |
Definition at line 52 of file SequenceInfo.cpp.
| string SequenceInfo::getFilename | ( | ) | const |
Definition at line 87 of file SequenceInfo.cpp.
| string SequenceInfo::getHash | ( | ) | const |
Definition at line 95 of file SequenceInfo.cpp.
| int SequenceInfo::getIndex | ( | ) | const |
Definition at line 119 of file SequenceInfo.cpp.
| int SequenceInfo::getSize | ( | ) | const |
Definition at line 103 of file SequenceInfo.cpp.
| int SequenceInfo::getType | ( | ) | const |
Definition at line 111 of file SequenceInfo.cpp.
| bool SequenceInfo::isEqual | ( | const SequenceInfo * | other | ) | const |
Definition at line 32 of file SequenceInfo.cpp.
| void SequenceInfo::setData | ( | char * | data | ) |
Definition at line 48 of file SequenceInfo.cpp.
| void SequenceInfo::setDescription | ( | string | description | ) |
Definition at line 56 of file SequenceInfo.cpp.
| void SequenceInfo::setFilename | ( | string | filename | ) |
Definition at line 91 of file SequenceInfo.cpp.
| void SequenceInfo::setHash | ( | string | hash | ) |
Definition at line 99 of file SequenceInfo.cpp.
| void SequenceInfo::setIndex | ( | int | index | ) |
Definition at line 123 of file SequenceInfo.cpp.
| void SequenceInfo::setSize | ( | int | size | ) |
Definition at line 107 of file SequenceInfo.cpp.
| void SequenceInfo::setType | ( | int | type | ) |
Definition at line 115 of file SequenceInfo.cpp.
string SequenceInfo::accession [private] |
Definition at line 58 of file SequenceInfo.hpp.
char* SequenceInfo::data [private] |
Definition at line 56 of file SequenceInfo.hpp.
string SequenceInfo::description [private] |
Definition at line 51 of file SequenceInfo.hpp.
string SequenceInfo::filename [private] |
Definition at line 57 of file SequenceInfo.hpp.
string SequenceInfo::hash [private] |
Definition at line 55 of file SequenceInfo.hpp.
int SequenceInfo::index [private] |
Definition at line 52 of file SequenceInfo.hpp.
int SequenceInfo::size [private] |
Definition at line 54 of file SequenceInfo.hpp.
int SequenceInfo::type [private] |
Definition at line 53 of file SequenceInfo.hpp.
1.7.6.1