Qt 4.8
Public Types | List of all members
QTypeInfo< T > Class Template Reference

#include <qglobal.h>

Public Types

enum  {
  isPointer = false, isComplex = true, isStatic = true, isLarge = (sizeof(T)>sizeof(void*)),
  isDummy = false
}
 

Detailed Description

template<typename T>
class QTypeInfo< T >

Definition at line 2120 of file qglobal.h.

Enumerations

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
isPointer 
isComplex 
isStatic 
isLarge 
isDummy 

Definition at line 2123 of file qglobal.h.

2123  {
2124  isPointer = false,
2125  isComplex = true,
2126  isStatic = true,
2127  isLarge = (sizeof(T)>sizeof(void*)),
2128  isDummy = false
2129  };

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