API Documentation
|
#include <Pointer.hpp>
Public Member Functions | |
ConstPointer () | |
ConstPointer (t_type &&value) noexcept | |
ConstPointer (const t_type *value) noexcept | |
ConstPointer (const Pointer< t_type > &value) noexcept | |
const t_type & | get () const |
constexpr const t_type * | rawptr () const |
void | set (t_type &&value) noexcept |
const t_type * | operator-> () const |
ConstPointer< t_type > & | operator= (const Pointer< t_type > &pointer) noexcept |
ConstPointer< t_type > & | operator= (t_type *pointer) |
template<class t_other_type > | |
ConstPointer< t_other_type > | as () const |
Public Member Functions inherited from Pointer< t_type > | |
bool | isNull () const |
void | setToNull () |
uint04 | referenceCount () const |
bool | operator== (const Pointer< t_type > &pointer) const |
bool | operator!= (const Pointer< t_type > &pointer) const |
void | swap (Pointer< t_type > &pointer) |
Additional Inherited Members | |
Protected Member Functions inherited from Pointer< t_type > | |
Pointer () noexcept | |
Pointer (t_type *value) noexcept | |
Pointer (t_type &&value) noexcept | |
Pointer (const Pointer< t_type > &value) noexcept | |
t_type & | get () const |
constexpr t_type * | rawptr () const |
void | set (t_type &&value) |
Pointer & | operator= (const Pointer &pointer) |
Pointer & | operator= (t_type *pointer) |
~Pointer () | |
Protected Attributes inherited from Pointer< t_type > | |
Core * | m_core = nullptr |
t_type * | m_object = nullptr |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inlineconstexpr |
|
inlinenoexcept |