LeechCraft  0.6.70-10870-g558588d6ec
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 &)
 

Function Documentation

◆ operator<<()

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

Definition at line 239 of file regexp.cpp.

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

+ Here is the call graph for this function:

◆ operator>>()

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

Definition at line 247 of file regexp.cpp.