qxLib
Public Member Functions | List of all members
qx::link< T >::lock_ptr Class Reference

std::shared_ptr wrapper More...

#include <link.h>

Public Member Functions

T * get () const noexcept
 Get object pointer. More...
 
 operator bool () const noexcept
 Is object presents. More...
 
template<class U >
bool operator== (const U &other) const noexcept
 operator== More...
 
template<class U >
std::strong_ordering operator<=> (const U &other) const noexcept
 operator<=> More...
 

Detailed Description

template<class T>
class qx::link< T >::lock_ptr

std::shared_ptr wrapper

~

Author
Khrapov
Date
23.11.2021

Definition at line 45 of file link.h.

Member Function Documentation

◆ get()

template<class T >
T * qx::link< T >::lock_ptr::get
noexcept

Get object pointer.

Return values
-T object pointer

Definition at line 26 of file link.inl.

◆ operator bool()

template<class T >
qx::link< T >::lock_ptr::operator bool
explicitnoexcept

Is object presents.

Return values
-true if object presents

Definition at line 32 of file link.inl.

◆ operator<=>()

template<class T >
template<class U >
std::strong_ordering qx::link< T >::lock_ptr::operator<=> ( const U &  other) const
noexcept

operator<=>

Template Parameters
U- lock_ptr with pointer convertible to T
Parameters
other- other link_ptr
Return values
-three-way comparison result

Definition at line 46 of file link.inl.

◆ operator==()

template<class T >
template<class U >
bool qx::link< T >::lock_ptr::operator== ( const U &  other) const
noexcept

operator==

Template Parameters
U- lock_ptr with pointer convertible to T
Parameters
other- other link_ptr
Return values
-true, if objects are equal

Definition at line 39 of file link.inl.


The documentation for this class was generated from the following files: