LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
regexp.cpp File Reference
#include "regexp.h"
#include <QDataStream>
#include <QtDebug>
Include dependency graph for regexp.cpp:

Go to the source code of this file.

Namespaces

namespace  LC
namespace  LC::Util

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 61 of file regexp.cpp.

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

Here is the call graph for this function:

◆ operator>>()

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

Definition at line 69 of file regexp.cpp.