#include <options.h>
Public Types | |
| typedef int | value_type |
Static Public Member Functions | |
| static int | parse (const std::string &val) |
| static bool | toBool (const value_type &val) |
| static int | toInt (const value_type &val) |
| static std::string | toString (const value_type &val) |
| typedef int wibble::commandline::Int::value_type |
| int wibble::commandline::Int::parse | ( | const std::string & | val | ) | [static] |
| bool wibble::commandline::Int::toBool | ( | const value_type & | val | ) | [static] |
| int wibble::commandline::Int::toInt | ( | const value_type & | val | ) | [static] |
| std::string wibble::commandline::Int::toString | ( | const value_type & | val | ) | [static] |
References wibble::str::fmt().
1.5.6