Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qvariant_p.h File Reference

(0ecf8a21587e33c5c5b554d5bc059488001c8990)

#include "qvariant.h"
+ Include dependency graph for qvariant_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE auto customConstructSharedImpl (size_t size, size_t align)
 
template<typename F >
static QVariant::PrivateSharedcustomConstructShared (size_t size, size_t align, F &&construct)
 

Function Documentation

◆ customConstructShared()

template<typename F >
static QVariant::PrivateShared * customConstructShared ( size_t size,
size_t align,
F && construct )
static

Definition at line 36 of file qvariant_p.h.

References customConstructSharedImpl(), and ptr().

Referenced by QVariant::Private::Private().

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

◆ customConstructSharedImpl()

QT_BEGIN_NAMESPACE auto customConstructSharedImpl ( size_t size,
size_t align )
inline

Definition at line 22 of file qvariant_p.h.

References QVariant::PrivateShared::create(), QVariant::PrivateShared::free(), and ptr().

Referenced by customConstructShared().

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