Public Member Functions | List of all members
HTML::TD Class Reference

#include <HtmlBuilder.h>

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

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

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.

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


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

Generated on Mon Oct 14 2024 06:04:44 for QuickFIX by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2001