QtBase  v6.3.1
Public Member Functions | List of all members
QtPrivate::QConstPreservingPointer< Type, Storage > Class Template Reference

#include <qiterable.h>

Public Member Functions

 QConstPreservingPointer (std::nullptr_t)
 
 QConstPreservingPointer (const void *pointer, qsizetype alignment)
 
 QConstPreservingPointer (void *pointer, qsizetype alignment)
 
template<typename InputType >
 QConstPreservingPointer (const InputType *pointer)
 
template<typename InputType >
 QConstPreservingPointer (InputType *pointer)
 
 QConstPreservingPointer ()=default
 
const TypeconstPointer () const
 
TypemutablePointer () const
 

Detailed Description

template<typename Type, typename Storage = Type>
class QtPrivate::QConstPreservingPointer< Type, Storage >

Definition at line 52 of file qiterable.h.

Constructor & Destructor Documentation

◆ QConstPreservingPointer() [1/6]

template<typename Type , typename Storage = Type>
QtPrivate::QConstPreservingPointer< Type, Storage >::QConstPreservingPointer ( std::nullptr_t  )
inline

Definition at line 58 of file qiterable.h.

◆ QConstPreservingPointer() [2/6]

template<typename Type , typename Storage = Type>
QtPrivate::QConstPreservingPointer< Type, Storage >::QConstPreservingPointer ( const void pointer,
qsizetype  alignment 
)
inline

Definition at line 60 of file qiterable.h.

Here is the call graph for this function:

◆ QConstPreservingPointer() [3/6]

template<typename Type , typename Storage = Type>
QtPrivate::QConstPreservingPointer< Type, Storage >::QConstPreservingPointer ( void pointer,
qsizetype  alignment 
)
inline

Definition at line 67 of file qiterable.h.

Here is the call graph for this function:

◆ QConstPreservingPointer() [4/6]

template<typename Type , typename Storage = Type>
template<typename InputType >
QtPrivate::QConstPreservingPointer< Type, Storage >::QConstPreservingPointer ( const InputType pointer)
inline

Definition at line 75 of file qiterable.h.

◆ QConstPreservingPointer() [5/6]

template<typename Type , typename Storage = Type>
template<typename InputType >
QtPrivate::QConstPreservingPointer< Type, Storage >::QConstPreservingPointer ( InputType pointer)
inline

Definition at line 82 of file qiterable.h.

◆ QConstPreservingPointer() [6/6]

template<typename Type , typename Storage = Type>
QtPrivate::QConstPreservingPointer< Type, Storage >::QConstPreservingPointer ( )
default

Member Function Documentation

◆ constPointer()

template<typename Type , typename Storage = Type>
const Type* QtPrivate::QConstPreservingPointer< Type, Storage >::constPointer ( ) const
inline

Definition at line 90 of file qiterable.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mutablePointer()

template<typename Type , typename Storage = Type>
Type* QtPrivate::QConstPreservingPointer< Type, Storage >::mutablePointer ( ) const
inline

Definition at line 95 of file qiterable.h.

Here is the call graph for this function:
Here is the caller graph for this function:

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