#include <Relocation.h>
|
constexpr | ID () noexcept=default |
|
constexpr | ID (std::uint64_t a_id) noexcept |
|
constexpr ID & | operator= (std::uint64_t a_id) noexcept |
|
std::uintptr_t | address () const |
|
constexpr std::uint64_t | id () const noexcept |
|
std::size_t | offset () const |
|
◆ ID() [1/2]
constexpr REL::ID::ID |
( |
| ) |
|
|
constexprdefaultnoexcept |
◆ ID() [2/2]
constexpr REL::ID::ID |
( |
std::uint64_t |
a_id | ) |
|
|
inlineexplicitconstexprnoexcept |
◆ address()
std::uintptr_t REL::ID::address |
( |
| ) |
const |
|
inline |
◆ id()
constexpr std::uint64_t REL::ID::id |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ offset()
std::size_t REL::ID::offset |
( |
| ) |
const |
|
inline |
◆ operator=()
constexpr ID & REL::ID::operator= |
( |
std::uint64_t |
a_id | ) |
|
|
inlineconstexprnoexcept |
The documentation for this class was generated from the following file: