gwion-util
utilities for the Gwion project
|
mp_allocted text More...
#include <gwion_text.h>
Data Fields | |
m_str | str |
size_t | cap |
size_t | len |
MemPool | mp |
mp_allocted text
Definition at line 8 of file gwion_text.h.
size_t GwText_::cap |
Definition at line 10 of file gwion_text.h.
size_t GwText_::len |
Definition at line 11 of file gwion_text.h.
MemPool GwText_::mp |
Definition at line 12 of file gwion_text.h.
m_str GwText_::str |
Definition at line 9 of file gwion_text.h.