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

#include <qderivedinteger_p.h>

Private Types

typedef quint8 StorageType
 
typedef qint64 TemporaryStorageType
 

Private Functions

 DerivedIntegerDetails ()
 

Static Private Attributes

static const DerivedIntegerLimitsUsage limitsUsage = LimitBoth
 
static const StorageType maxInclusive = 255
 
static const StorageType minInclusive = 0
 

Friends

class DerivedInteger< TypeUnsignedByte >
 

Detailed Description

template<>
class QPatternist::DerivedIntegerDetails< TypeUnsignedByte >

Definition at line 246 of file qderivedinteger_p.h.

Typedefs

◆ StorageType

Definition at line 250 of file qderivedinteger_p.h.

◆ TemporaryStorageType

Definition at line 251 of file qderivedinteger_p.h.

Constructors and Destructors

◆ DerivedIntegerDetails()

Disable the default constructor.

Definition at line 259 of file qderivedinteger_p.h.

259 {}

Friends and Related Functions

◆ DerivedInteger< TypeUnsignedByte >

Definition at line 249 of file qderivedinteger_p.h.

Properties

◆ limitsUsage

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

Definition at line 254 of file qderivedinteger_p.h.

◆ maxInclusive

const StorageType QPatternist::DerivedIntegerDetails< TypeUnsignedByte >::maxInclusive = 255
staticprivate

Definition at line 252 of file qderivedinteger_p.h.

◆ minInclusive

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

Definition at line 253 of file qderivedinteger_p.h.


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