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
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 57 of file qstringbuilder.h.

Member Function Documentation

◆ resolved()

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

Definition at line 63 of file qstringbuilder.h.

Referenced by toLower(), and toUpper().

Here is the caller graph for this function:

◆ toLower()

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

Definition at line 60 of file qstringbuilder.h.

References 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 59 of file qstringbuilder.h.

References resolved().

Here is the call graph for this function:

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