#include <configfile.h>
|
std::string | toLower (const std::string &source) const |
|
Definition at line 52 of file configfile.h.
◆ AutoVal() [1/8]
GMapping::AutoVal::AutoVal |
( |
| ) |
|
|
inline |
◆ AutoVal() [2/8]
GMapping::AutoVal::AutoVal |
( |
const std::string & |
value | ) |
|
|
explicit |
◆ AutoVal() [3/8]
GMapping::AutoVal::AutoVal |
( |
double |
d | ) |
|
|
explicit |
◆ AutoVal() [4/8]
GMapping::AutoVal::AutoVal |
( |
int |
i | ) |
|
|
explicit |
◆ AutoVal() [5/8]
GMapping::AutoVal::AutoVal |
( |
unsigned int |
i | ) |
|
|
explicit |
◆ AutoVal() [6/8]
GMapping::AutoVal::AutoVal |
( |
bool |
d | ) |
|
|
explicit |
◆ AutoVal() [7/8]
GMapping::AutoVal::AutoVal |
( |
const char * |
c | ) |
|
|
explicit |
◆ AutoVal() [8/8]
GMapping::AutoVal::AutoVal |
( |
const AutoVal & |
other | ) |
|
◆ operator bool()
GMapping::AutoVal::operator bool |
( |
| ) |
const |
◆ operator double()
GMapping::AutoVal::operator double |
( |
| ) |
const |
◆ operator int()
GMapping::AutoVal::operator int |
( |
| ) |
const |
◆ operator std::string()
GMapping::AutoVal::operator std::string |
( |
| ) |
const |
◆ operator unsigned int()
GMapping::AutoVal::operator unsigned int |
( |
| ) |
const |
◆ operator=() [1/6]
AutoVal & GMapping::AutoVal::operator= |
( |
bool |
d | ) |
|
◆ operator=() [2/6]
◆ operator=() [3/6]
AutoVal & GMapping::AutoVal::operator= |
( |
const std::string & |
s | ) |
|
◆ operator=() [4/6]
AutoVal & GMapping::AutoVal::operator= |
( |
double |
d | ) |
|
◆ operator=() [5/6]
AutoVal & GMapping::AutoVal::operator= |
( |
int |
i | ) |
|
◆ operator=() [6/6]
AutoVal & GMapping::AutoVal::operator= |
( |
unsigned int |
i | ) |
|
◆ toLower()
std::string GMapping::AutoVal::toLower |
( |
const std::string & |
source | ) |
const |
|
protected |
◆ m_value
std::string GMapping::AutoVal::m_value |
|
private |
The documentation for this class was generated from the following files: