index_summary_generator< IndexGen, TileGen > Class Template Reference
  
Inheritance diagram for index_summary_generator< IndexGen, TileGen >:
  
 Public Member Functions | |
| ::testing::AssertionResult | generate (model::summary::index_flowcell_summary &expected, model::summary::index_flowcell_summary &actual, bool *) const | 
| base_t | clone () const | 
| void | write (std::ostream &out) const | 
  Public Member Functions inherited from abstract_generator< model::summary::index_flowcell_summary > | |
| abstract_generator (const int test_modifier=0) | |
| virtual | ~abstract_generator () | 
| virtual bool | advance () | 
| int | test_modifier () const | 
| std::string | info () const | 
Additional Inherited Members | |
  Public Types inherited from abstract_generator< model::summary::index_flowcell_summary > | |
| typedef generator_ptr< model::summary::index_flowcell_summary > | parent_type | 
Detailed Description
template<class IndexGen, class TileGen>
class index_summary_generator< IndexGen, TileGen >
Generate the actual metric set by reading in from hardcoded binary buffer
The expected metric set is provided by the generator.
Member Function Documentation
      
  | 
  inlinevirtual | 
Create a copy of this object
- Returns
 - pointer to an abstract_generator
 
Implements abstract_generator< model::summary::index_flowcell_summary >.
      
  | 
  inlinevirtual | 
Generate the expected and actual metric sets
- Parameters
 - 
  
expected expected metric set actual actual metric set  
Implements abstract_generator< model::summary::index_flowcell_summary >.
      
  | 
  inlinevirtual | 
Write generator info to output stream
- Parameters
 - 
  
out output stream  
Implements abstract_generator< model::summary::index_flowcell_summary >.
The documentation for this class was generated from the following file:
- /io/src/tests/interop/logic/index_summary_test.cpp
 
 Public Member Functions inherited from