HTML::TD Class Reference

#include <HtmlBuilder.h>

Inheritance diagram for HTML::TD:
Collaboration diagram for HTML::TD:

Public Member Functions

 TD (std::ostream &stream)
TDalign (const std::string &value)
Public Member Functions inherited from HTML::TAG
 TAG (const std::string &tag, std::ostream &stream)
virtual ~TAG ()
TAGtext ()
TAGtext (const std::string &value)
TAGtext (int value)

Additional Inherited Members

Protected Attributes inherited from HTML::TAG
std::ostream & m_stream

Detailed Description

Definition at line 161 of file HtmlBuilder.h.

Constructor & Destructor Documentation

◆ TD()

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

Definition at line 164 of file HtmlBuilder.h.

165 : TAG( "TD", stream ) {}
TAG(const std::string &tag, std::ostream &stream)
Definition HtmlBuilder.h:36

References HTML::TAG::TAG().

Referenced by align().

Member Function Documentation

◆ align()

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

Definition at line 167 of file HtmlBuilder.h.

168 { m_stream << " align='" << value << "'"; return *this; }
std::ostream & m_stream
Definition HtmlBuilder.h:60

References HTML::TAG::m_stream, and TD().

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


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

Generated on for QuickFIX by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2001