|
COOPY » Guide
version 0.6.5
|
#include <PoolImpl.h>
Public Member Functions | |
| virtual bool | isValid () const |
| virtual PoolRecord & | lookupMod (const SheetCell &val, bool &match) |
| virtual const PoolRecord & | lookup (const SheetCell &val, bool &match) const |
| virtual PoolRecord & | put (const SheetCell &src, const SheetCell &dest) |
Data Fields | |
| PoolRecord | dud |
| std::string | pool_name |
| std::map< std::string, PoolRecord > | item |
Definition at line 30 of file PoolImpl.h.
| virtual bool coopy::store::PoolSlice::isValid | ( | ) | const [inline, virtual] |
Implements coopy::store::PoolColumn.
Definition at line 36 of file PoolImpl.h.
References pool_name.
| const PoolRecord & PoolSlice::lookup | ( | const SheetCell & | val, |
| bool & | match | ||
| ) | const [virtual] |
Implements coopy::store::PoolColumn.
Definition at line 115 of file PoolImpl.cpp.
References coopy::store::SheetCell::toString().
| PoolRecord & PoolSlice::lookupMod | ( | const SheetCell & | val, |
| bool & | match | ||
| ) | [virtual] |
Implements coopy::store::PoolColumn.
Definition at line 125 of file PoolImpl.cpp.
References coopy::store::SheetCell::toString().
| virtual PoolRecord& coopy::store::PoolSlice::put | ( | const SheetCell & | src, |
| const SheetCell & | dest | ||
| ) | [inline, virtual] |
Implements coopy::store::PoolColumn.
Definition at line 44 of file PoolImpl.h.
References item, and coopy::store::SheetCell::toString().
Definition at line 32 of file PoolImpl.h.
| std::map<std::string,PoolRecord> coopy::store::PoolSlice::item |
Definition at line 34 of file PoolImpl.h.
Referenced by coopy::store::PoolImpl::load(), put(), and coopy::store::PoolImpl::save().
| std::string coopy::store::PoolSlice::pool_name |
Definition at line 33 of file PoolImpl.h.
Referenced by isValid(), and coopy::store::PoolImpl::load().
1.7.4