1#ifndef Cpl_Persistent_Data_Record_h_
2#define Cpl_Persistent_Data_Record_h_
77 void start(
Cpl::Dm::MailboxServer& myMbox ) noexcept;
This abstract class defines the interface for a Chunk.
Definition Chunk.h:30
This mostly concrete class implements the Cpl::Persistent::DataRecord interface where a DataRecord in...
Definition DataRecord.h:36
DataRecord(Cpl::Persistent::Chunk &chunkHandler) noexcept
Constructor.
bool m_started
Remember my started state.
Definition DataRecord.h:100
void stop() noexcept
See Cpl::Persistent::DataRecord.
Cpl::Persistent::Chunk & m_chunkHandler
Chunk handler for the DataRecord.
Definition DataRecord.h:97
virtual bool writeToMedia(size_t index=0) noexcept
This method is used by the application to write the DataRecord's data to persistent storage.
virtual bool processNoValidData() noexcept=0
This method is responsible for updating the 'data store' in RAM to default values.
void start(Cpl::Dm::MailboxServer &myMbox) noexcept
See Cpl::Persistent::DataRecord.
virtual bool readFromMedia(size_t index=0) noexcept
This method is used by the application to read the DataRecord's data from persistent storage.
This abstract class defines the interface accessing the 'data payload' of an individual Record instan...
Definition Payload.h:29
This abstract class defines the public interface for a Record instance.
Definition Record.h:28
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20