CommonLibSSE NG
|
#include <RTTI.h>
Public Types | |
using | value_type = T |
using | pointer = value_type * |
using | reference = value_type & |
Public Member Functions | |
constexpr | RVA () noexcept=default |
constexpr | RVA (std::uint32_t a_rva) noexcept |
pointer | get () const |
std::uint32_t | offset () const noexcept |
reference | operator* () const |
pointer | operator-> () const |
constexpr | operator bool () const noexcept |
Protected Member Functions | |
constexpr bool | is_good () const noexcept |
Protected Attributes | |
std::uint32_t | _rva { 0 } |
using RE::RTTI::RVA< T >::pointer = value_type* |
using RE::RTTI::RVA< T >::reference = value_type& |
using RE::RTTI::RVA< T >::value_type = T |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
|
inline |
|
inlineconstexprprotectednoexcept |
|
inlinenoexcept |
|
inlineexplicitconstexprnoexcept |
|
inline |
|
inline |
|
protected |