Class that interprets the contents of a string and converts it into different types.
More...
#include <string_converter.h>
|
|
bool | convert (const std::string &value, bool default_value) |
| |
|
int64_t | convert (const std::string &value, int64_t default_value) |
| |
|
uint64_t | convert (const std::string &value, uint64_t default_value) |
| |
|
int32_t | convert (const std::string &value, int32_t default_value) |
| |
|
uint32_t | convert (const std::string &value, uint32_t default_value) |
| |
|
int16_t | convert (const std::string &value, int16_t default_value) |
| |
|
uint16_t | convert (const std::string &value, uint16_t default_value) |
| |
|
float | convert (const std::string &value, float default_value) |
| |
|
double | convert (const std::string &value, double default_value) |
| |
Class that interprets the contents of a string and converts it into different types.
Definition at line 35 of file string_converter.h.
The documentation for this class was generated from the following file: