Falkon Develop
Cross-platform Qt-based web browser
AdBlockSearchTree Class Reference

#include <adblocksearchtree.h>

Public Member Functions

 AdBlockSearchTree ()
 
 ~AdBlockSearchTree ()
 
void clear ()
 
bool add (const AdBlockRule *rule)
 
const AdBlockRulefind (const QWebEngineUrlRequestInfo &request, const QString &domain, const QString &urlString) const
 

Detailed Description

Definition at line 30 of file adblocksearchtree.h.

Constructor & Destructor Documentation

◆ AdBlockSearchTree()

AdBlockSearchTree::AdBlockSearchTree ( )
explicit

Definition at line 23 of file adblocksearchtree.cpp.

◆ ~AdBlockSearchTree()

AdBlockSearchTree::~AdBlockSearchTree ( )

Definition at line 28 of file adblocksearchtree.cpp.

Member Function Documentation

◆ add()

bool AdBlockSearchTree::add ( const AdBlockRule rule)

Definition at line 39 of file adblocksearchtree.cpp.

◆ clear()

void AdBlockSearchTree::clear ( )

Definition at line 33 of file adblocksearchtree.cpp.

◆ find()

const AdBlockRule * AdBlockSearchTree::find ( const QWebEngineUrlRequestInfo &  request,
const QString &  domain,
const QString &  urlString 
) const

Definition at line 71 of file adblocksearchtree.cpp.


The documentation for this class was generated from the following files: