Data Fields
path_aggctx Struct Reference

Internal aggregate context for path/polyline function. More...

Data Fields

int init
 init flag, true when initialized More...
 
int count
 counts formatted elements More...
 
int linebreak
 when to add newline to output More...
 
voidmode
 mode, see PATH_* defines More...
 
strbuf sb
 string buffer for result More...
 

Detailed Description

Internal aggregate context for path/polyline function.

Definition at line 1509 of file blobtoxy.c.

Field Documentation

int path_aggctx::count

counts formatted elements

Definition at line 1511 of file blobtoxy.c.

Referenced by blt_vec_step(), common_path_finalize(), and common_path_step().

int path_aggctx::init

init flag, true when initialized

Definition at line 1510 of file blobtoxy.c.

Referenced by blt_vec_step(), common_path_finalize(), and common_path_step().

int path_aggctx::linebreak

when to add newline to output

Definition at line 1512 of file blobtoxy.c.

Referenced by common_path_step().

void* path_aggctx::mode

mode, see PATH_* defines

Definition at line 1513 of file blobtoxy.c.

Referenced by blt_vec_step(), common_path_finalize(), and common_path_step().

strbuf path_aggctx::sb

string buffer for result

Definition at line 1514 of file blobtoxy.c.

Referenced by blt_vec_step(), common_path_finalize(), and common_path_step().


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

Generated on Wed May 18 2016 by doxygen.
Contact: chw@ch-werner.de