|
COOPY » Guide
version 0.6.5
|
(Unused) description of row context. More...
#include <Patcher.h>
Public Types | |
| typedef std::map< std::string, coopy::store::SheetCell > | row |
| typedef std::vector< row > | rows |
Public Member Functions | |
| std::map< std::string, coopy::store::SheetCell > | getRow (int index) const |
| int | afterCount () const |
| int | beforeCount () const |
Data Fields | |
| rows | before |
| rows | after |
| typedef std::map<std::string,coopy::store::SheetCell> coopy::cmp::RowChangeContext::row |
| typedef std::vector<row> coopy::cmp::RowChangeContext::rows |
| int coopy::cmp::RowChangeContext::afterCount | ( | ) | const [inline] |
| int coopy::cmp::RowChangeContext::beforeCount | ( | ) | const [inline] |
| std::map<std::string,coopy::store::SheetCell> coopy::cmp::RowChangeContext::getRow | ( | int | index | ) | const [inline] |
Definition at line 159 of file Patcher.h.
Referenced by afterCount(), and getRow().
Definition at line 158 of file Patcher.h.
Referenced by beforeCount(), and getRow().
1.7.4