#include <DDHtmlFormatter.h>
Public Member Functions | |
const std::string & | category () |
DDHtmlDetails (const std::string &cat, const std::string &txt) | |
virtual bool | details (std::ostream &os, const DDName &)=0 |
virtual ns_type & | names ()=0 |
const std::string & | text () |
virtual | ~DDHtmlDetails () |
Protected Attributes | |
std::string | cat_ |
DDHtmlFormatter | f_ |
ns_type | names_ |
std::string | txt_ |
Definition at line 112 of file DDHtmlFormatter.h.
DDHtmlDetails::DDHtmlDetails | ( | const std::string & | cat, |
const std::string & | txt | ||
) |
Definition at line 82 of file DDHtmlFormatter.cc.
|
inlinevirtual |
Definition at line 118 of file DDHtmlFormatter.h.
|
inline |
|
pure virtual |
Implemented in DDHtmlSpDetails, DDHtmlRoDetails, DDHtmlSoDetails, DDHtmlMaDetails, and DDHtmlLpDetails.
|
pure virtual |
Implemented in DDHtmlSpDetails, DDHtmlRoDetails, DDHtmlSoDetails, DDHtmlMaDetails, and DDHtmlLpDetails.
|
inline |
|
protected |
Definition at line 123 of file DDHtmlFormatter.h.
Referenced by category().
|
protected |
Definition at line 124 of file DDHtmlFormatter.h.
|
mutableprotected |
Definition at line 122 of file DDHtmlFormatter.h.
|
protected |
Definition at line 123 of file DDHtmlFormatter.h.
Referenced by text().