Public Member Functions
HTML::TD Class Reference

#include <HtmlBuilder.h>

Inheritance diagram for HTML::TD:
Inheritance graph
[legend]
Collaboration diagram for HTML::TD:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TD (std::ostream &stream)
TDalign (const std::string &value)

Detailed Description

Definition at line 161 of file HtmlBuilder.h.


Constructor & Destructor Documentation

HTML::TD::TD ( std::ostream &  stream) [inline]

Definition at line 164 of file HtmlBuilder.h.

  : TAG( "TD", stream ) {}

Member Function Documentation

TD& HTML::TD::align ( const std::string &  value) [inline]

Definition at line 167 of file HtmlBuilder.h.

References HTML::TAG::m_stream.

Referenced by FIX::HttpConnection::processRoot().

  { m_stream << " align='" << value << "'"; return *this; }

The documentation for this class was generated from the following file:

Generated on Mon Sep 15 2014 01:23:58 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001