#include <string>
#include <sstream>
#include <vector>
#include <boost/algorithm/string.hpp>
#include <boost/uuid/nil_generator.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_io.hpp>
Go to the source code of this file.
◆ BoolToString()
static std::string BoolToString |
( |
const bool & |
val | ) |
|
|
inlinestatic |
◆ integerToHexString() [1/3]
template<>
const std::string integerToHexString |
( |
const int8_t & |
num | ) |
|
|
inline |
◆ integerToHexString() [2/3]
template<typename NumberType >
static const std::string integerToHexString |
( |
const NumberType & |
num | ) |
|
|
inlinestatic |
◆ integerToHexString() [3/3]
template<>
const std::string integerToHexString |
( |
const uint8_t & |
num | ) |
|
|
inline |
◆ integerToString() [1/3]
template<>
const std::string integerToString |
( |
const int8_t & |
num | ) |
|
|
inline |
◆ integerToString() [2/3]
template<typename NumberType >
static const std::string integerToString |
( |
const NumberType & |
num | ) |
|
|
inlinestatic |
◆ integerToString() [3/3]
template<>
const std::string integerToString |
( |
const uint8_t & |
num | ) |
|
|
inline |
◆ StringToBool()
static bool StringToBool |
( |
const std::string & |
in_string | ) |
|
|
inlinestatic |
◆ stringToInteger() [1/4]
template<>
bool stringToInteger |
( |
const std::string & |
str, |
|
|
double & |
num |
|
) |
| |
|
inline |
◆ stringToInteger() [2/4]
template<>
bool stringToInteger |
( |
const std::string & |
str, |
|
|
int64_t & |
num |
|
) |
| |
|
inline |
◆ stringToInteger() [3/4]
template<typename NumberType >
bool stringToInteger |
( |
const std::string & |
str, |
|
|
NumberType & |
num |
|
) |
| |
|
inline |
◆ stringToInteger() [4/4]
template<>
bool stringToInteger |
( |
const std::string & |
str, |
|
|
uint64_t & |
num |
|
) |
| |
|
inline |
◆ stringToIntegerList()
template<typename NumberType >
static bool stringToIntegerList |
( |
std::string |
input, |
|
|
std::string |
seperator, |
|
|
std::vector< NumberType > & |
entries |
|
) |
| |
|
inlinestatic |
◆ stringToLongLong()
template<typename NumberType >
bool stringToLongLong |
( |
const std::string & |
str, |
|
|
NumberType & |
num |
|
) |
| |
|
inline |
◆ StringToUuid()
◆ UuidToString()