GME  13
Classes | Modules | Typedefs
String handling
Collaboration diagram for String handling:

Classes

struct  svn_string_t
struct  svn_stringbuf_t

Modules

 svn_string_t functions
 svn_stringbuf_t functions
 C string functions

Typedefs

typedef struct svn_string_t svn_string_t
typedef struct svn_stringbuf_t svn_stringbuf_t

Typedef Documentation

typedef struct svn_string_t svn_string_t

A simple counted string.

A buffered string, capable of appending without an allocation and copy for each append.