HTML::BR Class Reference

#include <HtmlBuilder.h>

Inheritance diagram for HTML::BR:
Collaboration diagram for HTML::BR:

Public Member Functions

 BR (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 89 of file HtmlBuilder.h.

Constructor & Destructor Documentation

◆ BR()

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

Definition at line 92 of file HtmlBuilder.h.

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

References HTML::TAG::TAG().


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