|
IODA Bundle
|
Public Types | |
| typedef std::map< size_t, std::vector< CellData > > | RowStore |
Public Member Functions | |
| ODBChecker () | |
| ~ODBChecker () | |
| void | checkRow (size_t num, const odc::Reader::iterator &row) |
| size_t | highestRow () const |
Private Attributes | |
| RowStore | data_ |
Definition at line 47 of file test_decode_odb.cc.
| typedef std::map<size_t, std::vector<CellData> > ODBChecker::RowStore |
Definition at line 51 of file test_decode_odb.cc.
|
inline |
Definition at line 55 of file test_decode_odb.cc.
|
inline |
Definition at line 169 of file test_decode_odb.cc.
|
inline |
Definition at line 171 of file test_decode_odb.cc.
|
inline |
|
private |
Definition at line 214 of file test_decode_odb.cc.