Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::memory::MemIO Class Reference

base class for all memory IO More...

#include <memoryIO.h>

Inheritance diagram for MaxOS::memory::MemIO:
MaxOS::memory::MemIO16Bit MaxOS::memory::MemIO32Bit MaxOS::memory::MemIO64Bit MaxOS::memory::MemIO8Bit

Protected Member Functions

 MemIO (uintptr_t address)
 Construct a new Mem IO object.
 

Protected Attributes

uintptr_t m_address
 The memory address to read from / write to.
 

Detailed Description

base class for all memory IO

Todo:
Not used, delete?

Definition at line 24 of file memoryIO.h.

Constructor & Destructor Documentation

◆ MemIO()

MemIO::MemIO ( uintptr_t  address)
explicitprotected

Construct a new Mem IO object.

Parameters
addressThe memory address to read from / write to

Definition at line 18 of file memoryIO.cpp.

19: m_address(address)
20{
21
22}
uintptr_t m_address
The memory address to read from / write to.
Definition memoryIO.h:26

Member Data Documentation

◆ m_address


The documentation for this class was generated from the following files: