Lugdunum  0.1.0
Public Attributes | List of all members
lug::System::Memory::Area::Page Struct Reference

#include <IArea.hpp>

Collaboration diagram for lug::System::Memory::Area::Page:
[legend]

Public Attributes

void * start {nullptr}
 
void * end {nullptr}
 
Pageprev {nullptr}
 
Pagenext {nullptr}
 

Detailed Description

Definition at line 12 of file IArea.hpp.

Member Data Documentation

◆ start

void* lug::System::Memory::Area::Page::start {nullptr}

Definition at line 13 of file IArea.hpp.

◆ end

void* lug::System::Memory::Area::Page::end {nullptr}

Definition at line 14 of file IArea.hpp.

◆ prev

Page* lug::System::Memory::Area::Page::prev {nullptr}

Definition at line 16 of file IArea.hpp.

◆ next

Page* lug::System::Memory::Area::Page::next {nullptr}

Definition at line 17 of file IArea.hpp.


The documentation for this struct was generated from the following file: