Subversion 1.6.16
Data Structures | Modules | Typedefs

String handling

Data Structures

struct  svn_string_t
 A simple counted string. More...
struct  svn_stringbuf_t
 A buffered string, capable of appending without an allocation and copy for each append. More...

Modules

 svn_string_t functions
 

svn_string_t functions.


 svn_stringbuf_t functions
 

svn_stringbuf_t functions.


 c string functions
 

C strings.


Typedefs

typedef struct svn_string_t svn_string_t
 A simple counted string.
typedef struct svn_stringbuf_t svn_stringbuf_t
 A buffered string, capable of appending without an allocation and copy for each append.

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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines