#include <options.h>
Public Types | |
typedef bool | value_type |
Static Public Member Functions | |
static bool | 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 bool wibble::commandline::Bool::value_type |
bool wibble::commandline::Bool::parse | ( | const std::string & | val | ) | [static] |
static bool wibble::commandline::Bool::toBool | ( | const value_type & | val | ) | [static] |
int wibble::commandline::Bool::toInt | ( | const value_type & | val | ) | [static] |
std::string wibble::commandline::Bool::toString | ( | const value_type & | val | ) | [static] |