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

#include <qderivedinteger_p.h>

Private Types

typedef qint8 StorageType
 
typedef xsInteger TemporaryStorageType
 

Private Functions

 DerivedIntegerDetails ()
 

Static Private Attributes

static const DerivedIntegerLimitsUsage limitsUsage = LimitBoth
 
static const StorageType maxInclusive = 127
 
static const StorageType minInclusive = -128
 

Friends

class DerivedInteger< TypeByte >
 

Detailed Description

template<>
class QPatternist::DerivedIntegerDetails< TypeByte >

Definition at line 88 of file qderivedinteger_p.h.

Typedefs

◆ StorageType

Definition at line 92 of file qderivedinteger_p.h.

◆ TemporaryStorageType

Definition at line 93 of file qderivedinteger_p.h.

Constructors and Destructors

◆ DerivedIntegerDetails()

Disable the default constructor.

Definition at line 101 of file qderivedinteger_p.h.

101 {}

Friends and Related Functions

◆ DerivedInteger< TypeByte >

friend class DerivedInteger< TypeByte >
friend

Definition at line 91 of file qderivedinteger_p.h.

Properties

◆ limitsUsage

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

Definition at line 96 of file qderivedinteger_p.h.

◆ maxInclusive

const StorageType QPatternist::DerivedIntegerDetails< TypeByte >::maxInclusive = 127
staticprivate

Definition at line 94 of file qderivedinteger_p.h.

◆ minInclusive

const StorageType QPatternist::DerivedIntegerDetails< TypeByte >::minInclusive = -128
staticprivate

Definition at line 95 of file qderivedinteger_p.h.


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