]> git.donarmstrong.com Git - mothur.git/blobdiff - nameassignment.hpp
fixed some bugs and added mgcluster command
[mothur.git] / nameassignment.hpp
index 2470a84a630406eb8ecf61893398477b95c22c57..3ccb4256524eb67434b0d98fcc1c9d9bf3471935 100644 (file)
@@ -11,11 +11,13 @@ public:
        void readMap();
        ListVector getListVector();
        int get(string);
-       void print();
+       string get(int);
+       void print(ostream&);
        void push_back(string);
 private:
        ifstream fileHandle;
        ListVector list;
+       map<int, string> reverse;
 };