QtBase  v6.3.1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
QVariant::PrivateShared Struct Reference

#include <qvariant.h>

Collaboration diagram for QVariant::PrivateShared:
Collaboration graph
[legend]

Public Member Functions

const voiddata () const
 
voiddata ()
 

Static Public Member Functions

static PrivateSharedcreate (const QtPrivate::QMetaTypeInterface *type)
 
static void free (PrivateShared *p)
 

Public Attributes

QAtomicInt ref
 
int offset
 

Detailed Description

Definition at line 417 of file qvariant.h.

Member Function Documentation

◆ create()

static PrivateShared* QVariant::PrivateShared::create ( const QtPrivate::QMetaTypeInterface type)
inlinestatic

Definition at line 422 of file qvariant.h.

Here is the caller graph for this function:

◆ data() [1/2]

void* QVariant::PrivateShared::data ( )
inline

Definition at line 452 of file qvariant.h.

Here is the caller graph for this function:

◆ data() [2/2]

const void* QVariant::PrivateShared::data ( ) const
inline

Definition at line 450 of file qvariant.h.

Here is the caller graph for this function:

◆ free()

static void QVariant::PrivateShared::free ( PrivateShared p)
inlinestatic

Definition at line 441 of file qvariant.h.

Member Data Documentation

◆ offset

int QVariant::PrivateShared::offset

Definition at line 448 of file qvariant.h.

◆ ref

QAtomicInt QVariant::PrivateShared::ref

Definition at line 447 of file qvariant.h.


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