class DiagnosticsBatchIterator

Defined at line 22 of file ../../src/developer/forensics/testing/stubs/diagnostics_batch_iterator.h

Protected Members

vector json_batches_
__wrap_iter next_json_batch_

Public Methods

void DiagnosticsBatchIterator ()

Defined at line 24 of file ../../src/developer/forensics/testing/stubs/diagnostics_batch_iterator.h

void DiagnosticsBatchIterator (const std::vector<std::vector<std::string>> & json_batches, bool strict)

Defined at line 25 of file ../../src/developer/forensics/testing/stubs/diagnostics_batch_iterator.h

bool ExpectCall ()

Whether the batch iterator expects at least one more call to GetNext().

Defined at line 34 of file ../../src/developer/forensics/testing/stubs/diagnostics_batch_iterator.h

void ~DiagnosticsBatchIterator ()

Defined at line 34 of file ../../src/developer/forensics/testing/stubs/diagnostics_batch_iterator.cc

void GetNext (GetNextCallback callback)

Defined at line 43 of file ../../src/developer/forensics/testing/stubs/diagnostics_batch_iterator.cc