JASSv2
Classes
commandline.h File Reference

Command line processor in a single stand-alone header file. More...

#include <tuple>
#include <limits>
#include <string>
#include <utility>
#include <sstream>
#include <iostream>
#include <typeinfo>
#include <stdlib.h>
#include "string.h"
#include "asserts.h"
Include dependency graph for commandline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JASS::commandline
 Command line processor. More...
 
class  JASS::commandline::text_note
 used to specify text strings to appear in the help. More...
 
class  JASS::commandline::command< TYPE >
 A single command line parameter. More...
 

Detailed Description

Command line processor in a single stand-alone header file.

Author
Andrew Trotman