Definition of enumeration StreamType. More...
#include <MasterPrinter.h>
Data Fields | |
FILE * | file |
struct { | |
void * argument | |
StreamTypeFunction_ptr func_ptr | |
} | function |
Definition of enumeration StreamType.
Values taken from this enum are used to set the stream type to be used by the MasterPrinter when producing a printing output
void* StreamTypeArg::argument |
FILE* StreamTypeArg::file |
struct { ... } StreamTypeArg::function |