| 196 | } |
| 197 | |
| 198 | bool FASTAFile::atEnd() |
| 199 | { |
| 200 | return (infile_.peek() == std::streambuf::traits_type::eof()); |
| 201 | } |
| 202 | |
| 203 | void FASTAFile::load(const String &filename, vector<FASTAEntry> &data) const |
| 204 | { |
no outgoing calls
no test coverage detected