#include <stringhelper.h>
◆ doubleToString()
string StringHelper::doubleToString |
( |
double |
p_src | ) |
|
|
static |
◆ integerToString()
string StringHelper::integerToString |
( |
int |
p_src | ) |
|
|
static |
◆ kHash()
string StringHelper::kHash |
( |
string |
par, |
|
|
int |
p_len = 8 |
|
) |
| |
|
static |
◆ split()
vector< string > StringHelper::split |
( |
const string & |
p_source, |
|
|
const string & |
p_delimiter |
|
) |
| |
|
static |
◆ toBoolean()
bool StringHelper::toBoolean |
( |
string |
p_str | ) |
|
|
static |
◆ toDouble()
double StringHelper::toDouble |
( |
string |
p_str | ) |
|
|
static |
◆ toInteger()
int StringHelper::toInteger |
( |
string |
p_str | ) |
|
|
static |
◆ toLong()
long StringHelper::toLong |
( |
string |
p_str | ) |
|
|
static |
◆ toLower()
string StringHelper::toLower |
( |
string |
p_str | ) |
|
|
static |
◆ toUnsignedInteger()
unsigned int StringHelper::toUnsignedInteger |
( |
string |
p_str | ) |
|
|
static |
◆ toUpper()
string StringHelper::toUpper |
( |
string |
p_str | ) |
|
|
static |
◆ trim()
string StringHelper::trim |
( |
string |
p_source | ) |
|
|
static |
◆ unsignedIntegerToString()
string StringHelper::unsignedIntegerToString |
( |
unsigned int |
p_src | ) |
|
|
static |
The documentation for this class was generated from the following files: