MemoryDevice(DataBuffer &data)
Constructs a IODevice Memory.
DataBuffer & get_data()
Get Data.
Memory I/O device.
Definition: memory_device.h:43
MemoryDevice()
Constructs a memory I/O device.
General purpose data buffer.
Definition: databuffer.h:43
I/O Device interface.
Definition: iodevice.h:51
const DataBuffer & get_data() const
Retrieves the data buffer for the memory device.