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

#include <HtmlBuilder.h>

Public Member Functions

 SPECIAL (const std::string &value, std::ostream &stream)
 

Detailed Description

Definition at line 63 of file HtmlBuilder.h.

Constructor & Destructor Documentation

◆ SPECIAL()

HTML::SPECIAL::SPECIAL ( const std::string &  value,
std::ostream &  stream 
)
inline

Definition at line 66 of file HtmlBuilder.h.

67  {
68  stream << "&" << value << ";";
69  }

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

Generated on Wed Aug 28 2019 14:13:46 for QuickFIX by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2001