template<class T>
eckit::TxnLog class

Constructors, destructors, conversion operators

TxnLog(const std::string& = Main::instance().name())
~TxnLog()

Public functions

void begin(T&)
void end(T&, bool)
void update(const T&)
void recover(TxnRecoverer<T>&, bool, long)
void find(TxnFinder<T>&)
auto exists(T&) -> bool