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

#include <HtmlBuilder.h>

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

Public Member Functions

 H1 (std::ostream &stream)
 
- 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 117 of file HtmlBuilder.h.

Constructor & Destructor Documentation

◆ H1()

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

Definition at line 120 of file HtmlBuilder.h.

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

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

Generated on Sun Apr 15 2018 21:44:07 for QuickFIX by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2001