MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / table_header

Function table_header

tests/cppunit/htmloutput.cpp:192–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 enum ClassTableType { TableClass_Summary, TableClass_Suites, TableClass_Suite, TableClass_Result };
191
192 void
193 table_header(ostream& os, ClassTableType type, const string &summary = "")
194 {
195 static const char* class_tabletypes[] = { "summary", "suites", "suite", "result" };
196
197 os << "<table summary=\"" << escape(summary) << "\" class=\"table_" << class_tabletypes[type] << "\">\n";
198 }
199
200 void
201 table_footer(ostream& os)

Callers 3

operator()Method · 0.85
operator()Method · 0.85
generateMethod · 0.85

Calls 1

escapeFunction · 0.70

Tested by

no test coverage detected