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

Detailed description

th element

Definition at line 126 of file html.h.

#include <html.h>

Public Methods

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

Public Members

FILE * m_output
 

Constructor & Destructor Documentation

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

constructor

Parameters
nameelement name
...NULL-terminated list of key/value string tags

Definition at line 635 of file html.cpp.

nvbio::html::th_object::th_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 643 of file html.cpp.

nvbio::html::th_object::~th_object ( )
inline

destructor

Definition at line 144 of file html.h.

Member Data Documentation

FILE* nvbio::html::th_object::m_output

Definition at line 146 of file html.h.


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