Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QConcatenable< HexString< T > > Struct Template Reference

#include <qhexstring_p.h>

Collaboration diagram for QConcatenable< HexString< T > >:

Public Types

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

Static Public Member Functions

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

Detailed Description

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

Definition at line 50 of file qhexstring_p.h.

Member Typedef Documentation

◆ ConvertTo

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

Definition at line 56 of file qhexstring_p.h.

◆ type

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

Definition at line 52 of file qhexstring_p.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T>
anonymous enum
Enumerator
ExactSize 

Definition at line 53 of file qhexstring_p.h.

Member Function Documentation

◆ appendTo()

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

Definition at line 55 of file qhexstring_p.h.

◆ size()

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

Definition at line 54 of file qhexstring_p.h.


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