2022-05-09 15:32:58 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2022-11-26 18:19:17 +00:00
< meta name = "generator" content = "Doxygen 1.9.1" / >
2022-05-09 15:32:58 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > GpgFrontend Project: GpgFrontend::SingletonStorageCollection Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > GpgFrontend Project
< / div >
< div id = "projectbrief" > A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-11-26 18:19:17 +00:00
<!-- Generated by Doxygen 1.9.1 -->
2022-05-09 15:32:58 +00:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2022-11-26 18:19:17 +00:00
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
2022-05-09 15:32:58 +00:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classGpgFrontend_1_1SingletonStorageCollection.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
2024-01-23 07:22:33 +00:00
< a href = "#nested-classes" > Classes< / a > |
2022-05-09 15:32:58 +00:00
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-static-methods" > Static Public Member Functions< / a > |
< a href = "#pri-attribs" > Private Attributes< / a > |
< a href = "classGpgFrontend_1_1SingletonStorageCollection-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > GpgFrontend::SingletonStorageCollection Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< div class = "dynheader" >
Collaboration diagram for GpgFrontend::SingletonStorageCollection:< / div >
< div class = "dyncontent" >
2022-11-26 18:19:17 +00:00
< div class = "center" > < img src = "classGpgFrontend_1_1SingletonStorageCollection__coll__graph.png" border = "0" usemap = "#aGpgFrontend_1_1SingletonStorageCollection_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "aGpgFrontend_1_1SingletonStorageCollection_coll__map" id = "aGpgFrontend_1_1SingletonStorageCollection_coll__map" >
2024-01-23 07:22:33 +00:00
< area shape = "rect" title = " " alt = "" coords = "5,5,240,156" / >
2022-05-09 15:32:58 +00:00
< / map >
< / div >
< table class = "memberdecls" >
2024-01-23 07:22:33 +00:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html" > Impl< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2022-05-09 15:32:58 +00:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2024-01-23 07:22:33 +00:00
< tr class = "memitem:aeb36a7e69c74c1212b44b841b9114953" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1SingletonStorageCollection.html#aeb36a7e69c74c1212b44b841b9114953" > GetSingletonStorage< / a > (const std::type_info & ) -> < a class = "el" href = "classGpgFrontend_1_1SingletonStorage.html" > SingletonStorage< / a > *< / td > < / tr >
< tr class = "memdesc:aeb36a7e69c74c1212b44b841b9114953" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Get the Singleton Storage object. < a href = "classGpgFrontend_1_1SingletonStorageCollection.html#aeb36a7e69c74c1212b44b841b9114953" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aeb36a7e69c74c1212b44b841b9114953" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-09 15:32:58 +00:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-methods" > < / a >
Static Public Member Functions< / h2 > < / td > < / tr >
2024-01-23 07:22:33 +00:00
< tr class = "memitem:a4bba0f1f2880648909af6824bcef9568" > < td class = "memItemLeft" align = "right" valign = "top" > static auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1SingletonStorageCollection.html#a4bba0f1f2880648909af6824bcef9568" > GetInstance< / a > (bool force_refresh) -> < a class = "el" href = "classGpgFrontend_1_1SingletonStorageCollection.html" > SingletonStorageCollection< / a > *< / td > < / tr >
< tr class = "memdesc:a4bba0f1f2880648909af6824bcef9568" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Get the Instance object. < a href = "classGpgFrontend_1_1SingletonStorageCollection.html#a4bba0f1f2880648909af6824bcef9568" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a4bba0f1f2880648909af6824bcef9568" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a26ecd14c1d0409c489b38e20c069ddc7" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a26ecd14c1d0409c489b38e20c069ddc7" > < / a >
static void  < / td > < td class = "memItemRight" valign = "bottom" > < b > Destroy< / b > ()< / td > < / tr >
< tr class = "separator:a26ecd14c1d0409c489b38e20c069ddc7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-09 15:32:58 +00:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
2024-01-23 07:22:33 +00:00
< tr class = "memitem:a3cc98901f3aa8f805d050b1bfca57889" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a3cc98901f3aa8f805d050b1bfca57889" > < / a >
SecureUniquePtr< < a class = "el" href = "classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html" > Impl< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < b > p_< / b > < / td > < / tr >
< tr class = "separator:a3cc98901f3aa8f805d050b1bfca57889" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-09 15:32:58 +00:00
< / table >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2024-01-23 07:22:33 +00:00
< a id = "a4bba0f1f2880648909af6824bcef9568" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4bba0f1f2880648909af6824bcef9568" > ◆ < / a > < / span > GetInstance()< / h2 >
2022-05-09 15:32:58 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2024-01-23 07:22:33 +00:00
< td class = "memname" > auto GpgFrontend::SingletonStorageCollection::GetInstance < / td >
2022-05-09 15:32:58 +00:00
< td > (< / td >
2022-12-22 08:19:55 +00:00
< td class = "paramtype" > bool  < / td >
2024-01-23 07:22:33 +00:00
< td class = "paramname" > < em > force_refresh< / em > < / td > < td > )< / td >
< td > -> < a class = "el" href = "classGpgFrontend_1_1SingletonStorageCollection.html" > SingletonStorageCollection< / a > *< / td >
2022-05-09 15:32:58 +00:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Get the Instance object. < / p >
< dl class = "section return" > < dt > Returns< / dt > < dd > SingletonStorageCollection* < / dd > < / dl >
2024-01-23 07:22:33 +00:00
< p class = "reference" > Referenced by < a class = "el" href = "classGpgFrontend_1_1SingletonFunctionObject.html#aa7b5db19f3a130886f43607a345a0e1d" > GpgFrontend::SingletonFunctionObject< T > ::GetAllChannelId()< / a > , < a class = "el" href = "namespaceGpgFrontend.html#a0f6c508ed7db841c0eaf5907c7612ff6" > GpgFrontend::GetChannelObjectInstance()< / a > , and < a class = "el" href = "classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106" > GpgFrontend::SingletonFunctionObject< T > ::ReleaseChannel()< / a > .< / p >
2022-05-09 15:32:58 +00:00
< / div >
< / div >
2024-01-23 07:22:33 +00:00
< a id = "aeb36a7e69c74c1212b44b841b9114953" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeb36a7e69c74c1212b44b841b9114953" > ◆ < / a > < / span > GetSingletonStorage()< / h2 >
2022-05-09 15:32:58 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2024-01-23 07:22:33 +00:00
< td class = "memname" > auto GpgFrontend::SingletonStorageCollection::GetSingletonStorage < / td >
2022-05-09 15:32:58 +00:00
< td > (< / td >
< td class = "paramtype" > const std::type_info &   < / td >
< td class = "paramname" > < em > type_id< / em > < / td > < td > )< / td >
2024-01-23 07:22:33 +00:00
< td > -> < a class = "el" href = "classGpgFrontend_1_1SingletonStorage.html" > SingletonStorage< / a > *< / td >
2022-05-09 15:32:58 +00:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Get the Singleton Storage object. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > singleton_function_object< / td > < td > < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > SingletonStorage* < / dd > < / dl >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
2024-01-23 07:22:33 +00:00
< li > src/core/function/basic/< a class = "el" href = "SingletonStorageCollection_8h_source.html" > SingletonStorageCollection.h< / a > < / li >
< li > src/core/function/basic/SingletonStorageCollection.cpp< / li >
2022-05-09 15:32:58 +00:00
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespaceGpgFrontend.html" > GpgFrontend< / a > < / li > < li class = "navelem" > < a class = "el" href = "classGpgFrontend_1_1SingletonStorageCollection.html" > SingletonStorageCollection< / a > < / li >
2022-11-26 18:19:17 +00:00
< li class = "footer" > Generated by < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.9.1 < / li >
2022-05-09 15:32:58 +00:00
< / ul >
< / div >
< / body >
< / html >