X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=commandoptionparser.hpp;fp=commandoptionparser.hpp;h=0c3a6f378b02a1b86c5f4cad5a52302c239b7877;hb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;hp=0000000000000000000000000000000000000000;hpb=1b73ff67c83892a025e597dabd9df6fe7b58206a;p=mothur.git diff --git a/commandoptionparser.hpp b/commandoptionparser.hpp new file mode 100644 index 0000000..0c3a6f3 --- /dev/null +++ b/commandoptionparser.hpp @@ -0,0 +1,22 @@ +#ifndef COMMANDOPTIONPARSER_HPP +#define COMMANDOPTIONPARSER_HPP + +#include "mothur.h" +#include "mothurout.h" + +//********************************************************************************************************************** + +class CommandOptionParser { +public: + CommandOptionParser(string); + string getCommandString(); + string getOptionString(); + +private: + string commandString, optionString; + MothurOut* m; +}; + +//********************************************************************************************************************** + +#endif