#include <ascPrint.h>
Collaboration diagram for Asc_PrintVTable:

This should be constructed and the functions fully operational before it is pushed on the stack of output tables.
Data Fields | |
| CONST char * | name |
| int(* | print )(FILE *fp, CONST char *format, va_list args) |
| int(* | fflush )(FILE *) |
| Asc_PrintVTable * | next |
| CONST char* Asc_PrintVTable::name |
Vtable name.
| int(* Asc_PrintVTable::print)(FILE *fp, CONST char *format, va_list args) |
Print function.
| int(* Asc_PrintVTable::fflush)(FILE *) |
Flush function.
| struct Asc_PrintVTable* Asc_PrintVTable::next |
Next vtable in linked list.
1.5.1