wibble  1.1
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
wibble::commandline::String Struct Reference

#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)
 

Static Public Attributes

static std::string init_val = std::string()
 

Member Typedef Documentation

◆ value_type

Member Function Documentation

◆ parse()

std::string wibble::commandline::String::parse ( const std::string &  val)
static

◆ toBool()

bool wibble::commandline::String::toBool ( const value_type val)
static

◆ toInt()

int wibble::commandline::String::toInt ( const value_type val)
static

◆ toString()

std::string wibble::commandline::String::toString ( const value_type val)
static

Member Data Documentation

◆ init_val

std::string wibble::commandline::String::init_val = std::string()
static

The documentation for this struct was generated from the following files: