This abstract class defines interface for appending a single 'entry' to a a collection of entries (i....
Definition IndexedEntryWriter.h:40
virtual bool clearAllEntries() noexcept=0
This method will 'clear' (i.e.
virtual bool addEntry(const Payload &src) noexcept=0
This method appends entry to the list of Indexed Entries.