Qt 4.8
Public Types | Static Public Functions | List of all members
QConcatenable< HexString< T > > Struct Template Reference

#include <qstylehelper_p.h>

Public Types

enum  { ExactSize = true }
 
typedef QString ConvertTo
 
typedef HexString< T > type
 

Static Public Functions

static void appendTo (const HexString< T > &str, QChar *&out)
 
static int size (const HexString< T > &)
 

Detailed Description

template<typename T>
struct QConcatenable< HexString< T > >

Definition at line 107 of file qstylehelper_p.h.

Typedefs

◆ ConvertTo

template<typename T >
typedef QString QConcatenable< HexString< T > >::ConvertTo

Definition at line 113 of file qstylehelper_p.h.

◆ type

template<typename T >
typedef HexString<T> QConcatenable< HexString< T > >::type

Definition at line 109 of file qstylehelper_p.h.

Enumerations

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
ExactSize 

Definition at line 110 of file qstylehelper_p.h.

Functions

◆ appendTo()

template<typename T >
static void QConcatenable< HexString< T > >::appendTo ( const HexString< T > &  str,
QChar *&  out 
)
inlinestatic

Definition at line 112 of file qstylehelper_p.h.

112 { str.write(out); }
void write(QChar *&dest) const

◆ size()

template<typename T >
static int QConcatenable< HexString< T > >::size ( const HexString< T > &  )
inlinestatic

Definition at line 111 of file qstylehelper_p.h.

111 { return sizeof(T) * 2; }

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