libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Private Member Functions
memory::strong_rc_ptr_access< T, bool, bool > Class Template Reference

Base class to mantain all shared APIs. More...

#include <rc_ptr.h>

Inheritance diagram for memory::strong_rc_ptr_access< T, bool, bool >:
Inheritance graph
Collaboration diagram for memory::strong_rc_ptr_access< T, bool, bool >:
Collaboration graph

Public Types

using element_type = T
 

Public Member Functions

element_typeoperator* () const noexcept
 
element_typeoperator-> () const noexcept
 

Private Member Functions

element_typeget () const noexcept
 

Detailed Description

template<class T, bool = std::is_array<T>::value, bool = std::is_void<T>::value>
class memory::strong_rc_ptr_access< T, bool, bool >

Base class to mantain all shared APIs.

Definition at line 674 of file rc_ptr.h.

Member Typedef Documentation

◆ element_type

template<class T , bool = std::is_array<T>::value, bool = std::is_void<T>::value>
using memory::strong_rc_ptr_access< T, bool, bool >::element_type = T

Definition at line 676 of file rc_ptr.h.

Member Function Documentation

◆ get()

template<class T , bool = std::is_array<T>::value, bool = std::is_void<T>::value>
element_type * memory::strong_rc_ptr_access< T, bool, bool >::get ( ) const
inlineprivatenoexcept

◆ operator*()

template<class T , bool = std::is_array<T>::value, bool = std::is_void<T>::value>
element_type & memory::strong_rc_ptr_access< T, bool, bool >::operator* ( ) const
inlinenoexcept

Definition at line 678 of file rc_ptr.h.

◆ operator->()

template<class T , bool = std::is_array<T>::value, bool = std::is_void<T>::value>
element_type * memory::strong_rc_ptr_access< T, bool, bool >::operator-> ( ) const
inlinenoexcept

Definition at line 688 of file rc_ptr.h.


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