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

#include <qderivedinteger_p.h>

Private Types

typedef quint64 StorageType
 
typedef StorageType TemporaryStorageType
 

Private Functions

 DerivedIntegerDetails ()
 

Static Private Attributes

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

Friends

class DerivedInteger< TypeUnsignedLong >
 

Detailed Description

template<>
class QPatternist::DerivedIntegerDetails< TypeUnsignedLong >

Definition at line 284 of file qderivedinteger_p.h.

Typedefs

◆ StorageType

Definition at line 288 of file qderivedinteger_p.h.

◆ TemporaryStorageType

Definition at line 289 of file qderivedinteger_p.h.

Constructors and Destructors

◆ DerivedIntegerDetails()

Disable the default constructor.

Definition at line 297 of file qderivedinteger_p.h.

297 {}

Friends and Related Functions

◆ DerivedInteger< TypeUnsignedLong >

Definition at line 287 of file qderivedinteger_p.h.

Properties

◆ limitsUsage

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

Definition at line 292 of file qderivedinteger_p.h.

◆ maxInclusive

const StorageType QPatternist::DerivedIntegerDetails< TypeUnsignedLong >::maxInclusive = Q_UINT64_C(18446744073709551615)
staticprivate

Definition at line 290 of file qderivedinteger_p.h.

◆ minInclusive

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

Definition at line 291 of file qderivedinteger_p.h.


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