QtBase  v6.3.1
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Data Struct Reference
Inheritance diagram for Data:
Inheritance graph
[legend]

Public Member Functions

 Data ()
 
virtual ~Data ()
 
void doDelete ()
 
bool alsoDelete ()
 
virtual void virtualDelete ()
 
virtual int classLevel ()
 

Public Attributes

int generation
 
float pos [2]
 
float dir
 
quint32 pad [1]
 

Static Public Attributes

static int destructorCounter = 0
 
static int generationCounter = 0
 

Detailed Description

Definition at line 2695 of file tst_qvariant.cpp.

Constructor & Destructor Documentation

◆ Data()

Data::Data ( )
inline

Definition at line 169 of file tst_qsharedpointer.cpp.

◆ ~Data()

virtual Data::~Data ( )
inlinevirtual

Definition at line 172 of file tst_qsharedpointer.cpp.

Member Function Documentation

◆ alsoDelete()

bool Data::alsoDelete ( )
inline

Definition at line 185 of file tst_qsharedpointer.cpp.

Here is the call graph for this function:

◆ classLevel()

virtual int Data::classLevel ( )
inlinevirtual

Reimplemented in VirtualDerived, DiffPtrDerivedData, and DerivedData.

Definition at line 196 of file tst_qsharedpointer.cpp.

◆ doDelete()

void Data::doDelete ( )
inline

Definition at line 180 of file tst_qsharedpointer.cpp.

Here is the caller graph for this function:

◆ virtualDelete()

virtual void Data::virtualDelete ( )
inlinevirtual

Reimplemented in DerivedData.

Definition at line 191 of file tst_qsharedpointer.cpp.

Member Data Documentation

◆ destructorCounter

int Data::destructorCounter = 0
static

Definition at line 165 of file tst_qsharedpointer.cpp.

◆ dir

float Data::dir

Definition at line 77 of file computebuffer.cpp.

◆ generation

int Data::generation

Definition at line 167 of file tst_qsharedpointer.cpp.

◆ generationCounter

int Data::generationCounter = 0
static

Definition at line 166 of file tst_qsharedpointer.cpp.

◆ pad

quint32 Data::pad[1]

Definition at line 78 of file computebuffer.cpp.

◆ pos

float Data::pos[2]

Definition at line 76 of file computebuffer.cpp.


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