Declaration of the CmdParser class. More...
#include <string>#include <stdio.h>#include <iostream>#include <iterator>#include <algorithm>#include <vector>#include <map>
Go to the source code of this file.
Classes | |
| class | CmdParser |
| Simple command line parsing. More... | |
| struct | Parameter |
| Holds individual parameter information. More... | |
Enumerations | |
| enum | Separator { Param, DataType, DataRange } |
Functions | |
| std::string | stringReplace (const std::string &entireString, const std::string &toReplace, const std::string &replaceWith) |
| copied from cbicaUtilities to ensure CmdParser stays header-only | |
Declaration of the CmdParser class.
https://www.med.upenn.edu/sbia/software///
software@cbica.upenn.edu
Copyright (c) 2018 University of Pennsylvania. All rights reserved.
See COPYING file or https://www.med.upenn.edu/cbica/software-agreement.html