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