Qt 4.8
|
#include <qderivedinteger_p.h>
Private Types | |
typedef qint64 | StorageType |
typedef StorageType | TemporaryStorageType |
Private Functions | |
DerivedIntegerDetails () | |
Static Private Attributes | |
static const DerivedIntegerLimitsUsage | limitsUsage = LimitBoth |
static const StorageType | maxInclusive = Q_INT64_C(9223372036854775807) |
static const StorageType | minInclusive = -(Q_INT64_C(9223372036854775807)) - 1 |
Friends | |
class | DerivedInteger< TypeLong > |
Definition at line 126 of file qderivedinteger_p.h.
|
private |
Definition at line 130 of file qderivedinteger_p.h.
|
private |
Definition at line 131 of file qderivedinteger_p.h.
|
inlineprivate |
|
friend |
Definition at line 129 of file qderivedinteger_p.h.
|
staticprivate |
Definition at line 140 of file qderivedinteger_p.h.
|
staticprivate |
Definition at line 132 of file qderivedinteger_p.h.
|
staticprivate |
This messy arithmetic expression ensures that we don't get a warning on neither GCC nor MSVC.
Definition at line 138 of file qderivedinteger_p.h.