Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

strbuf Struct Reference


Detailed Description

Internal dynamic string buffer.

Definition at line 1212 of file blobtoxy.c.

Data Fields

int max
 maximum capacity

int idx
 current index

char * str
 string buffer


Field Documentation

int strbuf::idx
 

current index

Definition at line 1214 of file blobtoxy.c.

Referenced by common_path_finalize(), common_path_func(), common_path_step(), init_strbuf(), and print_strbuf().

int strbuf::max
 

maximum capacity

Definition at line 1213 of file blobtoxy.c.

Referenced by drop_strbuf(), expand_strbuf(), init_strbuf(), and print_strbuf().

char* strbuf::str
 

string buffer

Definition at line 1215 of file blobtoxy.c.

Referenced by common_path_finalize(), common_path_func(), drop_strbuf(), expand_strbuf(), init_strbuf(), and print_strbuf().


The documentation for this struct was generated from the following file:
Generated on 23 Oct 2023 by doxygen.
Contact: chw@ch-werner.de