1#ifndef Cpl_Persistent_Payload_h_
2#define Cpl_Persistent_Payload_h_
44 virtual size_t getData(
void* dst,
size_t maxDstLen )
noexcept = 0;
53 virtual bool putData(
const void* src,
size_t srcLen )
noexcept = 0;
This abstract class defines the interface accessing the 'data payload' of an individual Record instan...
Definition Payload.h:29
virtual bool putData(const void *src, size_t srcLen) noexcept=0
This method used to transfer persistently stored data into a Record.
virtual ~Payload()
Virtual destructor.
Definition Payload.h:58
virtual size_t getData(void *dst, size_t maxDstLen) noexcept=0
This method returns a Record's data payload contents.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20