td element
Definition at line 150 of file html.h.
#include <html.h>
nvbio::html::td_object::td_object |
( |
FILE * |
output, |
|
|
const char * |
name, |
|
|
|
... |
|
) |
| |
constructor
- Parameters
-
name | element name |
... | NULL-terminated list of key/value string tags |
Definition at line 695 of file html.cpp.
nvbio::html::td_object::td_object |
( |
FILE * |
output, |
|
|
const Formatting |
formatted, |
|
|
|
... |
|
) |
| |
formatted constructor: allows to specify the element name with a printf-like formatted string
- Parameters
-
formatted | formatting flag |
... | a NULL-terminated list of key/value string tags followed by a printf-like formatted string |
Definition at line 703 of file html.cpp.
nvbio::html::td_object::~td_object |
( |
) | |
|
|
inline |
destructor
Definition at line 168 of file html.h.
FILE* nvbio::html::td_object::m_output |
The documentation for this struct was generated from the following files: