COOPY » Guide
version 0.6.5
|
#include <Pool.h>
Public Member Functions | |
virtual | ~PoolColumn () |
virtual bool | isValid () const =0 |
virtual PoolRecord & | lookupMod (const SheetCell &val, bool &match)=0 |
virtual const PoolRecord & | lookup (const SheetCell &val, bool &match) const =0 |
virtual PoolRecord & | put (const SheetCell &src, const SheetCell &dest)=0 |
virtual coopy::store::PoolColumn::~PoolColumn | ( | ) | [inline, virtual] |
virtual bool coopy::store::PoolColumn::isValid | ( | ) | const [pure virtual] |
Implemented in coopy::store::PoolSlice.
Referenced by coopy::store::PoolColumnLink::isValid().
virtual const PoolRecord& coopy::store::PoolColumn::lookup | ( | const SheetCell & | val, |
bool & | match | ||
) | const [pure virtual] |
Implemented in coopy::store::PoolSlice.
Referenced by coopy::cmp::SheetPatcher::changeRow().
virtual PoolRecord& coopy::store::PoolColumn::lookupMod | ( | const SheetCell & | val, |
bool & | match | ||
) | [pure virtual] |
Implemented in coopy::store::PoolSlice.
Referenced by coopy::store::PoolImpl::lookup().
virtual PoolRecord& coopy::store::PoolColumn::put | ( | const SheetCell & | src, |
const SheetCell & | dest | ||
) | [pure virtual] |
Implemented in coopy::store::PoolSlice.
Referenced by coopy::cmp::MergeOutputFilter::mergeAllDone().