NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | Public Members | List of all members
nvbio::html::td_object Struct Reference

Detailed description

td element

Definition at line 150 of file html.h.

#include <html.h>

Public Methods

 td_object (FILE *output, const char *name,...)
 
 td_object (FILE *output, const Formatting formatted,...)
 
 ~td_object ()
 

Public Members

FILE * m_output
 

Constructor & Destructor Documentation

nvbio::html::td_object::td_object ( FILE *  output,
const char *  name,
  ... 
)

constructor

Parameters
nameelement 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
formattedformatting 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.

Member Data Documentation

FILE* nvbio::html::td_object::m_output

Definition at line 170 of file html.h.


The documentation for this struct was generated from the following files: