IODA Bundle
ODBChecker Class Reference

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_
 

Detailed Description

Definition at line 47 of file test_decode_odb.cc.

Member Typedef Documentation

◆ RowStore

typedef std::map<size_t, std::vector<CellData> > ODBChecker::RowStore

Definition at line 51 of file test_decode_odb.cc.

Constructor & Destructor Documentation

◆ ODBChecker()

ODBChecker::ODBChecker ( )
inline

Definition at line 55 of file test_decode_odb.cc.

◆ ~ODBChecker()

ODBChecker::~ODBChecker ( )
inline

Definition at line 169 of file test_decode_odb.cc.

Member Function Documentation

◆ checkRow()

void ODBChecker::checkRow ( size_t  num,
const odc::Reader::iterator row 
)
inline

Definition at line 171 of file test_decode_odb.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ highestRow()

size_t ODBChecker::highestRow ( ) const
inline

Definition at line 204 of file test_decode_odb.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ data_

RowStore ODBChecker::data_
private

Definition at line 214 of file test_decode_odb.cc.


The documentation for this class was generated from the following file: