LRAUV  revA
ParameterHandler Class Reference

Utility class for handling parameter lists (like varName1=value1&varName2=value2...) More...

#include <ParameterHandler.h>

Static Public Member Functions

static size_t ChopParameterList (char *list)
 
static char * GetParameter (const char *name, const char *list, int listLength)
 
static double AsDouble (const char *name, const char *list, int listLength)
 
static bool GetDouble (double &valueToSet, const char *name, const char *list, int listLength)
 

Detailed Description

Utility class for handling parameter lists (like varName1=value1&varName2=value2...)

Member Function Documentation

double ParameterHandler::AsDouble ( const char *  name,
const char *  list,
int  listLength 
)
static

References GetParameter().

size_t ParameterHandler::ChopParameterList ( char *  list)
static
bool ParameterHandler::GetDouble ( double &  valueToSet,
const char *  name,
const char *  list,
int  listLength 
)
static

References GetParameter().

char * ParameterHandler::GetParameter ( const char *  name,
const char *  list,
int  listLength 
)
static

Referenced by AsDouble(), and GetDouble().


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