#include <MemorySection.hpp>
Definition at line 29 of file MemorySection.hpp.
◆ Section() [1/3]
Memory::Section::Section |
( |
| ) |
|
|
inline |
◆ Section() [2/3]
Memory::Section::Section |
( |
const uintptr_t |
base, |
|
|
const uintptr_t |
end |
|
) |
| |
|
inline |
◆ Section() [3/3]
Memory::Section::Section |
( |
const uintptr_t |
base, |
|
|
const uintptr_t |
end, |
|
|
const Type |
type |
|
) |
| |
|
inline |
◆ base()
uintptr_t Memory::Section::base |
( |
| ) |
|
|
inline |
◆ contains()
bool Memory::Section::contains |
( |
uintptr_t |
addr | ) |
|
|
inline |
◆ empty()
bool Memory::Section::empty |
( |
| ) |
|
|
inline |
◆ end()
uintptr_t Memory::Section::end |
( |
| ) |
|
|
inline |
◆ initialized()
bool Memory::Section::initialized |
( |
| ) |
|
|
inline |
◆ pages()
uintptr_t Memory::Section::pages |
( |
| ) |
|
|
inline |
◆ setType()
void Memory::Section::setType |
( |
enum Type |
type | ) |
|
|
inline |
◆ size()
uintptr_t Memory::Section::size |
( |
| ) |
|
|
inline |
◆ type()
enum Type Memory::Section::type |
( |
| ) |
|
|
inline |
◆ typeString()
const char* Memory::Section::typeString |
( |
| ) |
|
|
inline |
◆ m_base
uintptr_t Memory::Section::m_base |
|
private |
◆ m_end
uintptr_t Memory::Section::m_end |
|
private |
◆ m_type
enum Type Memory::Section::m_type |
|
private |
The documentation for this class was generated from the following file: