COOPY » Guide  version 0.6.5
Public Types | Public Member Functions | Data Fields
coopy::cmp::RowChangeContext Class Reference

(Unused) description of row context. More...

#include <Patcher.h>

Public Types

typedef std::map< std::string,
coopy::store::SheetCell
row
typedef std::vector< rowrows

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

Detailed Description

(Unused) description of row context.

Definition at line 154 of file Patcher.h.


Member Typedef Documentation

Definition at line 156 of file Patcher.h.

Definition at line 157 of file Patcher.h.


Member Function Documentation

int coopy::cmp::RowChangeContext::afterCount ( ) const [inline]

Definition at line 168 of file Patcher.h.

References after.

int coopy::cmp::RowChangeContext::beforeCount ( ) const [inline]

Definition at line 172 of file Patcher.h.

References before.

std::map<std::string,coopy::store::SheetCell> coopy::cmp::RowChangeContext::getRow ( int  index) const [inline]

Definition at line 161 of file Patcher.h.

References after, and before.


Field Documentation

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().


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