#include <DDHtmlFormatter.h>
Public Member Functions | |
DDHtmlSpDetails (const std::string &cat, const std::string &txt) | |
bool | details (std::ostream &os, const DDName &) |
ns_type & | names () |
Definition at line 164 of file DDHtmlFormatter.h.
DDHtmlSpDetails::DDHtmlSpDetails | ( | const std::string & | cat, |
const std::string & | txt | ||
) | [inline] |
Definition at line 167 of file DDHtmlFormatter.h.
: DDHtmlDetails(cat,txt) {}
bool DDHtmlLpDetails::details | ( | std::ostream & | os, |
const DDName & | |||
) | [virtual] |
Implements DDHtmlDetails.
Definition at line 120 of file DDHtmlFormatter.cc.
References DDHtmlDetails::f_, DDHtmlFormatter::h3(), and DDHtmlFormatter::header().
ns_type & DDHtmlSpDetails::names | ( | void | ) | [virtual] |
Implements DDHtmlDetails.
Definition at line 105 of file DDHtmlFormatter.cc.
References findNameSpaces(), and DDHtmlDetails::names_.
{ DDSpecifics lp; findNameSpaces(lp, names_); return names_; }