35#ifndef __YTLIB_STR_BUFF_H
36#define __YTLIB_STR_BUFF_H
40void ytStrBuff_delete(
void *
this);
44size_t ytStrBuff_length(
const ytStrBuff *
this);
45size_t ytStrBuff_len(
const ytStrBuff *
this);
46const char * ytStrBuff_str(
const ytStrBuff *
this);
47void * ytStrBuff_ptr(
const ytStrBuff *
this);
49char * ytStrBuff_gen(
const ytStrBuff *
this);
Expandable String Buffer.
Definition ytStrBuff.c:41