Skip to content

File log_top_string.h

FileList > broker > log_top_string.h

Go to the source code of this file

Classes

Type Name
struct t_string

Public Types

Type Name
typedef struct t_string T_STRING

Public Functions

Type Name
int t_bind_string_add (T_STRING * t_str, char * str, int str_len, int bind_len)
int t_string_add (T_STRING * t_str, char * str, int str_len)
int t_string_bind_len (T_STRING * t_str)
void t_string_clear (T_STRING * t_str)
void t_string_free (T_STRING * t_str)
int t_string_len (T_STRING * t_str)
T_STRING * t_string_make (int init_size)
char * t_string_str (T_STRING * t_str)

Public Types Documentation

typedef T_STRING

typedef struct t_string T_STRING;

Public Functions Documentation

function t_bind_string_add

int t_bind_string_add (
    T_STRING * t_str,
    char * str,
    int str_len,
    int bind_len
) 

function t_string_add

int t_string_add (
    T_STRING * t_str,
    char * str,
    int str_len
) 

function t_string_bind_len

int t_string_bind_len (
    T_STRING * t_str
) 

function t_string_clear

void t_string_clear (
    T_STRING * t_str
) 

function t_string_free

void t_string_free (
    T_STRING * t_str
) 

function t_string_len

int t_string_len (
    T_STRING * t_str
) 

function t_string_make

T_STRING * t_string_make (
    int init_size
) 

function t_string_str

char * t_string_str (
    T_STRING * t_str
) 


The documentation for this class was generated from the following file cubrid/src/broker/log_top_string.h