#include <DDHtmlFormatter.h>
|
| DDNsGenerator (std::ostream &os, const std::string &title, const std::string &target, const ns_type &n, const std::string &text="") |
|
void | doit () |
|
Generates HTML for DD-namespaces
Definition at line 112 of file DDHtmlFormatter.h.
◆ DDNsGenerator()
DDNsGenerator::DDNsGenerator |
( |
std::ostream & |
os, |
|
|
const std::string & |
title, |
|
|
const std::string & |
target, |
|
|
const ns_type & |
n, |
|
|
const std::string & |
text = "" |
|
) |
| |
|
inline |
◆ doit()
void DDNsGenerator::doit |
( |
| ) |
|
Definition at line 71 of file DDHtmlFormatter.cc.
75 ns_type::const_iterator it =
n_.begin();
76 ns_type::const_iterator ed =
n_.end();
78 for (; it != ed; ++it) {
79 os_ <<
f.li(
f.lnk(it->first +
"/list.html", it->first,
target_));
81 os_ <<
f.ulEnd() << endl;
82 os_ <<
f.footer() << endl;
References f.
◆ n_
◆ os_
std::ostream& DDNsGenerator::os_ |
|
private |
◆ target_
std::string DDNsGenerator::target_ |
|
private |
◆ text_
std::string DDNsGenerator::text_ |
|
private |
◆ title_
std::string DDNsGenerator::title_ |
|
private |