LeechCraft  0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
regexp.h File Reference
#include "sllconfig.h"
#include <memory>
#include <QString>
#include <QMetaType>
+ Include dependency graph for regexp.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LeechCraft::Util::RegExp
 

Namespaces

 LeechCraft
 
 LeechCraft::Util
 

Functions

UTIL_SLL_API QDataStream & operator<< (QDataStream &, const LeechCraft::Util::RegExp &)
 
UTIL_SLL_API QDataStream & operator>> (QDataStream &, LeechCraft::Util::RegExp &)
 
 Q_DECLARE_METATYPE (LeechCraft::Util::RegExp)
 

Function Documentation

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

Definition at line 234 of file regexp.cpp.

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

+ Here is the call graph for this function:

UTIL_SLL_API QDataStream& operator>> ( QDataStream &  ,
LeechCraft::Util::RegExp  
)

Definition at line 242 of file regexp.cpp.

Q_DECLARE_METATYPE ( LeechCraft::Util::RegExp  )