LeechCraft  %{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
regexp.cpp File Reference
#include "regexp.h"
#include <QtDebug>
#include <QRegExp>
+ Include dependency graph for regexp.cpp:

Go to the source code of this file.

Classes

struct  LeechCraft::Util::RegExpImpl
 

Namespaces

 LeechCraft
 
 LeechCraft::Util
 

Functions

QDataStream & operator<< (QDataStream &out, const LeechCraft::Util::RegExp &rx)
 
QDataStream & operator>> (QDataStream &in, LeechCraft::Util::RegExp &rx)
 

Function Documentation

QDataStream& operator<< ( QDataStream &  out,
const LeechCraft::Util::RegExp rx 
)

Definition at line 233 of file regexp.cpp.

References LeechCraft::Util::RegExp::GetCaseSensitivity(), and LeechCraft::Util::RegExp::GetPattern().

+ Here is the call graph for this function:

QDataStream& operator>> ( QDataStream &  in,
LeechCraft::Util::RegExp rx 
)

Definition at line 241 of file regexp.cpp.