Asc_PrintVTable Struct Reference

#include <ascPrint.h>

Collaboration diagram for Asc_PrintVTable:

Collaboration graph
[legend]

Detailed Description

Output functions interceptor vtable. This should be constructed and the functions fully operational before it is pushed on the stack of output tables.

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_PrintVTablenext


Field Documentation

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.


The documentation for this struct was generated from the following file:
Generated on Thu Jul 17 04:00:57 2008 for libascend by  doxygen 1.5.1