]> git.donarmstrong.com Git - mothur.git/blobdiff - shared.h
version working on mac with .tellg changed to unget for windows
[mothur.git] / shared.h
index 0607c13974f4a089505f1bca7221413305e504f6..515c2a0da33ab4b2bfc63c25c409ba37fd2ecd49 100644 (file)
--- a/shared.h
+++ b/shared.h
@@ -9,17 +9,8 @@
  *  Copyright 2008 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
-using namespace std;
 
-#include <Carbon/Carbon.h>
-#include <iostream>
-#include <fstream>
-#include <iomanip>
-#include <vector>
-#include <string>
-#include <sstream>
-#include <map>
+#include "mothur.h"
 #include "sharedrabundvector.h"
 #include "sharedlistvector.h"
 #include "globaldata.hpp"
@@ -27,14 +18,15 @@ using namespace std;
 class Shared {
        public:
                Shared();
-               ~Shared();
-               void getSharedVectors(int, SharedListVector*);
+               ~Shared() {};
+               void getSharedVectors(SharedListVector*);
                map<string, SharedRAbundVector*> sharedGroups; //string is groupname, SharedVector* is out info for that group
                
        private:
                GlobalData* globaldata;
+               map<string, SharedRAbundVector*>::iterator it;
                void parse(int, SharedListVector*);
-               vector< map<string, SharedRAbundVector*> > sharedRAbund;  //contains all the info needed to create the .shared file not sure if we will need 
+               //vector< map<string, SharedRAbundVector*> > sharedRAbund;  //contains all the info needed to create the .shared file not sure if we will need 
 };
 
-#endif
\ No newline at end of file
+#endif