gwion-util
utilities for the Gwion project
|
text structure and functions More...
Go to the source code of this file.
Data Structures | |
struct | GwText_ |
mp_allocted text More... | |
Typedefs | |
typedef struct GwText_ | GwText |
mp_allocted text | |
Functions | |
ANN void | text_add (GwText *, const char *) |
append to text | |
static ANN void | text_init (GwText *text, MemPool mp) |
static ANN void | text_release (GwText *text) |
release text memory | |
static ANN GwText * | new_text (MemPool mp) |
static ANN void | free_text (GwText *text) |
static ANN void | text_reset (GwText *text) |
reset text | |
text structure and functions
Definition in file gwion_text.h.
Definition at line 40 of file gwion_text.h.
Definition at line 34 of file gwion_text.h.
Definition at line 18 of file gwion_text.h.