Qt 4.8
Classes | Functions
qregexp.h File Reference
#include <QtCore/qstring.h>

Go to the source code of this file.

Classes

class  QRegExp
 The QRegExp class provides pattern matching using regular expressions. More...
 

Functions

Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &out, const QRegExp &regExp)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &in, QRegExp &regExp)
 
 Q_DECLARE_TYPEINFO (QRegExp, Q_MOVABLE_TYPE)
 

Function Documentation

◆ operator<<()

Q_CORE_EXPORT QDataStream& operator<< ( QDataStream out,
const QRegExp regExp 
)
related

◆ operator>>()

Q_CORE_EXPORT QDataStream& operator>> ( QDataStream in,
QRegExp regExp 
)
related

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QRegExp  ,
Q_MOVABLE_TYPE   
)