COOPY » Guide
version 0.6.5
|
#include <MergeOutputFilter.h>
Public Member Functions | |
SheetUnit () | |
SheetUnit (const std::string &name) | |
Data Fields | |
std::string | sheet_name |
NameChange | name0 |
NameChange | name1 |
bool | have_name0 |
bool | have_name1 |
std::list< OrderChange > | orders |
std::list< PoolChange > | pools |
int | row_count |
Definition at line 18 of file MergeOutputFilter.h.
coopy::cmp::SheetUnit::SheetUnit | ( | ) | [inline] |
Definition at line 28 of file MergeOutputFilter.h.
References have_name0, have_name1, and row_count.
coopy::cmp::SheetUnit::SheetUnit | ( | const std::string & | name | ) | [inline] |
Definition at line 33 of file MergeOutputFilter.h.
References have_name0, have_name1, and row_count.
Definition at line 22 of file MergeOutputFilter.h.
Referenced by coopy::cmp::MergeOutputFilter::changeName(), coopy::cmp::MergeOutputFilter::changeRow(), coopy::cmp::MergeOutputFilter::emitPreamble(), and SheetUnit().
Definition at line 22 of file MergeOutputFilter.h.
Referenced by coopy::cmp::MergeOutputFilter::changeName(), coopy::cmp::MergeOutputFilter::changeRow(), coopy::cmp::MergeOutputFilter::emitPreamble(), and SheetUnit().
Definition at line 21 of file MergeOutputFilter.h.
Referenced by coopy::cmp::MergeOutputFilter::changeName(), and coopy::cmp::MergeOutputFilter::emitPreamble().
Definition at line 21 of file MergeOutputFilter.h.
Referenced by coopy::cmp::MergeOutputFilter::changeName(), and coopy::cmp::MergeOutputFilter::emitPreamble().
std::list<OrderChange> coopy::cmp::SheetUnit::orders |
Definition at line 23 of file MergeOutputFilter.h.
Referenced by coopy::cmp::MergeOutputFilter::changeColumn(), coopy::cmp::MergeOutputFilter::emitPreamble(), and coopy::cmp::MergeOutputFilter::emitPreambleIfNeeded().
std::list<PoolChange> coopy::cmp::SheetUnit::pools |
Definition at line 24 of file MergeOutputFilter.h.
Referenced by coopy::cmp::MergeOutputFilter::changePool(), coopy::cmp::MergeOutputFilter::emitPreamble(), and coopy::cmp::MergeOutputFilter::emitPreambleIfNeeded().
Definition at line 26 of file MergeOutputFilter.h.
Referenced by coopy::cmp::MergeOutputFilter::emitPreambleIfNeeded(), and SheetUnit().
std::string coopy::cmp::SheetUnit::sheet_name |
Definition at line 20 of file MergeOutputFilter.h.
Referenced by coopy::cmp::MergeOutputFilter::emitPreamble().