]> git.donarmstrong.com Git - mothur.git/blobdiff - fastamap.h
version working on mac with .tellg changed to unget for windows
[mothur.git] / fastamap.h
index 6dd4cba381c08e4f0717f996beeb762ee146aaa4..6051874e3f6802cf0234945502749ad35f474e4f 100644 (file)
  *
  */
  
-using namespace std;
 #include "mothur.h"
-#include "utilities.hpp"
 
 
 /* This class represents the fasta file.  It reads a fasta file a populates the internal data structure "data".
@@ -48,6 +45,9 @@ private:
        map<string, string>  seqmap;  //name, sequence  -  uncondensed representation of file
        map<string, group>::iterator it;
        map<string, string>::iterator it2;
+       
+       string readName(ifstream&);
+       string readSequence(ifstream&);
 };
 
 #endif