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

maximum capacity

Definition at line 1213 of file blobtoxy.c.

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

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().

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 9 Dec 2016 by doxygen.
Contact: chw@ch-werner.de