|
|
| StringWrapper (const T &x) |
| | All the other constructors, including default constructor.
|
| |
|
void | set (const std::string &s="") |
| |
|
void | set (const StringWrapper &e) |
| |
|
void | set (const char *s) |
| |
| template<typename T2 > |
| void | set (const T2 &x) |
| | Set the value from an other, user-defined dictionary.
|
| |
|
|
void | convertToString (const T &value, std::string &s) |
| |
|
void | convertFromString (const std::string &s, T &value) |
| |
|
void | convertToString (const PseudoClassCSS &value, std::string &s) |
| |
|
void | convertToString (const PseudoClassCSS &value, std::string &s) |
| |
◆ set()
template<typename T = std::string>
template<typename T2 >
Set the value from an other, user-defined dictionary.
- The enum dict must be defined.
Loose template: assumes T2 can be converted to T
The documentation for this class was generated from the following file: