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

Public Attributes

const T val

Detailed Description

template<typename T>
struct HexString< T >

Definition at line 29 of file qhexstring_p.h.

Constructor & Destructor Documentation

◆ HexString()

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

Definition at line 31 of file qhexstring_p.h.

Member Function Documentation

◆ write()

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

Definition at line 35 of file qhexstring_p.h.

Member Data Documentation

◆ val

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

Definition at line 45 of file qhexstring_p.h.


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