X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=optionparser.h;fp=optionparser.h;h=b4d0dcb8691e103aa5c7259f3733d180e93cf29a;hb=0470f6d037aacb3563c3f7010708120a4a67d4e6;hp=0000000000000000000000000000000000000000;hpb=bede5752eaeedb5a7e339439b6ba2f6670bca2b9;p=mothur.git diff --git a/optionparser.h b/optionparser.h new file mode 100644 index 0000000..b4d0dcb --- /dev/null +++ b/optionparser.h @@ -0,0 +1,30 @@ +#ifndef OPTIONPARSER_H +#define OPTIONPARSER_H + +/* + * optionparser.h + * Mothur + * + * Created by Sarah Westcott on 6/8/09. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. + * + */ + + + +#include "mothur.h" + + +/***********************************************************************/ + +class OptionParser { + public: + OptionParser() {} + ~OptionParser() {} + void parse(string, map&); //pass it an option string and a container + //fills the container key=parameter name, value=parameter value +}; + +/***********************************************************************/ + +#endif