COOPY » Guide
version 0.6.5
|
#include <DataSheet.h>
Public Member Functions | |
RowCache (int len) | |
Data Fields | |
std::vector< bool > | flags |
std::vector< bool > | invent |
std::vector< SheetCell > | cells |
Definition at line 34 of file DataSheet.h.
coopy::store::RowCache::RowCache | ( | int | len | ) | [inline] |
Definition at line 40 of file DataSheet.h.
std::vector<SheetCell> coopy::store::RowCache::cells |
Definition at line 38 of file DataSheet.h.
Referenced by coopy::store::sqlite::SqliteSheet::applyRowCache(), coopy::store::remotesql::RemoteSqlSheet::applyRowCache(), coopy::store::DataSheet::applyRowCache(), RowCache(), and coopy::store::CacheSheetRow::setCell().
std::vector<bool> coopy::store::RowCache::flags |
Definition at line 36 of file DataSheet.h.
Referenced by coopy::store::sqlite::SqliteSheet::applyRowCache(), coopy::store::remotesql::RemoteSqlSheet::applyRowCache(), coopy::store::DataSheet::applyRowCache(), RowCache(), and coopy::store::CacheSheetRow::setCell().
std::vector<bool> coopy::store::RowCache::invent |
Definition at line 37 of file DataSheet.h.
Referenced by coopy::store::sqlite::SqliteSheet::applyRowCache(), coopy::store::CacheSheetRow::invent(), and RowCache().