libnifalcon  1.0.1
Classes | Namespaces | Typedefs | Variables
OptionParser.h File Reference
#include <string>
#include <vector>
#include <list>
#include <map>
#include <set>
#include <iostream>
#include <sstream>
+ Include dependency graph for OptionParser.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  optparse::Value
 Class for automatic conversion from string -> anytype. More...
 
class  optparse::Values
 
class  optparse::OptionParser
 
class  optparse::OptionGroup
 
class  optparse::Option
 
class  optparse::Callback
 

Namespaces

 optparse
 

Typedefs

typedef std::map< std::string, std::string > optparse::strMap
 
typedef std::map< std::string, std::list< std::string > > optparse::lstMap
 
typedef std::map< std::string, Option const * > optparse::optMap
 

Variables

const char *const optparse::SUPPRESS_HELP = "SUPPRESS" "HELP"
 
const char *const optparse::SUPPRESS_USAGE = "SUPPRESS" "USAGE"