|
CommonLibVR
|
This is the complete list of members for REL::Relocation< T >, including all inherited members.
| address() const noexcept | REL::Relocation< T > | inline |
| get() const noexcept(std::is_nothrow_copy_constructible_v< value_type >) | REL::Relocation< T > | inline |
| offset() const | REL::Relocation< T > | inline |
| operator()(Args &&... a_args) const noexcept(std::is_nothrow_invocable_v< const value_type &, Args... >) | REL::Relocation< T > | inline |
| operator*() const noexcept | REL::Relocation< T > | inline |
| operator->() const noexcept | REL::Relocation< T > | inline |
| operator=(std::uintptr_t a_address) noexcept | REL::Relocation< T > | inline |
| operator=(Offset a_offset) | REL::Relocation< T > | inline |
| operator=(ID a_id) | REL::Relocation< T > | inline |
| Relocation() noexcept=default | REL::Relocation< T > | |
| Relocation(std::uintptr_t a_address) noexcept | REL::Relocation< T > | inlineexplicit |
| Relocation(Offset a_offset) | REL::Relocation< T > | inlineexplicit |
| Relocation(ID a_id) | REL::Relocation< T > | inlineexplicit |
| Relocation(ID a_id, std::ptrdiff_t a_offset) | REL::Relocation< T > | inlineexplicit |
| replace_func(const std::size_t a_count, const std::uintptr_t a_dst) | REL::Relocation< T > | inline |
| replace_func(const std::size_t a_count, const F a_dst) | REL::Relocation< T > | inline |
| value_type typedef | REL::Relocation< T > | |
| write(const U &a_data) | REL::Relocation< T > | inline |
| write(const std::span< U > a_data) | REL::Relocation< T > | inline |
| write_branch(const std::uintptr_t a_dst) | REL::Relocation< T > | inline |
| write_branch(const F a_dst) | REL::Relocation< T > | inline |
| write_call(const std::uintptr_t a_dst) | REL::Relocation< T > | inline |
| write_call(const F a_dst) | REL::Relocation< T > | inline |
| write_fill(const std::uint8_t a_value, const std::size_t a_count) | REL::Relocation< T > | inline |
| write_vfunc(const std::size_t a_idx, const std::uintptr_t a_newFunc) | REL::Relocation< T > | inline |
| write_vfunc(const std::size_t a_idx, const F a_newFunc) | REL::Relocation< T > | inline |