|
const char * | style () |
|
void | html_begin (FILE *output) |
|
void | html_end (FILE *output) |
|
void | header (FILE *output, const char *title, const char *css, const char *meta) |
|
void | body_begin (FILE *output) |
|
void | body_end (FILE *output) |
|
void | table_begin (FILE *output, const char *id, const char *cls, const char *caption) |
|
void | table_end (FILE *output) |
|
void | tr_begin (FILE *output,...) |
|
void | tr_end (FILE *output) |
|
void | th (FILE *output, const char *name,...) |
|
void | td (FILE *output, const char *name,...) |
|
void | vtr_begin (FILE *output, va_list args) |
|
void | vth (FILE *output, const char *name, va_list args) |
|
void | vtd (FILE *output, const char *name, va_list args) |
|
void | vth (FILE *output, const Formatting formatted, va_list args) |
|
void | vtd (FILE *output, const Formatting formatted, va_list args) |
|
void | test () |
|