COOPY » Guide
version 0.6.5
|
#include <DiffRender.h>
Public Member Functions | |
virtual bool | begin_table ()=0 |
virtual bool | begin_row (const std::string &mode)=0 |
virtual bool | insert_cell (const Cell &cell, const std::string &mode, const std::string &separator)=0 |
virtual bool | end_row ()=0 |
virtual bool | end_table ()=0 |
virtual std::string | to_string () const =0 |
virtual bool | render (const Table &table) |
Definition at line 27 of file DiffRender.h.
virtual bool coopy::light::DiffRender::begin_row | ( | const std::string & | mode | ) | [pure virtual] |
Implemented in coopy::light::HtmlDiffRender, and coopy::light::LogDiffRender.
virtual bool coopy::light::DiffRender::begin_table | ( | ) | [pure virtual] |
Implemented in coopy::light::HtmlDiffRender, and coopy::light::LogDiffRender.
virtual bool coopy::light::DiffRender::end_row | ( | ) | [pure virtual] |
Implemented in coopy::light::HtmlDiffRender, and coopy::light::LogDiffRender.
virtual bool coopy::light::DiffRender::end_table | ( | ) | [pure virtual] |
Implemented in coopy::light::HtmlDiffRender, and coopy::light::LogDiffRender.
virtual bool coopy::light::DiffRender::insert_cell | ( | const Cell & | cell, |
const std::string & | mode, | ||
const std::string & | separator | ||
) | [pure virtual] |
Implemented in coopy::light::HtmlDiffRender, and coopy::light::LogDiffRender.
bool DiffRender::render | ( | const Table & | table | ) | [virtual] |
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::DiffRender::to_string | ( | ) | const [pure virtual] |
Implemented in coopy::light::HtmlDiffRender, and coopy::light::LogDiffRender.
Referenced by main().