arg
1.2
a C++ command-line parser
|
proxy to values of command line options, need to know where to store the values More...
#include <arg.hh>
Public Member Functions | |
virtual void | set (std::string const &str) |
convert the str to value and put it in storage | |
virtual std::string | to_str () const |
convert the value to a string | |
virtual std::string | get_type () const |
type name of the value | |
proxy to values of command line options, need to know where to store the values