All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

String Writer structure. More...

Detailed Description

String Writer structure.

Helper for writing multiple formatted strings to a buffer

Definition at line 47 of file string_utils.h.

#include <string_utils.h>

Data Fields

const char * start
 start of the target buffer
 
char * position
 current write pointer

 
size_t capacity
 remaining capacity of the buffer
 

Field Documentation

◆ capacity

size_t string_writer_t::capacity

remaining capacity of the buffer

Definition at line 50 of file string_utils.h.

◆ position

char* string_writer_t::position

current write pointer

Definition at line 49 of file string_utils.h.

◆ start

const char* string_writer_t::start

start of the target buffer

Definition at line 48 of file string_utils.h.


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