Public Member Functions
HTML::SPECIAL Class Reference

#include <HtmlBuilder.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 63 of file HtmlBuilder.h.


Constructor & Destructor Documentation

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

Definition at line 66 of file HtmlBuilder.h.

  {
    stream << "&" << value << ";";
  }

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

Generated on Mon Jun 23 2014 23:49:40 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001