![]() |
Fast, non thread safe string builder implementation.
Definition at line 32 of file as_string_builder.h.
#include "as_string_builder.h"
Data Fields | |
uint32_t | capacity |
char * | data |
bool | free |
uint32_t | length |
bool | resize |
uint32_t as_string_builder::capacity |
Number of bytes allocated to the buffer
Definition at line 41 of file as_string_builder.h.
char* as_string_builder::data |
String Buffer
Definition at line 36 of file as_string_builder.h.
bool as_string_builder::free |
Should buffer be freed on destroy.
Definition at line 56 of file as_string_builder.h.
uint32_t as_string_builder::length |
String length of buffer.
Definition at line 46 of file as_string_builder.h.
bool as_string_builder::resize |
Allow resize.
Definition at line 51 of file as_string_builder.h.