Qt 4.8
Private Types | Private Functions | Static Private Attributes | Friends | List of all members
QPatternist::DerivedIntegerDetails< TypeUnsignedInt > Class Template Reference

#include <qderivedinteger_p.h>

Private Types

typedef quint32 StorageType
 
typedef qint64 TemporaryStorageType
 

Private Functions

 DerivedIntegerDetails ()
 

Static Private Attributes

static const DerivedIntegerLimitsUsage limitsUsage = LimitBoth
 
static const StorageType maxInclusive = Q_UINT64_C(4294967295)
 
static const StorageType minInclusive = 0
 

Friends

class DerivedInteger< TypeUnsignedInt >
 

Detailed Description

template<>
class QPatternist::DerivedIntegerDetails< TypeUnsignedInt >

Definition at line 265 of file qderivedinteger_p.h.

Typedefs

◆ StorageType

Definition at line 269 of file qderivedinteger_p.h.

◆ TemporaryStorageType

Definition at line 270 of file qderivedinteger_p.h.

Constructors and Destructors

◆ DerivedIntegerDetails()

Disable the default constructor.

Definition at line 278 of file qderivedinteger_p.h.

278 {}

Friends and Related Functions

◆ DerivedInteger< TypeUnsignedInt >

Definition at line 268 of file qderivedinteger_p.h.

Properties

◆ limitsUsage

const DerivedIntegerLimitsUsage QPatternist::DerivedIntegerDetails< TypeUnsignedInt >::limitsUsage = LimitBoth
staticprivate

Definition at line 273 of file qderivedinteger_p.h.

◆ maxInclusive

const StorageType QPatternist::DerivedIntegerDetails< TypeUnsignedInt >::maxInclusive = Q_UINT64_C(4294967295)
staticprivate

Definition at line 271 of file qderivedinteger_p.h.

◆ minInclusive

const StorageType QPatternist::DerivedIntegerDetails< TypeUnsignedInt >::minInclusive = 0
staticprivate

Definition at line 272 of file qderivedinteger_p.h.


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