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

#include <HtmlBuilder.h>

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

Public Member Functions

 TABLE (std::ostream &stream)
 
TABLEborder (int value)
 
TABLEcellspacing (int value)
 
TABLEwidth (int 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 164 of file HtmlBuilder.h.

Constructor & Destructor Documentation

◆ TABLE()

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

Definition at line 167 of file HtmlBuilder.h.

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

References HTML::TAG::m_stream.

Member Function Documentation

◆ border()

TABLE& HTML::TABLE::border ( int  value)
inline

Definition at line 170 of file HtmlBuilder.h.

171  : public TAG

Referenced by FIX::HttpConnection::processRoot(), and FIX::HttpConnection::processSession().

◆ cellspacing()

TABLE& HTML::TABLE::cellspacing ( int  value)
inline

Definition at line 172 of file HtmlBuilder.h.

172 {
173 public:

Referenced by FIX::HttpConnection::processRoot(), and FIX::HttpConnection::processSession().

◆ width()

TABLE& HTML::TABLE::width ( int  value)
inline

Definition at line 174 of file HtmlBuilder.h.

175  : TAG( "TITLE", stream ) {}

Referenced by FIX::HttpConnection::processRoot(), and FIX::HttpConnection::processSession().


The documentation for this class was generated from the following file:
HTML::TAG::m_stream
std::ostream & m_stream
Definition: HtmlBuilder.h:94
HTML::TAG::TAG
TAG(const std::string &tag, std::ostream &stream)
Definition: HtmlBuilder.h:70

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001