COOPY » Guide  version 0.6.5
Public Member Functions | Data Fields
coopy::light::LogDiffRender Class Reference

#include <LogDiffRender.h>

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

Public Member Functions

 LogDiffRender ()
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 ()
virtual std::string to_string () const
virtual bool render (const Table &table)

Data Fields

std::list< LogRowrow_log
std::list< LogCellcell_log

Detailed Description

Definition at line 34 of file LogDiffRender.h.


Constructor & Destructor Documentation

coopy::light::LogDiffRender::LogDiffRender ( ) [inline]

Definition at line 43 of file LogDiffRender.h.


Member Function Documentation

virtual bool coopy::light::LogDiffRender::begin_row ( const std::string &  mode) [inline, virtual]

Implements coopy::light::DiffRender.

Definition at line 51 of file LogDiffRender.h.

References row_log.

virtual bool coopy::light::LogDiffRender::begin_table ( ) [inline, virtual]

Implements coopy::light::DiffRender.

Definition at line 47 of file LogDiffRender.h.

virtual bool coopy::light::LogDiffRender::end_row ( ) [inline, virtual]

Implements coopy::light::DiffRender.

Definition at line 68 of file LogDiffRender.h.

virtual bool coopy::light::LogDiffRender::end_table ( ) [inline, virtual]

Implements coopy::light::DiffRender.

Definition at line 73 of file LogDiffRender.h.

virtual bool coopy::light::LogDiffRender::insert_cell ( const Cell cell,
const std::string &  mode,
const std::string &  separator 
) [inline, virtual]

Implements coopy::light::DiffRender.

Definition at line 59 of file LogDiffRender.h.

References cell_log.

bool DiffRender::render ( const Table table) [virtual, inherited]
virtual std::string coopy::light::LogDiffRender::to_string ( ) const [inline, virtual]

Implements coopy::light::DiffRender.

Definition at line 77 of file LogDiffRender.h.

References cell_log.


Field Documentation

Definition at line 41 of file LogDiffRender.h.

Referenced by insert_cell(), and to_string().

Definition at line 40 of file LogDiffRender.h.

Referenced by begin_row().


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