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
QStringBuilderCommon< Builder, T > Struct Template Reference

#include <qstringbuilder.h>

+ Inheritance diagram for QStringBuilderCommon< Builder, T >:
+ Collaboration diagram for QStringBuilderCommon< Builder, T >:

Public Member Functions

toUpper () const
 
toLower () const
 

Protected Member Functions

resolved () const
 

Detailed Description

template<typename Builder, typename T>
struct QStringBuilderCommon< Builder, T >

Definition at line 56 of file qstringbuilder.h.

Member Function Documentation

◆ resolved()

template<typename Builder , typename T >
T QStringBuilderCommon< Builder, T >::resolved ( ) const
inlineprotected

Definition at line 62 of file qstringbuilder.h.

Referenced by QStringBuilderBase< Builder, QString >::toLatin1(), QStringBuilderBase< Builder, QString >::toLocal8Bit(), QStringBuilderCommon< Builder, T >::toLower(), QStringBuilderCommon< Builder, T >::toUpper(), and QStringBuilderBase< Builder, QString >::toUtf8().

+ Here is the caller graph for this function:

◆ toLower()

template<typename Builder , typename T >
T QStringBuilderCommon< Builder, T >::toLower ( ) const
inline

Definition at line 59 of file qstringbuilder.h.

References QStringBuilderCommon< Builder, T >::resolved().

+ Here is the call graph for this function:

◆ toUpper()

template<typename Builder , typename T >
T QStringBuilderCommon< Builder, T >::toUpper ( ) const
inline

Definition at line 58 of file qstringbuilder.h.

References QStringBuilderCommon< Builder, T >::resolved().

+ Here is the call graph for this function:

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