Zen
A cross-platform functional programming language
|
Intrinsic stringlist type. More...
#include <zbl.hpp>
Public Member Functions | |
z::string | join (const z::string &sep) const |
Join all strings using separator. | |
void | append (const string &v) |
Add a string to the list. | |
void | append (const stringlist &v) |
Append a stringlist to the list. |
Intrinsic stringlist type.
void append | ( | const string & | v | ) | [inline] |
Add a string to the list.
v | string to add |
Reimplemented from listbase< list< z::string >, QList< z::string >, QListIterator< z::string >, z::string >.
void append | ( | const stringlist & | v | ) | [inline] |
Join all strings using separator.
sep | The separator |