OLD | NEW |
(Empty) | |
| 1 /*! |
| 2 |
| 3 \page Singletons Singletons |
| 4 |
| 5 Other functions to investigate: FindInstance, CreateInstance, GetModuleInstance,
GetMimeFilterClientInstance, ReleaseMimeFilterClientInstance |
| 6 |
| 7 |
| 8 \section singleton_cadblockplusclient CAdblockPlusClient |
| 9 |
| 10 The \ref CAdblockPlusClient class (also called \ref CPluginClient) ... |
| 11 |
| 12 Instance accessor is called \ref CPluginClient::GetInstance "GetInstance". |
| 13 |
| 14 \section singleton_cpluginsettings CPluginSettings |
| 15 |
| 16 The \ref CPluginSettings class ... |
| 17 |
| 18 Instance accessor is called \ref CPluginSettings::GetInstance "GetInstance". |
| 19 |
| 20 \section singleton_cpluginsystem CPluginSystem |
| 21 |
| 22 The \ref CPluginSystem class ... |
| 23 |
| 24 Instance accessor is called \ref CPluginSystem::GetInstance "GetInstance". |
| 25 |
| 26 \section singleton_dictionary Dictionary |
| 27 |
| 28 The \ref Dictionary class uses locale-specific translation files on disk. |
| 29 |
| 30 Instance accessor is called \ref Dictionary::GetInstance "GetInstance". |
| 31 |
| 32 |
| 33 */ |
OLD | NEW |