UNIVERS
15.3
UNIVERS base processing software API
|
#include <pep_utils.H>
Public Member Functions | |
ZString (const ZString &zstring) | |
ZString (const char *s) | |
int | len () |
char * | clone () |
operator char * () | |
Some special properties of zero-ended string.
char* ZString::clone | ( | ) |
malloc() and strcpy() into it
int ZString::len | ( | ) |
Differ from count() due to '\0'
|
inline |
Char* compatibility