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

#include <HtmlBuilder.h>

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ A()

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

Definition at line 75 of file HtmlBuilder.h.

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

Member Function Documentation

◆ href()

A & HTML::A::href ( const std::string &  value)
inline

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

Generated on Sun Mar 31 2024 07:07:24 for QuickFIX by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2001