Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: doc/singletons.dox

Issue 5750789393874944: [IE] First round of ATL removal (Closed)
Patch Set: Created June 20, 2014, 9:22 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: doc/singletons.dox
===================================================================
new file mode 100644
--- /dev/null
+++ b/doc/singletons.dox
@@ -0,0 +1,33 @@
+/*!
+
+\page Singletons Singletons
+
+Other functions to investigate: FindInstance, CreateInstance, GetModuleInstance, GetMimeFilterClientInstance, ReleaseMimeFilterClientInstance
+
+
+\section singleton_cadblockplusclient CAdblockPlusClient
+
+The \ref CAdblockPlusClient class (also called \ref CPluginClient) ...
+
+Instance accessor is called \ref CPluginClient::GetInstance "GetInstance".
+
+\section singleton_cpluginsettings CPluginSettings
+
+The \ref CPluginSettings class ...
+
+Instance accessor is called \ref CPluginSettings::GetInstance "GetInstance".
+
+\section singleton_cpluginsystem CPluginSystem
+
+The \ref CPluginSystem class ...
+
+Instance accessor is called \ref CPluginSystem::GetInstance "GetInstance".
+
+\section singleton_dictionary Dictionary
+
+The \ref Dictionary class uses locale-specific translation files on disk.
+
+Instance accessor is called \ref Dictionary::GetInstance "GetInstance".
+
+
+*/
« no previous file with comments | « doc/mainpage.dox ('k') | src/plugin/ATL_Deprecate.h » ('j') | src/plugin/AdblockPlusClient.h » ('J')

Powered by Google App Engine
This is Rietveld