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

#include <qderivedinteger_p.h>

Private Types

typedef qint32 StorageType
 
typedef xsInteger TemporaryStorageType
 

Private Functions

 DerivedIntegerDetails ()
 

Static Private Attributes

static const DerivedIntegerLimitsUsage limitsUsage = LimitBoth
 
static const StorageType maxInclusive = Q_INT64_C(2147483647)
 
static const StorageType minInclusive = Q_INT64_C(-2147483648)
 

Friends

class DerivedInteger< TypeInt >
 

Detailed Description

template<>
class QPatternist::DerivedIntegerDetails< TypeInt >

Definition at line 107 of file qderivedinteger_p.h.

Typedefs

◆ StorageType

Definition at line 111 of file qderivedinteger_p.h.

◆ TemporaryStorageType

Definition at line 112 of file qderivedinteger_p.h.

Constructors and Destructors

◆ DerivedIntegerDetails()

Disable the default constructor.

Definition at line 120 of file qderivedinteger_p.h.

120 {}

Friends and Related Functions

◆ DerivedInteger< TypeInt >

friend class DerivedInteger< TypeInt >
friend

Definition at line 110 of file qderivedinteger_p.h.

Properties

◆ limitsUsage

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

Definition at line 115 of file qderivedinteger_p.h.

◆ maxInclusive

const StorageType QPatternist::DerivedIntegerDetails< TypeInt >::maxInclusive = Q_INT64_C(2147483647)
staticprivate

Definition at line 113 of file qderivedinteger_p.h.

◆ minInclusive

const StorageType QPatternist::DerivedIntegerDetails< TypeInt >::minInclusive = Q_INT64_C(-2147483648)
staticprivate

Definition at line 114 of file qderivedinteger_p.h.


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