ParamKit
A small library helping to parse commandline parameters (for Windows).
|
The main parameters container and parser. More...
#include <windows.h>
#include <iostream>
#include <string>
#include <sstream>
#include <map>
#include "pk_util.h"
#include "color_scheme.h"
#include "param.h"
#include "param_group.h"
Go to the source code of this file.
Classes | |
class | paramkit::Params |
The class responsible for storing and parsing parameters (objects of the type Param), possibly divided into groups (ParamGroup) More... | |
Namespaces | |
paramkit | |
Macros | |
#define | PARAM_HELP1 "?" |
#define | PARAM_HELP2 "help" |
#define | PARAM_VERSION "version" |
#define | PARAM_VERSION2 "ver" |
The main parameters container and parser.
Definition in file params.h.