arg  1.2
a C++ command-line parser
Public Member Functions | List of all members
arg::Value Class Reference

proxy to values of command line options, need to know where to store the values More...

#include <arg.hh>

Inheritance diagram for arg::Value:
Inheritance graph
[legend]

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
 

Detailed Description

proxy to values of command line options, need to know where to store the values