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
QtPrivate::QVariantTypeCoercer Class Reference

#include <qvariant.h>

+ Collaboration diagram for QtPrivate::QVariantTypeCoercer:

Public Member Functions

const voidconvert (const QVariant &value, const QMetaType &type)
 
const voidcoerce (const QVariant &value, const QMetaType &type)
 

Detailed Description

Definition at line 821 of file qvariant.h.

Member Function Documentation

◆ coerce()

const void * QtPrivate::QVariantTypeCoercer::coerce ( const QVariant & value,
const QMetaType & type )

Definition at line 2900 of file qvariant.cpp.

References convert().

Referenced by QSequentialIterable::addValue(), QSequentialIterable::set(), and QAssociativeIterable::value().

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

◆ convert()

const void * QtPrivate::QVariantTypeCoercer::convert ( const QVariant & value,
const QMetaType & type )

Definition at line 2880 of file qvariant.cpp.

References QVariant::constData(), and QVariant::convert().

+ Here is the call graph for this function:

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