#include <CgiWriter.h>
Public Member Functions | |
CgiWriter (xgi::Output *the_out, std::string the_contextURL) | |
void | output_finish () |
void | output_head () |
void | output_preamble () |
~CgiWriter () | |
Private Attributes | |
std::string | contextURL |
xgi::Output * | out |
Definition at line 5 of file CgiWriter.h.
|
inline |
|
inline |
Definition at line 21 of file CgiWriter.h.
void CgiWriter::output_finish | ( | ) |
void CgiWriter::output_head | ( | ) |
Definition at line 17 of file CgiWriter.cc.
References contextURL, link(), out, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by WebInterface::Default().
void CgiWriter::output_preamble | ( | ) |
Definition at line 3 of file CgiWriter.cc.
References packageDocSplitter::html, and out.
Referenced by WebInterface::Default().
|
private |
Definition at line 10 of file CgiWriter.h.
Referenced by CgiWriter(), and output_head().
|
private |
Definition at line 9 of file CgiWriter.h.
Referenced by CgiWriter(), output_finish(), output_head(), and output_preamble().