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
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
 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 288 of file qpaintengine_x11.cpp.

Constructor & Destructor Documentation

◆ HexString() [1/3]

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

Definition at line 290 of file qpaintengine_x11.cpp.

References val.

◆ HexString() [2/3]

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

Definition at line 31 of file qhexstring_p.h.

◆ HexString() [3/3]

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

Definition at line 290 of file qpaintengine_x11.cpp.

Member Function Documentation

◆ write() [1/3]

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

Definition at line 35 of file qhexstring_p.h.

◆ write() [2/3]

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

Definition at line 294 of file qpaintengine_x11.cpp.

References val.

◆ write() [3/3]

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

Definition at line 294 of file qpaintengine_x11.cpp.

Member Data Documentation

◆ val

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

Definition at line 304 of file qpaintengine_x11.cpp.

Referenced by HexString(), and write().


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