Qt 4.8
Static Public Functions | List of all members
QDeclarativePrivate::StaticCastSelectorClass< From, To, sizeof(int)> Struct Template Reference

#include <qdeclarativeprivate.h>

Static Public Functions

static int cast ()
 

Detailed Description

template<class From, class To>
struct QDeclarativePrivate::StaticCastSelectorClass< From, To, sizeof(int)>

Definition at line 108 of file qdeclarativeprivate.h.

Functions

◆ cast()

template<class From , class To >
static int QDeclarativePrivate::StaticCastSelectorClass< From, To, sizeof(int)>::cast ( )
inlinestatic

Definition at line 110 of file qdeclarativeprivate.h.

110 { return int(reinterpret_cast<quintptr>(static_cast<To *>(reinterpret_cast<From *>(0x10000000)))) - 0x10000000; }

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