ParamKit
A small library helping to parse commandline parameters (for Windows).
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros
params.h File Reference

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"
 

Detailed Description

The main parameters container and parser.

Definition in file params.h.

Macro Definition Documentation

◆ PARAM_HELP1

#define PARAM_HELP1   "?"

Definition at line 21 of file params.h.

◆ PARAM_HELP2

#define PARAM_HELP2   "help"

Definition at line 22 of file params.h.

◆ PARAM_VERSION

#define PARAM_VERSION   "version"

Definition at line 23 of file params.h.

◆ PARAM_VERSION2

#define PARAM_VERSION2   "ver"

Definition at line 24 of file params.h.