#include <MultiRecordInsertOperation.h>
Public Member Functions | |
InsertCache (const RecordSpec &m_spec, const coral::AttributeList &data) | |
void | processNextIteration () |
const std::vector< Record * > & | records () const |
~InsertCache () | |
Private Attributes | |
const coral::AttributeList & | m_data |
std::vector< Record * > | m_records |
const RecordSpec & | m_spec |
Definition at line 15 of file MultiRecordInsertOperation.h.
ora::InsertCache::InsertCache | ( | const RecordSpec & | m_spec, |
const coral::AttributeList & | data | ||
) |
ora::InsertCache::~InsertCache | ( | ) |
Definition at line 16 of file MultiRecordInsertOperation.cc.
void ora::InsertCache::processNextIteration | ( | ) |
Definition at line 23 of file MultiRecordInsertOperation.cc.
References SiStripGain_Fake_cff::Record.
Referenced by ora::STLContainerWriter::write(), and ora::CArrayWriter::write().
const std::vector< ora::Record * > & ora::InsertCache::records | ( | ) | const |
Definition at line 29 of file MultiRecordInsertOperation.cc.
{ return m_records; }
const coral::AttributeList& ora::InsertCache::m_data [private] |
Definition at line 24 of file MultiRecordInsertOperation.h.
std::vector<Record*> ora::InsertCache::m_records [private] |
Definition at line 23 of file MultiRecordInsertOperation.h.
const RecordSpec& ora::InsertCache::m_spec [private] |
Definition at line 22 of file MultiRecordInsertOperation.h.