A virtual output stream for the HPGL reader. More...
#include <hpgs.h>
Data Fields | |
| hpgs_ostream_vtable * | vtable |
| void * | stream |
A virtual output stream for the HPGL reader.
This structure has a public alias hpgs_ostream and represents an abstract onput stream consisting of a stream pointer and a pointer to a table of virtual functions implementing the stream.
1.7.1