#include <nvbio/basic/html.h>
#include <stdarg.h>
#include <string.h>
Go to the source code of this file.
|
const char * | nvbio::html::style () |
|
void | nvbio::html::html_begin (FILE *output) |
|
void | nvbio::html::html_end (FILE *output) |
|
void | nvbio::html::header (FILE *output, const char *title, const char *css, const char *meta) |
|
void | nvbio::html::body_begin (FILE *output) |
|
void | nvbio::html::body_end (FILE *output) |
|
void | nvbio::html::table_begin (FILE *output, const char *id, const char *cls, const char *caption) |
|
void | nvbio::html::table_end (FILE *output) |
|
void | nvbio::html::tr_begin (FILE *output,...) |
|
void | nvbio::html::tr_end (FILE *output) |
|
void | nvbio::html::th (FILE *output, const char *name,...) |
|
void | nvbio::html::td (FILE *output, const char *name,...) |
|
void | nvbio::html::vtr_begin (FILE *output, va_list args) |
|
void | nvbio::html::vth (FILE *output, const char *name, va_list args) |
|
void | nvbio::html::vtd (FILE *output, const char *name, va_list args) |
|
void | nvbio::html::vth (FILE *output, const Formatting formatted, va_list args) |
|
void | nvbio::html::vtd (FILE *output, const Formatting formatted, va_list args) |
|
void | nvbio::html::test () |
|