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

The token is used for distributed access to a unique object in the pool. More...

#include <unique_objects_pool.h>

Public Member Functions

bool is_valid () const noexcept
 Is this token have been set (not default) More...
 
 operator bool () const noexcept
 Same as is_valid() More...
 

Detailed Description

template<class T>
class qx::unique_objects_pool< T >::token

The token is used for distributed access to a unique object in the pool.

Class is thread safe

Author
Khrapov
Date
11.02.2023

Definition at line 75 of file unique_objects_pool.h.

Member Function Documentation

◆ is_valid()

template<class T >
bool qx::unique_objects_pool< T >::token::is_valid
inlinenoexcept

Is this token have been set (not default)

Warning
This method does not check if the pool of this object is alive
Return values
-true if this object is valid

Definition at line 55 of file unique_objects_pool.inl.

◆ operator bool()

template<class T >
qx::unique_objects_pool< T >::token::operator bool
inlineexplicitnoexcept

Same as is_valid()

Return values
-true if this object is valid

Definition at line 61 of file unique_objects_pool.inl.


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