libtransistor
A userland library for the Nintendo Switch
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
include
libtransistor
cpp
address_space.hpp
Go to the documentation of this file.
1
6
#pragma once
7
8
#include<
libtransistor/address_space.h
>
9
10
namespace
trn {
11
namespace
as {
12
13
class
Reservation
{
14
public
:
15
Reservation
(
size_t
size);
16
~
Reservation
();
17
18
const
size_t
size;
19
uint8_t *
const
base;
20
};
21
22
}
// namespace as
23
}
// namespace trn
trn::as::Reservation
Definition:
address_space.hpp:13
address_space.h
Address space management.
Generated on Thu Oct 3 2019 01:41:37 for libtransistor by
1.8.6