Zen
A cross-platform functional programming language

string::creator Class Reference

string creator More...

#include <zbl.hpp>

List of all members.

Public Member Functions

 creator (const string &val)
 Default constructor.
creatorarg (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.

Detailed Description

string creator


Constructor & Destructor Documentation

creator ( const string val) [inline]

Default constructor.

Parameters:
valString format

Member Function Documentation

z::string::creator & arg ( const z::any key,
const z::any val 
) [inline]

replace key with val in string

Parameters:
keyThe key to replace
valThe value to replace with
Returns:
A self-reference
z::string value ( ) [inline]

Returns the final formatted value of the string.

Returns:
The formatted string

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines