COOPY » Guide  version 0.6.5
Public Member Functions
coopy::light::DiffRender Class Reference

#include <DiffRender.h>

Inheritance diagram for coopy::light::DiffRender:
coopy::light::HtmlDiffRender coopy::light::LogDiffRender

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)

Detailed Description

Definition at line 27 of file DiffRender.h.


Member Function Documentation

virtual bool coopy::light::DiffRender::begin_row ( const std::string &  mode) [pure virtual]
virtual bool coopy::light::DiffRender::begin_table ( ) [pure virtual]
virtual bool coopy::light::DiffRender::end_row ( ) [pure virtual]
virtual bool coopy::light::DiffRender::end_table ( ) [pure virtual]
virtual bool coopy::light::DiffRender::insert_cell ( const Cell cell,
const std::string &  mode,
const std::string &  separator 
) [pure virtual]
bool DiffRender::render ( const Table table) [virtual]
virtual std::string coopy::light::DiffRender::to_string ( ) const [pure virtual]

The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines