#include <nvbio/basic/types.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
|
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,...) |
|
const char * | nvbio::html::style () |
|