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

#include <qhexstring_p.h>

+ Collaboration diagram for HexString< T >:

Public Member Functions

 HexString (const T t)
 
void write (QChar *&dest) const
 
 HexString (const T t)
 
void write (QChar *&dest) const
 

Public Attributes

const T val
 

Detailed Description

template<typename T>
struct HexString< T >

Definition at line 28 of file qhexstring_p.h.

Constructor & Destructor Documentation

◆ HexString() [1/2]

template<typename T >
HexString< T >::HexString ( const T t)
inline

Definition at line 30 of file qhexstring_p.h.

◆ HexString() [2/2]

template<typename T >
HexString< T >::HexString ( const T t)
inline

Definition at line 289 of file qpaintengine_x11.cpp.

Member Function Documentation

◆ write() [1/2]

template<typename T >
void HexString< T >::write ( QChar *& dest) const
inline

Definition at line 34 of file qhexstring_p.h.

References i, and HexString< T >::val.

◆ write() [2/2]

template<typename T >
void HexString< T >::write ( QChar *& dest) const
inline

Definition at line 293 of file qpaintengine_x11.cpp.

References i.

Member Data Documentation

◆ val

template<typename T >
const T HexString< T >::val

Definition at line 44 of file qhexstring_p.h.

Referenced by HexString< T >::write().


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