HTML::TAG Class Reference
#include <HtmlBuilder.h>
List of all members.
Public Member Functions |
| TAG (const std::string &tag, std::ostream &stream) |
virtual | ~TAG () |
TAG & | text () |
TAG & | text (const std::string &value) |
TAG & | text (int value) |
Protected Attributes |
std::ostream & | m_stream |
Private Attributes |
std::string | m_tag |
std::stringstream | m_value |
Detailed Description
Definition at line 33 of file HtmlBuilder.h.
Constructor & Destructor Documentation
HTML::TAG::TAG |
( |
const std::string & |
tag, |
|
|
std::ostream & |
stream | |
|
) |
| | [inline] |
virtual HTML::TAG::~TAG |
( |
|
) |
[inline, virtual] |
Member Function Documentation
TAG& HTML::TAG::text |
( |
int |
value |
) |
[inline] |
TAG& HTML::TAG::text |
( |
const std::string & |
value |
) |
[inline] |
TAG& HTML::TAG::text |
( |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- /home/omiller/Development/autobuild/quickfix/src/C++/HtmlBuilder.h