CUBRID Engine  latest
varstring Struct Reference

#include <variable_string.h>

Collaboration diagram for varstring:
Collaboration graph

Public Attributes

char * base
 
char * limit
 
char * start
 
char * end
 
int heap_allocated
 

Detailed Description

Definition at line 46 of file variable_string.h.

Member Data Documentation

char* varstring::base
int varstring::heap_allocated

Definition at line 52 of file variable_string.h.

Referenced by vs_free(), and vs_new().

char* varstring::limit

Definition at line 49 of file variable_string.h.

Referenced by vs_cannot_hold(), vs_clear(), vs_do_sprintf(), vs_grow(), and vs_new().

char* varstring::start

Definition at line 50 of file variable_string.h.

Referenced by vs_clear(), vs_grow(), vs_new(), vs_prepend(), vs_str(), and vs_strlen().


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