]> git.donarmstrong.com Git - mothur.git/blobdiff - validcommands.h
added read.shared, broke up globaldata a bit
[mothur.git] / validcommands.h
index 19554979d087cf82dc25027e0e441b883424e305..1b83b9bf4bab5060e35839b254bb59d45b3ef39e 100644 (file)
@@ -25,8 +25,10 @@ class ValidCommands {
                ValidCommands();
                ~ValidCommands();
                bool isValidCommand(string);
+               void printCommands(ostream&);
        private:
                map<string, string> commands;
+               map<string, string>::iterator it;
 
 };