#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.
virtual DDHtmlDetails::~DDHtmlDetails | ( | ) | [inline, virtual] |
Definition at line 118 of file DDHtmlFormatter.h.
{};
const std::string& DDHtmlDetails::category | ( | void | ) | [inline] |
Definition at line 119 of file DDHtmlFormatter.h.
References cat_.
Referenced by dd_to_html().
{ return cat_; }
virtual bool DDHtmlDetails::details | ( | std::ostream & | os, |
const DDName & | |||
) | [pure virtual] |
Implemented in DDHtmlLpDetails, DDHtmlMaDetails, DDHtmlSoDetails, DDHtmlRoDetails, and DDHtmlSpDetails.
Referenced by dd_to_html().
virtual ns_type& DDHtmlDetails::names | ( | ) | [pure virtual] |
Implemented in DDHtmlLpDetails, DDHtmlMaDetails, DDHtmlSoDetails, DDHtmlRoDetails, and DDHtmlSpDetails.
Referenced by dd_to_html().
const std::string& DDHtmlDetails::text | ( | ) | [inline] |
Definition at line 120 of file DDHtmlFormatter.h.
References txt_.
Referenced by dd_to_html().
{return txt_; }
std::string DDHtmlDetails::cat_ [protected] |
Definition at line 123 of file DDHtmlFormatter.h.
Referenced by category().
DDHtmlFormatter DDHtmlDetails::f_ [protected] |
Definition at line 124 of file DDHtmlFormatter.h.
Referenced by DDHtmlSpDetails::details().
ns_type DDHtmlDetails::names_ [mutable, protected] |
Definition at line 122 of file DDHtmlFormatter.h.
Referenced by DDHtmlLpDetails::names(), DDHtmlRoDetails::names(), DDHtmlSpDetails::names(), DDHtmlSoDetails::names(), and DDHtmlMaDetails::names().
std::string DDHtmlDetails::txt_ [protected] |
Definition at line 123 of file DDHtmlFormatter.h.
Referenced by text().