![]() |
Zen
A cross-platform functional programming language
|
string creator More...
#include <zbl.hpp>
Public Member Functions | |
| creator (const string &val) | |
| Default constructor. | |
| creator & | arg (const z::any &key, const z::any &val) |
| replace key with val in string | |
| z::string | value () |
| Returns the final formatted value of the string. | |
Private Attributes | |
| QString | _val |
| The value. | |
string creator
| z::string::creator & arg | ( | const z::any & | key, |
| const z::any & | val | ||
| ) | [inline] |
replace key with val in string
| key | The key to replace |
| val | The value to replace with |
| z::string value | ( | ) | [inline] |
Returns the final formatted value of the string.