CUBRID Engine
latest
|
#include <variable_string.h>
Public Attributes | |
char * | base |
char * | limit |
char * | start |
char * | end |
int | heap_allocated |
Definition at line 46 of file variable_string.h.
char* varstring::base |
Definition at line 48 of file variable_string.h.
Referenced by vs_cannot_hold(), vs_clear(), vs_do_sprintf(), vs_free(), vs_grow(), vs_new(), vs_prepend(), vs_str(), and vs_strlen().
char* varstring::end |
Definition at line 51 of file variable_string.h.
Referenced by vs_cannot_hold(), vs_clear(), vs_do_sprintf(), vs_grow(), vs_new(), vs_prepend(), vs_putc(), vs_str(), vs_strcat(), vs_strcatn(), and vs_strlen().
int varstring::heap_allocated |
Definition at line 52 of file variable_string.h.
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().