xentara-utils v2.0.3
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::memory::SafeGlobal< Object > Member List

This is the complete list of members for xentara::utils::memory::SafeGlobal< Object >, including all inherited members.

get() const noexcept -> const Object &xentara::utils::memory::SafeGlobal< Object >
get() noexcept -> Object &xentara::utils::memory::SafeGlobal< Object >
operator*() const noexcept -> const Object &xentara::utils::memory::SafeGlobal< Object >
operator*() noexcept -> Object &xentara::utils::memory::SafeGlobal< Object >
operator->() const noexcept -> const Object *xentara::utils::memory::SafeGlobal< Object >
operator->() noexcept -> Object *xentara::utils::memory::SafeGlobal< Object >