Parameters used for common initialization functions. More...
#include <Util.h>
Public Member Functions | |
| InitParams (const char *description=0, class Everything *e=0) | |
Public Attributes | |
| const char * | description |
| description of program used when printing usage | |
| class Everything * | e |
| pointer to use when calling template | |
| string | inputFilename |
| name of input file | |
| bool | dryRun |
| whether this is a dry run | |
| bool | printDefaults |
| whether to print default commands | |
| const char * | packageName |
| package name dispalyed in banner | |
| const char * | versionString |
| version string displayed in banner | |
| const char * | versionHash |
| git hash displayed in banner (if any) | |
Parameters used for common initialization functions.