2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
< title > PhasicFlow: ListPtr< T > Class Template 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 >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.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;" >
2023-04-02 14:53:54 -07:00
< div id = "projectname" > < a href = "www.github.com/PhasicFlow" > PhasicFlow< / a >
  < span id = "projectnumber" > < a href = "www.github.com/PhasicFlow" > v0.1< / a > < / span >
2023-03-27 10:16:23 -07:00
< / div >
2023-04-02 14:53:54 -07:00
< div id = "projectbrief" > < a href = "https://cemf.ir" > www.cemf.ir< / a > < / div >
2023-03-27 10:16:23 -07:00
< / td >
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / 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('classpFlow_1_1ListPtr.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" >
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-static-methods" > Static Public Member Functions< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1ListPtr-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > ListPtr< T > Class Template Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for ListPtr< T > :< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1ListPtr__inherit__graph.png" border = "0" usemap = "#ListPtr_3_01T_01_4_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "ListPtr_3_01T_01_4_inherit__map" id = "ListPtr_3_01T_01_4_inherit__map" >
< area shape = "rect" title = " " alt = "" coords = "5,65,107,92" / >
< area shape = "rect" href = "classpFlow_1_1ListPtr.html" title = " " alt = "" coords = "343,5,523,32" / >
< area shape = "rect" href = "classpFlow_1_1ListPtr.html" title = " " alt = "" coords = "341,58,524,99" / >
< area shape = "rect" href = "classpFlow_1_1ListPtr.html" title = " " alt = "" coords = "323,124,543,151" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:a25f8f6a9feb5d2b67d0bbf95ba5a364b" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > = < a class = "el" href = "classpFlow_1_1ListPtr.html" > ListPtr< / a > < T > < / td > < / tr >
< tr class = "separator:a25f8f6a9feb5d2b67d0bbf95ba5a364b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a26d2efd1d748cb6e0320b66f10a13887" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a26d2efd1d748cb6e0320b66f10a13887" > listType< / a > = std::list< T * > < / td > < / tr >
< tr class = "separator:a26d2efd1d748cb6e0320b66f10a13887" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:acbdee50fa54098fa4d52858425125477" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#acbdee50fa54098fa4d52858425125477" > TypeInfoTemplateNV< / a > (" ListPtr" , T)< / td > < / tr >
< tr class = "separator:acbdee50fa54098fa4d52858425125477" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a157eaa2ca5316f90c1dc8b818e551499" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a157eaa2ca5316f90c1dc8b818e551499" > ListPtr< / a > ()< / td > < / tr >
< tr class = "separator:a157eaa2ca5316f90c1dc8b818e551499" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a505c740f82e063b053597fcb6d4d9896" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a505c740f82e063b053597fcb6d4d9896" > ListPtr< / a > (size_t len)< / td > < / tr >
< tr class = "separator:a505c740f82e063b053597fcb6d4d9896" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff0d61feda03e16e2e5484408e59b5b9" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#aff0d61feda03e16e2e5484408e59b5b9" > ListPtr< / a > (const < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > & src)< / td > < / tr >
< tr class = "separator:aff0d61feda03e16e2e5484408e59b5b9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af79af8e9f2ade68a3ae7e9705a3eb485" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#af79af8e9f2ade68a3ae7e9705a3eb485" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > & rhs)< / td > < / tr >
< tr class = "separator:af79af8e9f2ade68a3ae7e9705a3eb485" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2430a6d0cf52f6ed2dc80bde39a02e6c" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a2430a6d0cf52f6ed2dc80bde39a02e6c" > ListPtr< / a > (< a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > & & src)< / td > < / tr >
< tr class = "separator:a2430a6d0cf52f6ed2dc80bde39a02e6c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae94624a91067db34048b463319b654c6" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#ae94624a91067db34048b463319b654c6" > operator=< / a > (< a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > & & rhs)< / td > < / tr >
< tr class = "separator:ae94624a91067db34048b463319b654c6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae0b128ecc3b63ecbb12848c58f72f791" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#ae0b128ecc3b63ecbb12848c58f72f791" > clonePtr< / a > () const< / td > < / tr >
< tr class = "separator:ae0b128ecc3b63ecbb12848c58f72f791" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad44a5fb9f8af0737b295aea6cac1e3af" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#ad44a5fb9f8af0737b295aea6cac1e3af" > clone< / a > () const< / td > < / tr >
< tr class = "separator:ad44a5fb9f8af0737b295aea6cac1e3af" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab8719c9aea35d96dad5799fa6ff096bc" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#ab8719c9aea35d96dad5799fa6ff096bc" > ~ListPtr< / a > ()< / td > < / tr >
< tr class = "separator:ab8719c9aea35d96dad5799fa6ff096bc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaf34c831862f9bf59c51b3b9a84b997b" > < td class = "memItemLeft" align = "right" valign = "top" > T *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#aaf34c831862f9bf59c51b3b9a84b997b" > set< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i, T *< a class = "el" href = "classpFlow_1_1ListPtr.html#adef161ce9d4ee143076ba852ebefedfe" > ptr< / a > )< / td > < / tr >
< tr class = "separator:aaf34c831862f9bf59c51b3b9a84b997b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad2a55ab0f16bac80373a6122c96b8e15" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#ad2a55ab0f16bac80373a6122c96b8e15" > set< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i, < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < T > & < a class = "el" href = "classpFlow_1_1ListPtr.html#adef161ce9d4ee143076ba852ebefedfe" > ptr< / a > )< / td > < / tr >
< tr class = "separator:ad2a55ab0f16bac80373a6122c96b8e15" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a582ec13b690822248fb5d5fd0fc65683" > < td class = "memTemplParams" colspan = "2" > template< typename... Args> < / td > < / tr >
< tr class = "memitem:a582ec13b690822248fb5d5fd0fc65683" > < td class = "memTemplItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < T >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a582ec13b690822248fb5d5fd0fc65683" > setSafe< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i, Args & & ... args)< / td > < / tr >
< tr class = "separator:a582ec13b690822248fb5d5fd0fc65683" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3809aca9dcd2c52a4711126018cc961d" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a3809aca9dcd2c52a4711126018cc961d" > push_back< / a > (T *< a class = "el" href = "classpFlow_1_1ListPtr.html#adef161ce9d4ee143076ba852ebefedfe" > ptr< / a > )< / td > < / tr >
< tr class = "separator:a3809aca9dcd2c52a4711126018cc961d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aeb3cd46ad821b18183517b7df30e8958" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#aeb3cd46ad821b18183517b7df30e8958" > push_back< / a > (< a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < T > & < a class = "el" href = "classpFlow_1_1ListPtr.html#adef161ce9d4ee143076ba852ebefedfe" > ptr< / a > )< / td > < / tr >
< tr class = "separator:aeb3cd46ad821b18183517b7df30e8958" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae8ff88417850eea96d6b54bfd5361b30" > < td class = "memTemplParams" colspan = "2" > template< typename... Args> < / td > < / tr >
< tr class = "memitem:ae8ff88417850eea96d6b54bfd5361b30" > < td class = "memTemplItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#ae8ff88417850eea96d6b54bfd5361b30" > push_backSafe< / a > (Args & & ... args)< / td > < / tr >
< tr class = "separator:ae8ff88417850eea96d6b54bfd5361b30" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac27b3eea8389d77d07ba8311ec81d393" > < td class = "memItemLeft" align = "right" valign = "top" > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#ac27b3eea8389d77d07ba8311ec81d393" > operator[]< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i)< / td > < / tr >
< tr class = "separator:ac27b3eea8389d77d07ba8311ec81d393" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3c6ccfa567f9d2904529261796b4a00b" > < td class = "memItemLeft" align = "right" valign = "top" > const T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a3c6ccfa567f9d2904529261796b4a00b" > operator[]< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i) const< / td > < / tr >
< tr class = "separator:a3c6ccfa567f9d2904529261796b4a00b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a259cb5a711406a8c3e5d937eb9350cca" > < td class = "memItemLeft" align = "right" valign = "top" > size_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a259cb5a711406a8c3e5d937eb9350cca" > size< / a > () const< / td > < / tr >
< tr class = "separator:a259cb5a711406a8c3e5d937eb9350cca" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aabc711c50b75d9b670af88d45c2b87e9" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#aabc711c50b75d9b670af88d45c2b87e9" > empty< / a > () const< / td > < / tr >
< tr class = "separator:aabc711c50b75d9b670af88d45c2b87e9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a90f88d4cba030d25fbfc1e5a1ab36392" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a90f88d4cba030d25fbfc1e5a1ab36392" > release< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i)< / td > < / tr >
< tr class = "separator:a90f88d4cba030d25fbfc1e5a1ab36392" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac8bb3912a3ce86b15842e79d0b421204" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#ac8bb3912a3ce86b15842e79d0b421204" > clear< / a > ()< / td > < / tr >
< tr class = "separator:ac8bb3912a3ce86b15842e79d0b421204" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a55339467a3a0d10c213a3e2d7eba9476" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a55339467a3a0d10c213a3e2d7eba9476" > clear< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i)< / td > < / tr >
< tr class = "separator:a55339467a3a0d10c213a3e2d7eba9476" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a39ef496a74a590c2cfceb5ac47775d07" > < td class = "memTemplParams" colspan = "2" > template< typename... Args> < / td > < / tr >
< tr class = "memitem:a39ef496a74a590c2cfceb5ac47775d07" > < td class = "memTemplItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > pFlow::uniquePtr< / a > < T >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a39ef496a74a590c2cfceb5ac47775d07" > setSafe< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i, Args & & ... args)< / td > < / tr >
< tr class = "separator:a39ef496a74a590c2cfceb5ac47775d07" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / 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 >
< tr class = "memitem:a90d0c03dbe0338f3f9e65b9d28871cf5" > < td class = "memTemplParams" colspan = "2" > template< typename... Args> < / td > < / tr >
< tr class = "memitem:a90d0c03dbe0338f3f9e65b9d28871cf5" > < td class = "memTemplItemLeft" align = "right" valign = "top" > static < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < T >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a90d0c03dbe0338f3f9e65b9d28871cf5" > makeSafe< / a > (Args & & ... args)< / td > < / tr >
< tr class = "separator:a90d0c03dbe0338f3f9e65b9d28871cf5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a9b89271a726f90417f66058925ce9df4" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a9b89271a726f90417f66058925ce9df4" > copy< / a > (const < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > & src)< / td > < / tr >
< tr class = "separator:a9b89271a726f90417f66058925ce9df4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adef161ce9d4ee143076ba852ebefedfe" > < td class = "memItemLeft" align = "right" valign = "top" > T *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#adef161ce9d4ee143076ba852ebefedfe" > ptr< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i)< / td > < / tr >
< tr class = "separator:adef161ce9d4ee143076ba852ebefedfe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a926e97024b564bb5677c5b98dc37f516" > < td class = "memItemLeft" align = "right" valign = "top" > const T *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a926e97024b564bb5677c5b98dc37f516" > ptr< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i) const< / td > < / tr >
< tr class = "separator:a926e97024b564bb5677c5b98dc37f516" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7c153781c560171cc323795d14d905a3" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a7c153781c560171cc323795d14d905a3" > pos< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i)< / td > < / tr >
< tr class = "separator:a7c153781c560171cc323795d14d905a3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac3424b6d628b269dfed8cb35e53d95b0" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#ac3424b6d628b269dfed8cb35e53d95b0" > pos< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i) const< / td > < / tr >
< tr class = "separator:ac3424b6d628b269dfed8cb35e53d95b0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a2c61e0ee805cd191c8847819158cab55" > < td class = "memItemLeft" align = "right" valign = "top" > std::list< T * >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a2c61e0ee805cd191c8847819158cab55" > list_< / a > < / td > < / tr >
< tr class = "separator:a2c61e0ee805cd191c8847819158cab55" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < h3 > template< typename T> < br / >
class pFlow::ListPtr< T > < / h3 >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtr_8hpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "ListPtr_8hpp_source.html" > ListPtr.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a25f8f6a9feb5d2b67d0bbf95ba5a364b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ◆ < / a > < / span > ListPtrType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > = < a class = "el" href = "classpFlow_1_1ListPtr.html" > ListPtr< / a > < T> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtr_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "ListPtr_8hpp_source.html" > ListPtr.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a26d2efd1d748cb6e0320b66f10a13887" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a26d2efd1d748cb6e0320b66f10a13887" > ◆ < / a > < / span > listType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1ListPtr.html#a26d2efd1d748cb6e0320b66f10a13887" > listType< / a > = std::list< T*> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtr_8hpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "ListPtr_8hpp_source.html" > ListPtr.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a157eaa2ca5316f90c1dc8b818e551499" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a157eaa2ca5316f90c1dc8b818e551499" > ◆ < / a > < / span > ListPtr() < span class = "overload" > [1/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1ListPtr.html" > ListPtr< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtr_8hpp_source.html#l00086" > 86< / a > of file < a class = "el" href = "ListPtr_8hpp_source.html" > ListPtr.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a505c740f82e063b053597fcb6d4d9896" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a505c740f82e063b053597fcb6d4d9896" > ◆ < / a > < / span > ListPtr() < span class = "overload" > [2/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1ListPtr.html" > ListPtr< / a > < / td >
< td > (< / td >
< td class = "paramtype" > size_t  < / td >
< td class = "paramname" > < em > len< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtr_8hpp_source.html#l00092" > 92< / a > of file < a class = "el" href = "ListPtr_8hpp_source.html" > ListPtr.hpp< / a > .< / p >
< / div >
< / div >
< a id = "aff0d61feda03e16e2e5484408e59b5b9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aff0d61feda03e16e2e5484408e59b5b9" > ◆ < / a > < / span > ListPtr() < span class = "overload" > [3/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1ListPtr.html" > ListPtr< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > &   < / td >
< td class = "paramname" > < em > src< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00106" > 106< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a2430a6d0cf52f6ed2dc80bde39a02e6c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2430a6d0cf52f6ed2dc80bde39a02e6c" > ◆ < / a > < / span > ListPtr() < span class = "overload" > [4/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1ListPtr.html" > ListPtr< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > & &   < / td >
< td class = "paramname" > < em > src< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtr_8hpp_source.html#l00108" > 108< / a > of file < a class = "el" href = "ListPtr_8hpp_source.html" > ListPtr.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ab8719c9aea35d96dad5799fa6ff096bc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab8719c9aea35d96dad5799fa6ff096bc" > ◆ < / a > < / span > ~ListPtr()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > ~< a class = "el" href = "classpFlow_1_1ListPtr.html" > ListPtr< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtr_8hpp_source.html#l00136" > 136< / a > of file < a class = "el" href = "ListPtr_8hpp_source.html" > ListPtr.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a90d0c03dbe0338f3f9e65b9d28871cf5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a90d0c03dbe0338f3f9e65b9d28871cf5" > ◆ < / a > < / span > makeSafe()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < T> makeSafe < / td >
< td > (< / td >
< td class = "paramtype" > Args & & ...  < / td >
< td class = "paramname" > < em > args< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtr_8hpp_source.html#l00047" > 47< / a > of file < a class = "el" href = "ListPtr_8hpp_source.html" > ListPtr.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a9b89271a726f90417f66058925ce9df4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9b89271a726f90417f66058925ce9df4" > ◆ < / a > < / span > copy()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool copy < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > &   < / td >
< td class = "paramname" > < em > src< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00022" > 22< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "adef161ce9d4ee143076ba852ebefedfe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adef161ce9d4ee143076ba852ebefedfe" > ◆ < / a > < / span > ptr() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > T * ptr < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "ListPtr_8hpp_source.html#l00124" > ListPtr< pFlow::processField > ::clonePtr()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1ListPtr_adef161ce9d4ee143076ba852ebefedfe_icgraph.png" border = "0" usemap = "#classpFlow_1_1ListPtr_adef161ce9d4ee143076ba852ebefedfe_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1ListPtr_adef161ce9d4ee143076ba852ebefedfe_icgraph" id = "classpFlow_1_1ListPtr_adef161ce9d4ee143076ba852ebefedfe_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "240,13,280,39" / >
< area shape = "rect" href = "classpFlow_1_1ListPtr.html#ae0b128ecc3b63ecbb12848c58f72f791" title = " " alt = "" coords = "5,5,192,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a926e97024b564bb5677c5b98dc37f516" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a926e97024b564bb5677c5b98dc37f516" > ◆ < / a > < / span > ptr() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const T * ptr < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00055" > 55< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a7c153781c560171cc323795d14d905a3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7c153781c560171cc323795d14d905a3" > ◆ < / a > < / span > pos() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > auto pos < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00070" > 70< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ac3424b6d628b269dfed8cb35e53d95b0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac3424b6d628b269dfed8cb35e53d95b0" > ◆ < / a > < / span > pos() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > auto pos < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00088" > 88< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "acbdee50fa54098fa4d52858425125477" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acbdee50fa54098fa4d52858425125477" > ◆ < / a > < / span > TypeInfoTemplateNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoTemplateNV < / td >
< td > (< / td >
< td class = "paramtype" > " ListPtr< T > "   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "af79af8e9f2ade68a3ae7e9705a3eb485" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af79af8e9f2ade68a3ae7e9705a3eb485" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1ListPtr.html" > pFlow::ListPtr< / a > < T > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > &   < / td >
< td class = "paramname" > < em > rhs< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00123" > 123< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ae94624a91067db34048b463319b654c6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae94624a91067db34048b463319b654c6" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > & &   < / td >
< td class = "paramname" > < em > rhs< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtr_8hpp_source.html#l00115" > 115< / a > of file < a class = "el" href = "ListPtr_8hpp_source.html" > ListPtr.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ae0b128ecc3b63ecbb12848c58f72f791" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae0b128ecc3b63ecbb12848c58f72f791" > ◆ < / a > < / span > clonePtr()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > * clonePtr < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtr_8hpp_source.html#l00124" > 124< / a > of file < a class = "el" href = "ListPtr_8hpp_source.html" > ListPtr.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ad44a5fb9f8af0737b295aea6cac1e3af" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad44a5fb9f8af0737b295aea6cac1e3af" > ◆ < / a > < / span > clone()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1ListPtr.html#a25f8f6a9feb5d2b67d0bbf95ba5a364b" > ListPtrType< / a > > clone < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtr_8hpp_source.html#l00130" > 130< / a > of file < a class = "el" href = "ListPtr_8hpp_source.html" > ListPtr.hpp< / a > .< / p >
< / div >
< / div >
< a id = "aaf34c831862f9bf59c51b3b9a84b997b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aaf34c831862f9bf59c51b3b9a84b997b" > ◆ < / a > < / span > set() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > T * set < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > i< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T *  < / td >
< td class = "paramname" > < em > ptr< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00148" > 148< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ad2a55ab0f16bac80373a6122c96b8e15" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad2a55ab0f16bac80373a6122c96b8e15" > ◆ < / a > < / span > set() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > pFlow::uniquePtr< / a > < T > set < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > i< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < T > &   < / td >
< td class = "paramname" > < em > ptr< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00159" > 159< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a582ec13b690822248fb5d5fd0fc65683" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a582ec13b690822248fb5d5fd0fc65683" > ◆ < / a > < / span > setSafe() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < T> setSafe < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > i< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > Args & & ...  < / td >
< td class = "paramname" > < em > args< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a3809aca9dcd2c52a4711126018cc961d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3809aca9dcd2c52a4711126018cc961d" > ◆ < / a > < / span > push_back() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void push_back < / td >
< td > (< / td >
< td class = "paramtype" > T *  < / td >
< td class = "paramname" > < em > ptr< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00195" > 195< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "aeb3cd46ad821b18183517b7df30e8958" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeb3cd46ad821b18183517b7df30e8958" > ◆ < / a > < / span > push_back() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void push_back < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < T > &   < / td >
< td class = "paramname" > < em > ptr< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00203" > 203< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ae8ff88417850eea96d6b54bfd5361b30" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae8ff88417850eea96d6b54bfd5361b30" > ◆ < / a > < / span > push_backSafe()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void push_backSafe < / td >
< td > (< / td >
< td class = "paramtype" > Args & & ...  < / td >
< td class = "paramname" > < em > args< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00210" > 210< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ac27b3eea8389d77d07ba8311ec81d393" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac27b3eea8389d77d07ba8311ec81d393" > ◆ < / a > < / span > operator[]() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > T & operator[] < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00218" > 218< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a3c6ccfa567f9d2904529261796b4a00b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3c6ccfa567f9d2904529261796b4a00b" > ◆ < / a > < / span > operator[]() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const T & operator[] < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00236" > 236< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a259cb5a711406a8c3e5d937eb9350cca" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a259cb5a711406a8c3e5d937eb9350cca" > ◆ < / a > < / span > size()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > size_t size< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00252" > 252< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "aabc711c50b75d9b670af88d45c2b87e9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aabc711c50b75d9b670af88d45c2b87e9" > ◆ < / a > < / span > empty()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > auto < a class = "el" href = "classpFlow_1_1empty.html" > empty< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00258" > 258< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a90f88d4cba030d25fbfc1e5a1ab36392" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a90f88d4cba030d25fbfc1e5a1ab36392" > ◆ < / a > < / span > release()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > pFlow::uniquePtr< / a > < T > release < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00265" > 265< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ac8bb3912a3ce86b15842e79d0b421204" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac8bb3912a3ce86b15842e79d0b421204" > ◆ < / a > < / span > clear() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00275" > 275< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "ListPtr_8hpp_source.html#l00115" > ListPtr< pFlow::processField > ::operator=()< / a > , and < a class = "el" href = "ListPtr_8hpp_source.html#l00136" > ListPtr< pFlow::processField > ::~ListPtr()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1ListPtr_ac8bb3912a3ce86b15842e79d0b421204_icgraph.png" border = "0" usemap = "#classpFlow_1_1ListPtr_ac8bb3912a3ce86b15842e79d0b421204_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1ListPtr_ac8bb3912a3ce86b15842e79d0b421204_icgraph" id = "classpFlow_1_1ListPtr_ac8bb3912a3ce86b15842e79d0b421204_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "253,46,308,73" / >
< area shape = "rect" href = "classpFlow_1_1ListPtr.html#ae94624a91067db34048b463319b654c6" title = " " alt = "" coords = "5,5,205,47" / >
< area shape = "rect" href = "classpFlow_1_1ListPtr.html#ab8719c9aea35d96dad5799fa6ff096bc" title = " " alt = "" coords = "12,71,199,112" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a55339467a3a0d10c213a3e2d7eba9476" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a55339467a3a0d10c213a3e2d7eba9476" > ◆ < / a > < / span > clear() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00290" > 290< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a39ef496a74a590c2cfceb5ac47775d07" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a39ef496a74a590c2cfceb5ac47775d07" > ◆ < / a > < / span > setSafe() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > pFlow::uniquePtr< / a > < T> setSafe < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > i< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > Args & & ...  < / td >
< td class = "paramname" > < em > args< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtrI_8hpp_source.html#l00184" > 184< / a > of file < a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a2c61e0ee805cd191c8847819158cab55" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2c61e0ee805cd191c8847819158cab55" > ◆ < / a > < / span > list_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > std::list< T*> list_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ListPtr_8hpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "ListPtr_8hpp_source.html" > ListPtr.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "ListPtrI_8hpp_source.html#l00022" > ListPtr< pFlow::processField > ::copy()< / a > , and < a class = "el" href = "ListPtr_8hpp_source.html#l00115" > ListPtr< pFlow::processField > ::operator=()< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/phasicFlow/containers/List/ListPtr/< a class = "el" href = "ListPtr_8hpp_source.html" > ListPtr.hpp< / a > < / li >
< li > src/phasicFlow/containers/List/ListPtr/< a class = "el" href = "ListPtrI_8hpp_source.html" > ListPtrI.hpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1ListPtr.html" > ListPtr< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.17 < / li >
< / ul >
< / div >
< / body >
< / html >