QtPrivate Namespace Reference

QtPrivate Namespace Reference

Classes

class  HasResultType
 
struct  LazyResultType
 
struct  LazyResultType< Functor, false >
 
struct  MapResultType
 
struct  MapResultType< InputSequence< T >, MapFunctor >
 
struct  MapResultType< InputSequence< T >, U(*)(V)>
 
struct  MapResultType< InputSequence< T >, U(C::*)() const >
 
struct  MapResultType< QStringList, MapFunctor >
 
struct  MapResultType< QStringList, U(*)(V)>
 
struct  MapResultType< QStringList, U(C::*)() const >
 
struct  MapResultType< void, T(C::*)() const >
 
struct  MapResultType< void, U(*)(V)>
 
struct  PushBackWrapper
 
struct  QMetaTypeIdHelper
 
struct  QMetaTypeIdHelper< T, false >
 
struct  QScopedArrayEnsureSameType
 
struct  QScopedArrayEnsureSameType< const X, X >
 
struct  QScopedArrayEnsureSameType< X, X >
 
struct  ReduceResultType
 
struct  ReduceResultType< T(C::*)(U)>
 
struct  ReduceResultType< void(*)(U &, V)>
 

Functions

void Q_CORE_EXPORT QStringList_sort (QStringList *that)
 
int Q_CORE_EXPORT QStringList_removeDuplicates (QStringList *that)
 
QString Q_CORE_EXPORT QStringList_join (const QStringList *that, const QString &sep)
 
QStringList Q_CORE_EXPORT QStringList_filter (const QStringList *that, const QString &str, Qt::CaseSensitivity cs)
 
QBool Q_CORE_EXPORT QStringList_contains (const QStringList *that, const QString &str, Qt::CaseSensitivity cs)
 
void Q_CORE_EXPORT QStringList_replaceInStrings (QStringList *that, const QString &before, const QString &after, Qt::CaseSensitivity cs)
 
void Q_CORE_EXPORT QStringList_replaceInStrings (QStringList *that, const QRegExp &rx, const QString &after)
 
QStringList Q_CORE_EXPORT QStringList_filter (const QStringList *that, const QRegExp &re)
 
int Q_CORE_EXPORT QStringList_indexOf (const QStringList *that, const QRegExp &rx, int from)
 
int Q_CORE_EXPORT QStringList_lastIndexOf (const QStringList *that, const QRegExp &rx, int from)
 
int Q_CORE_EXPORT QStringList_indexOf (const QStringList *that, QRegExp &rx, int from)
 
int Q_CORE_EXPORT QStringList_lastIndexOf (const QStringList *that, QRegExp &rx, int from)
 
template<typename T >
const T & createFunctionWrapper (const T &t)
 
template<typename T , typename U >
QtConcurrent::FunctionWrapper1< T, U > createFunctionWrapper (T(*func)(U))
 
template<typename T , typename C >
QtConcurrent::MemberFunctionWrapper< T, C > createFunctionWrapper (T(C::*func)())
 
template<typename T , typename C , typename U >
QtConcurrent::MemberFunctionWrapper1< T, C, U > createFunctionWrapper (T(C::*func)(U))
 
template<typename T , typename C >
QtConcurrent::ConstMemberFunctionWrapper< T, C > createFunctionWrapper (T(C::*func)() const)
 

Function Documentation

void Q_CORE_EXPORT QtPrivate::QStringList_sort ( QStringList that)
int Q_CORE_EXPORT QtPrivate::QStringList_removeDuplicates ( QStringList that)
QString Q_CORE_EXPORT QtPrivate::QStringList_join ( const QStringList that,
const QString sep 
)
QStringList Q_CORE_EXPORT QtPrivate::QStringList_filter ( const QStringList that,
const QString str,
Qt::CaseSensitivity  cs 
)
QBool Q_CORE_EXPORT QtPrivate::QStringList_contains ( const QStringList that,
const QString str,
Qt::CaseSensitivity  cs 
)
void Q_CORE_EXPORT QtPrivate::QStringList_replaceInStrings ( QStringList that,
const QString before,
const QString after,
Qt::CaseSensitivity  cs 
)
void Q_CORE_EXPORT QtPrivate::QStringList_replaceInStrings ( QStringList that,
const QRegExp rx,
const QString after 
)
QStringList Q_CORE_EXPORT QtPrivate::QStringList_filter ( const QStringList that,
const QRegExp re 
)
int Q_CORE_EXPORT QtPrivate::QStringList_indexOf ( const QStringList that,
const QRegExp rx,
int  from 
)
int Q_CORE_EXPORT QtPrivate::QStringList_lastIndexOf ( const QStringList that,
const QRegExp rx,
int  from 
)
int Q_CORE_EXPORT QtPrivate::QStringList_indexOf ( const QStringList that,
QRegExp rx,
int  from 
)
int Q_CORE_EXPORT QtPrivate::QStringList_lastIndexOf ( const QStringList that,
QRegExp rx,
int  from 
)
const T& QtPrivate::createFunctionWrapper ( const T &  t)

Definition at line 169 of file qtconcurrentfunctionwrappers.h.

170 {
171  return t;
172 }
GLdouble GLdouble t
Definition: GLee.h:1181
QtConcurrent::FunctionWrapper1<T, U> QtPrivate::createFunctionWrapper ( T(*)(U)  func)
QtConcurrent::MemberFunctionWrapper<T, C> QtPrivate::createFunctionWrapper ( T(C::*)()  func)
QtConcurrent::MemberFunctionWrapper1<T, C, U> QtPrivate::createFunctionWrapper ( T(C::*)(U)  func)
QtConcurrent::ConstMemberFunctionWrapper<T, C> QtPrivate::createFunctionWrapper ( T(C::*)() const  func)