UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
ZString Class Reference

#include <pep_utils.H>

Inheritance diagram for ZString:

Public Member Functions

 ZString (const ZString &zstring)
 
 ZString (const char *s)
 
int len ()
 
char * clone ()
 
 operator char * ()
 

Detailed Description

Some special properties of zero-ended string.

Member Function Documentation

char* ZString::clone ( )

malloc() and strcpy() into it

int ZString::len ( )

Differ from count() due to '\0'

ZString::operator char * ( )
inline

Char* compatibility


The documentation for this class was generated from the following file: