gwion-util
utilities for the Gwion project
Loading...
Searching...
No Matches
Data Fields
GwText_ Struct Reference

mp_allocted text More...

#include <gwion_text.h>

Data Fields

m_str str
 
size_t cap
 
size_t len
 
MemPool mp
 

Detailed Description

mp_allocted text

Definition at line 8 of file gwion_text.h.

Field Documentation

◆ cap

size_t GwText_::cap

Definition at line 10 of file gwion_text.h.

◆ len

size_t GwText_::len

Definition at line 11 of file gwion_text.h.

◆ mp

MemPool GwText_::mp

Definition at line 12 of file gwion_text.h.

◆ str

m_str GwText_::str

Definition at line 9 of file gwion_text.h.


The documentation for this struct was generated from the following file: