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

#include <qderivedinteger_p.h>

Private Types

typedef qint16 StorageType
 
typedef xsInteger TemporaryStorageType
 

Private Functions

 DerivedIntegerDetails ()
 

Static Private Attributes

static const DerivedIntegerLimitsUsage limitsUsage = LimitBoth
 
static const StorageType maxInclusive = 32767
 
static const StorageType minInclusive = -32768
 

Friends

class DerivedInteger< TypeShort >
 

Detailed Description

template<>
class QPatternist::DerivedIntegerDetails< TypeShort >

Definition at line 227 of file qderivedinteger_p.h.

Typedefs

◆ StorageType

Definition at line 231 of file qderivedinteger_p.h.

◆ TemporaryStorageType

Definition at line 232 of file qderivedinteger_p.h.

Constructors and Destructors

◆ DerivedIntegerDetails()

Disable the default constructor.

Definition at line 240 of file qderivedinteger_p.h.

240 {}

Friends and Related Functions

◆ DerivedInteger< TypeShort >

friend class DerivedInteger< TypeShort >
friend

Definition at line 230 of file qderivedinteger_p.h.

Properties

◆ limitsUsage

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

Definition at line 235 of file qderivedinteger_p.h.

◆ maxInclusive

const StorageType QPatternist::DerivedIntegerDetails< TypeShort >::maxInclusive = 32767
staticprivate

Definition at line 233 of file qderivedinteger_p.h.

◆ minInclusive

const StorageType QPatternist::DerivedIntegerDetails< TypeShort >::minInclusive = -32768
staticprivate

Definition at line 234 of file qderivedinteger_p.h.


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