plll  1.0
arguments.hpp File Reference

Command line argument parsing. More...

#include <map>
#include <set>
#include <list>
#include <string>

Go to the source code of this file.

Classes

class  plll::helper::ArgumentParser
 Parses command line arguments and makes them accessible. More...
 
class  plll::helper::ArgumentParser::Value
 Stores the value of one command line argument. More...
 

Namespaces

 plll
 Contains the plll library.
 
 plll::helper
 Contains some helper templates and classes.
 

Detailed Description

Command line argument parsing.

This header provides a simple command line argument parsing class used for the plll main program.

Definition in file arguments.hpp.