QtBase  v6.3.1
Classes | Functions
tst_bench_qstring.cpp File Reference
#include <QStringList>
#include <QFile>
#include <QTest>
#include <limits>
#include "tst_bench_qstring.moc"
Include dependency graph for tst_bench_qstring.cpp:

Go to the source code of this file.

Classes

class  tst_QString
 

Functions

template<typename RX >
QString escape (const QString &s)
 
template<>
QString escape< QString > (const QString &s)
 
template<typename RX >
void optimize (RX &)
 
template<>
void optimize (QRegularExpression &rx)
 
template<typename Integer >
void number_integer_common ()
 

Function Documentation

◆ escape()

template<typename RX >
QString escape ( const QString s)
inline

Definition at line 85 of file tst_bench_qstring.cpp.

Here is the caller graph for this function:

◆ escape< QString >()

template<>
QString escape< QString > ( const QString s)
inline

Definition at line 89 of file tst_bench_qstring.cpp.

◆ number_integer_common()

template<typename Integer >
void number_integer_common ( )

Definition at line 215 of file tst_bench_qstring.cpp.

Here is the call graph for this function:

◆ optimize() [1/2]

template<>
void optimize ( QRegularExpression rx)
inline

Definition at line 96 of file tst_bench_qstring.cpp.

◆ optimize() [2/2]

template<typename RX >
void optimize ( RX &  )
inline

Definition at line 93 of file tst_bench_qstring.cpp.

Here is the caller graph for this function: