COOPY » Guide
version 0.6.5
|
#include <HtmlDiffRender.h>
Public Member Functions | |
HtmlDiffRender () | |
virtual bool | begin_table () |
virtual bool | begin_row (const std::string &mode) |
virtual bool | insert_cell (const Cell &cell, const std::string &mode, const std::string &separator) |
virtual bool | end_row () |
virtual bool | end_table () |
std::string | html () const |
virtual std::string | to_string () const |
virtual bool | render (const Table &table) |
Definition at line 12 of file HtmlDiffRender.h.
coopy::light::HtmlDiffRender::HtmlDiffRender | ( | ) | [inline] |
Definition at line 14 of file HtmlDiffRender.h.
virtual bool coopy::light::HtmlDiffRender::begin_row | ( | const std::string & | mode | ) | [inline, virtual] |
Implements coopy::light::DiffRender.
Definition at line 23 of file HtmlDiffRender.h.
virtual bool coopy::light::HtmlDiffRender::begin_table | ( | ) | [inline, virtual] |
Implements coopy::light::DiffRender.
Definition at line 18 of file HtmlDiffRender.h.
virtual bool coopy::light::HtmlDiffRender::end_row | ( | ) | [inline, virtual] |
Implements coopy::light::DiffRender.
Definition at line 68 of file HtmlDiffRender.h.
virtual bool coopy::light::HtmlDiffRender::end_table | ( | ) | [inline, virtual] |
Implements coopy::light::DiffRender.
Definition at line 73 of file HtmlDiffRender.h.
std::string coopy::light::HtmlDiffRender::html | ( | ) | const [inline] |
Definition at line 78 of file HtmlDiffRender.h.
Referenced by to_string().
virtual bool coopy::light::HtmlDiffRender::insert_cell | ( | const Cell & | cell, |
const std::string & | mode, | ||
const std::string & | separator | ||
) | [inline, virtual] |
Implements coopy::light::DiffRender.
Definition at line 51 of file HtmlDiffRender.h.
References coopy::light::Cell::is_null, and coopy::light::Cell::txt.
bool DiffRender::render | ( | const Table & | table | ) | [virtual, inherited] |
Definition at line 6 of file DiffRender.cpp.
References coopy::light::Table::get_cell(), coopy::light::Table::height(), coopy::light::Cell::txt, and coopy::light::Table::width().
Referenced by main().
virtual std::string coopy::light::HtmlDiffRender::to_string | ( | ) | const [inline, virtual] |
Implements coopy::light::DiffRender.
Definition at line 82 of file HtmlDiffRender.h.
References html().