libadblockplus
|
▼NAdblockPlus | Main namespace of libadblockplus |
CActiveObject | The implementation of active object pattern, simply put it sequentially executes posted callable objects in a single background thread |
CAppInfo | Information about the app using libadblockplus |
CAsyncExecutor | Spawns a new thread for each task and waits for finishing of all spawned threads in the destructor |
CDefaultLogSystem | LogSystem implementation that writes messages to stderr |
CDefaultPlatformBuilder | A helper class allowing to construct a default Platform and to obtain the Scheduler used by Platform before the latter is constructed |
CFilter | Wrapper for an Adblock Plus filter object |
▼CFilterEngine | Main component of libadblockplus |
CCreationParameters | FilterEngine creation parameters |
▼CIFileSystem | File system interface |
CStatResult | Result of a stat operation, i.e. information about a file |
CITimer | Timer manager interface |
CIV8IsolateProvider | Provides with isolate |
CIWebRequest | Web request interface used to implement XMLHttpRequest |
CIWebRequestSync | Private functionality |
▼CJsEngine | JavaScript engine used by FilterEngine , wraps v8 |
CJsWeakValuesID | An opaque structure representing ID of stored JsValueList |
CJsValue | Wrapper for JavaScript values |
CLogSystem | Logging interface |
CNotification | Wrapper for an Adblock Plus notification object |
CNotificationTexts | Contains notification title and message |
COptionalAsyncExecutor | This class provides the same interface as AsyncExecutor but allows in a thread-safe manner invalidate internally held implementation of AsyncExecutor |
▼CPlatform | AdblockPlus platform is the main component providing access to other modules |
CCreationParameters | Platform creation parameters |
CReferrerMapping | Stores a mapping between URLs and their referrers |
CServerResponse | HTTP response |
CSubscription | Wrapper for a subscription object |
CSynchronizedCollection | Wrapper around Container providing few generic methods which ensure that the underlying container is accessed only by one thread at the same time |
▼Nv8 | |
CFunctionCallbackInfo | |
CGlobal | |
CLocal |