32 this->header = header;
57 ss <<
"<table class=\"doxtable\">\n";
60 for (std::string s : header)
62 ss <<
" <th>" << s <<
"</th>\n";
67 for (std::vector<std::string> row : cells)
71 for (std::string cell : row)
73 ss <<
" <td>" << cell <<
"</td>\n";
DoxTable(const std::vector< std::string > &header)
std::string getDoxString() override
void addRow(const std::vector< std::string > &row)
This file offers overloads of toIce() and fromIce() functions for STL container types.