#include <MemoryMap.hpp>
Definition at line 17 of file MemoryMap.hpp.
◆ Count()
size_t Memory::MemoryMap::Count |
( |
| ) |
|
|
inline |
Returns the max number of memory sections allowed in a MemoryMap.
- Returns
- size_t Max number of entries
Definition at line 25 of file MemoryMap.hpp.
◆ Get()
Section& Memory::MemoryMap::Get |
( |
size_t |
idx | ) |
|
|
inline |
Returns a reference to the memory section at the given index.
- Parameters
-
- Returns
- Section& Section at index available for updating
Definition at line 36 of file MemoryMap.hpp.
◆ operator[]() [1/2]
Section& Memory::MemoryMap::operator[] |
( |
size_t |
idx | ) |
|
|
inline |
◆ operator[]() [2/2]
Section Memory::MemoryMap::operator[] |
( |
size_t |
idx | ) |
const |
|
inline |
◆ m_max_sections
const size_t Memory::MemoryMap::m_max_sections = 32 |
|
staticprivate |
◆ m_sections
The documentation for this class was generated from the following file: