QVariant::PrivateShared Struct Reference


Detailed Description

Definition at line 349 of file qvariant.h.

#include <qvariant.h>

List of all members.

Public Member Functions

  PrivateShared (void *v)

Public Attributes

void *  ptr
QAtomicInt  ref

Constructor & Destructor Documentation

PrivateShared ( void *  v ) [inline]

Definition at line 351 of file qvariant.h.

: ptr(v), ref(1) { }

Member Data Documentation

void* ptr

Definition at line 352 of file qvariant.h.


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