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" / >
2023-04-18 13:17:24 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM package for simulating granular flow developed in C++ and can be exectued on both GPU (like cuda) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: Map< Key, T, Compare > 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" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< 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 >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / 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_1Map.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 = "classpFlow_1_1Map-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > Map< Key, T, Compare > 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 Map< Key, T, Compare > :< / 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_1Map__inherit__graph.png" border = "0" usemap = "#Map_3_01Key_00_01T_00_01Compare_01_4_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "Map_3_01Key_00_01T_00_01Compare_01_4_inherit__map" id = "Map_3_01Key_00_01T_00_01Compare_01_4_inherit__map" >
< area shape = "rect" title = " " alt = "" coords = "209,96,395,123" / >
< area shape = "rect" href = "classpFlow_1_1Map.html" title = " " alt = "" coords = "5,185,188,212" / >
< area shape = "rect" href = "classpFlow_1_1Map.html" title = " " alt = "" coords = "212,185,392,212" / >
< area shape = "rect" href = "classpFlow_1_1Map.html" title = " " alt = "" coords = "417,185,619,212" / >
< area shape = "rect" title = " " alt = "" coords = "218,5,386,47" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
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 = "+" / > Collaboration diagram for Map< Key, T, Compare > :< / 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_1Map__coll__graph.png" border = "0" usemap = "#Map_3_01Key_00_01T_00_01Compare_01_4_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "Map_3_01Key_00_01T_00_01Compare_01_4_coll__map" id = "Map_3_01Key_00_01T_00_01Compare_01_4_coll__map" >
< area shape = "rect" title = " " alt = "" coords = "5,95,192,121" / >
< area shape = "rect" title = " " alt = "" coords = "15,5,183,47" / >
< / 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:a374da4a8ff4c93f75819e39e11ffaadd" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / a > = < a class = "el" href = "classpFlow_1_1Map.html" > Map< / a > < Key, T, Compare > < / td > < / tr >
< tr class = "separator:a374da4a8ff4c93f75819e39e11ffaadd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8d31f76a5c263b689f038408223c29e9" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a8d31f76a5c263b689f038408223c29e9" > mapType< / a > = std::map< Key, T, Compare > < / td > < / tr >
< tr class = "separator:a8d31f76a5c263b689f038408223c29e9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a59a8d46af076e1db2c566a1a5a889e13" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a59a8d46af076e1db2c566a1a5a889e13" > iterator< / a > = typename mapType::iterator< / td > < / tr >
< tr class = "separator:a59a8d46af076e1db2c566a1a5a889e13" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae30252c367eee55b4abc0876cf141108" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#ae30252c367eee55b4abc0876cf141108" > constIterator< / a > = typename mapType::const_iterator< / td > < / tr >
< tr class = "separator:ae30252c367eee55b4abc0876cf141108" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad47f03e518f92884d12ad79606edb8d2" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#ad47f03e518f92884d12ad79606edb8d2" > reference< / a > = typename mapType::reference< / td > < / tr >
< tr class = "separator:ad47f03e518f92884d12ad79606edb8d2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5aefbbb14cde3df3d38c0d25830bb7dd" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a5aefbbb14cde3df3d38c0d25830bb7dd" > constReference< / a > = typename mapType::const_reference< / td > < / tr >
< tr class = "separator:a5aefbbb14cde3df3d38c0d25830bb7dd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a8a2c26f8314992bb4ca80b6504f7e2" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a6a8a2c26f8314992bb4ca80b6504f7e2" > initList< / a > = typename std::initializer_list< T > < / td > < / tr >
< tr class = "separator:a6a8a2c26f8314992bb4ca80b6504f7e2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7669b74b0c566790f2f2a7fb11a9593" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#aa7669b74b0c566790f2f2a7fb11a9593" > keyType< / a > = typename mapType::key_type< / td > < / tr >
< tr class = "separator:aa7669b74b0c566790f2f2a7fb11a9593" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abf1c3784373d079646730a4fd419aede" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#abf1c3784373d079646730a4fd419aede" > mappedType< / a > = typename mapType::mapped_type< / td > < / tr >
< tr class = "separator:abf1c3784373d079646730a4fd419aede" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a09191c0b174fbc9492136ffae28254db" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a09191c0b174fbc9492136ffae28254db" > valueType< / a > = typename mapType::value_type< / td > < / tr >
< tr class = "separator:a09191c0b174fbc9492136ffae28254db" > < 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:af00f3dd2fb4fe25d49ece1231899a61f" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#af00f3dd2fb4fe25d49ece1231899a61f" > TypeInfoTemplateNV< / a > (" Map" , Key)< / td > < / tr >
< tr class = "separator:af00f3dd2fb4fe25d49ece1231899a61f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a49848ab3a0e1934c5615242b67af68c7" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a49848ab3a0e1934c5615242b67af68c7" > Map< / a > ()< / td > < / tr >
< tr class = "separator:a49848ab3a0e1934c5615242b67af68c7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a27cb8dd329863dacbd7d44e26d3a300f" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a27cb8dd329863dacbd7d44e26d3a300f" > Map< / a > (< a class = "el" href = "classpFlow_1_1Map.html#a6a8a2c26f8314992bb4ca80b6504f7e2" > initList< / a > lst)< / td > < / tr >
< tr class = "separator:a27cb8dd329863dacbd7d44e26d3a300f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3f364db2e6445be2fc677accc8b94b61" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a3f364db2e6445be2fc677accc8b94b61" > Map< / a > (const < a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / a > & src)< / td > < / tr >
< tr class = "separator:a3f364db2e6445be2fc677accc8b94b61" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a476a44e684872a1dcc11334090e51997" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a476a44e684872a1dcc11334090e51997" > Map< / a > (< a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / a > & & src)< / td > < / tr >
< tr class = "separator:a476a44e684872a1dcc11334090e51997" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aceade2152c4f690da1a1a072f9f509e1" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#aceade2152c4f690da1a1a072f9f509e1" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / a > & rhs)< / td > < / tr >
< tr class = "separator:aceade2152c4f690da1a1a072f9f509e1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6527e25b1a1bebe1d9648ed7b250a11d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a6527e25b1a1bebe1d9648ed7b250a11d" > operator=< / a > (< a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / a > & & rhs)< / td > < / tr >
< tr class = "separator:a6527e25b1a1bebe1d9648ed7b250a11d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4eaa1b78b7f3ae2488392ba82d929272" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a4eaa1b78b7f3ae2488392ba82d929272" > clone< / a > () const< / td > < / tr >
< tr class = "separator:a4eaa1b78b7f3ae2488392ba82d929272" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a01ee8e2023312060e9e32b3c59381a08" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a01ee8e2023312060e9e32b3c59381a08" > clonePtr< / a > () const< / td > < / tr >
< tr class = "separator:a01ee8e2023312060e9e32b3c59381a08" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac59b12e62f61360298c324334ecc6bc9" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#ac59b12e62f61360298c324334ecc6bc9" > ~Map< / a > ()< / td > < / tr >
< tr class = "separator:ac59b12e62f61360298c324334ecc6bc9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9124a8fcf228c945283648e8ea27b4ee" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a9124a8fcf228c945283648e8ea27b4ee" > insertIf< / a > (const < a class = "el" href = "classpFlow_1_1Map.html#aa7669b74b0c566790f2f2a7fb11a9593" > keyType< / a > & k, const < a class = "el" href = "classpFlow_1_1Map.html#abf1c3784373d079646730a4fd419aede" > mappedType< / a > & v)< / td > < / tr >
< tr class = "separator:a9124a8fcf228c945283648e8ea27b4ee" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af6bed5254ae7ffe8095707eb9b4320e6" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#af6bed5254ae7ffe8095707eb9b4320e6" > insertIf< / a > (< a class = "el" href = "classpFlow_1_1Map.html#aa7669b74b0c566790f2f2a7fb11a9593" > keyType< / a > & & k, < a class = "el" href = "classpFlow_1_1Map.html#abf1c3784373d079646730a4fd419aede" > mappedType< / a > & & v)< / td > < / tr >
< tr class = "separator:af6bed5254ae7ffe8095707eb9b4320e6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a40819b514a7a94b605efc48b79d18a94" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a40819b514a7a94b605efc48b79d18a94" > search< / a > (const < a class = "el" href = "classpFlow_1_1Map.html#aa7669b74b0c566790f2f2a7fb11a9593" > keyType< / a > k) const< / td > < / tr >
< tr class = "separator:a40819b514a7a94b605efc48b79d18a94" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af9b26557b36e079e672320cef264b7a3" > < td class = "memItemLeft" align = "right" valign = "top" > std::pair< < a class = "el" href = "classpFlow_1_1Map.html#a59a8d46af076e1db2c566a1a5a889e13" > iterator< / a > , bool >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#af9b26557b36e079e672320cef264b7a3" > findIf< / a > (const < a class = "el" href = "classpFlow_1_1Map.html#aa7669b74b0c566790f2f2a7fb11a9593" > keyType< / a > & k)< / td > < / tr >
< tr class = "separator:af9b26557b36e079e672320cef264b7a3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a06b69d98ba2463549e4fabf5f7e7ad4c" > < td class = "memItemLeft" align = "right" valign = "top" > const std::pair< < a class = "el" href = "classpFlow_1_1Map.html#ae30252c367eee55b4abc0876cf141108" > constIterator< / a > , bool >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Map.html#a06b69d98ba2463549e4fabf5f7e7ad4c" > findIf< / a > (const < a class = "el" href = "classpFlow_1_1Map.html#aa7669b74b0c566790f2f2a7fb11a9593" > keyType< / a > & k) const< / td > < / tr >
< tr class = "separator:a06b69d98ba2463549e4fabf5f7e7ad4c" > < 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< class Key, class T, class Compare = std::less< Key> > < br / >
class pFlow::Map< Key, T, Compare > < / h3 >
< p class = "definition" > Definition at line < a class = "el" href = "Map_8hpp_source.html#l00036" > 36< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a374da4a8ff4c93f75819e39e11ffaadd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a374da4a8ff4c93f75819e39e11ffaadd" > ◆ < / a > < / span > MapType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / a > = < a class = "el" href = "classpFlow_1_1Map.html" > Map< / a > < Key, T, Compare> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Map_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a8d31f76a5c263b689f038408223c29e9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8d31f76a5c263b689f038408223c29e9" > ◆ < / a > < / span > mapType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1Map.html#a8d31f76a5c263b689f038408223c29e9" > mapType< / a > = std::map< Key, T, Compare> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Map_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a59a8d46af076e1db2c566a1a5a889e13" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a59a8d46af076e1db2c566a1a5a889e13" > ◆ < / a > < / span > iterator< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1Map.html#a59a8d46af076e1db2c566a1a5a889e13" > iterator< / a > = typename mapType::iterator< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Map_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ae30252c367eee55b4abc0876cf141108" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae30252c367eee55b4abc0876cf141108" > ◆ < / a > < / span > constIterator< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1Map.html#ae30252c367eee55b4abc0876cf141108" > constIterator< / a > = typename mapType::const_iterator< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Map_8hpp_source.html#l00048" > 48< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ad47f03e518f92884d12ad79606edb8d2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad47f03e518f92884d12ad79606edb8d2" > ◆ < / a > < / span > reference< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1Map.html#ad47f03e518f92884d12ad79606edb8d2" > reference< / a > = typename mapType::reference< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Map_8hpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a5aefbbb14cde3df3d38c0d25830bb7dd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5aefbbb14cde3df3d38c0d25830bb7dd" > ◆ < / a > < / span > constReference< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1Map.html#a5aefbbb14cde3df3d38c0d25830bb7dd" > constReference< / a > = typename mapType::const_reference< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Map_8hpp_source.html#l00052" > 52< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a6a8a2c26f8314992bb4ca80b6504f7e2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a8a2c26f8314992bb4ca80b6504f7e2" > ◆ < / a > < / span > initList< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1Map.html#a6a8a2c26f8314992bb4ca80b6504f7e2" > initList< / a > = typename std::initializer_list< T> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Map_8hpp_source.html#l00054" > 54< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "aa7669b74b0c566790f2f2a7fb11a9593" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa7669b74b0c566790f2f2a7fb11a9593" > ◆ < / a > < / span > keyType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1Map.html#aa7669b74b0c566790f2f2a7fb11a9593" > keyType< / a > = typename mapType::key_type< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Map_8hpp_source.html#l00056" > 56< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "abf1c3784373d079646730a4fd419aede" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abf1c3784373d079646730a4fd419aede" > ◆ < / a > < / span > mappedType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1Map.html#abf1c3784373d079646730a4fd419aede" > mappedType< / a > = typename mapType::mapped_type< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Map_8hpp_source.html#l00058" > 58< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a09191c0b174fbc9492136ffae28254db" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a09191c0b174fbc9492136ffae28254db" > ◆ < / a > < / span > valueType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1Map.html#a09191c0b174fbc9492136ffae28254db" > valueType< / a > = typename mapType::value_type< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Map_8hpp_source.html#l00060" > 60< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a49848ab3a0e1934c5615242b67af68c7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a49848ab3a0e1934c5615242b67af68c7" > ◆ < / a > < / span > Map() < 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_1Map.html" > Map< / 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 = "Map_8hpp_source.html#l00068" > 68< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a27cb8dd329863dacbd7d44e26d3a300f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a27cb8dd329863dacbd7d44e26d3a300f" > ◆ < / a > < / span > Map() < 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_1Map.html" > Map< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Map.html#a6a8a2c26f8314992bb4ca80b6504f7e2" > initList< / a >   < / td >
< td class = "paramname" > < em > lst< / 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 = "Map_8hpp_source.html#l00072" > 72< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a3f364db2e6445be2fc677accc8b94b61" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3f364db2e6445be2fc677accc8b94b61" > ◆ < / a > < / span > Map() < span class = "overload" > [3/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_1Map.html" > Map< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / 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 = "Map_8hpp_source.html#l00078" > 78< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a476a44e684872a1dcc11334090e51997" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a476a44e684872a1dcc11334090e51997" > ◆ < / a > < / span > Map() < 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_1Map.html" > Map< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / 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 = "Map_8hpp_source.html#l00084" > 84< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ac59b12e62f61360298c324334ecc6bc9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac59b12e62f61360298c324334ecc6bc9" > ◆ < / a > < / span > ~Map()< / 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_1Map.html" > Map< / 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 = "Map_8hpp_source.html#l00113" > 113< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "af00f3dd2fb4fe25d49ece1231899a61f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af00f3dd2fb4fe25d49ece1231899a61f" > ◆ < / a > < / span > TypeInfoTemplateNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoTemplateNV < / td >
< td > (< / td >
< td class = "paramtype" > " Map< Key, T, Compare > "   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > Key  < / 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 = "aceade2152c4f690da1a1a072f9f509e1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aceade2152c4f690da1a1a072f9f509e1" > ◆ < / a > < / span > operator=() < 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" > < a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / 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 = "Map_8hpp_source.html#l00090" > 90< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a6527e25b1a1bebe1d9648ed7b250a11d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6527e25b1a1bebe1d9648ed7b250a11d" > ◆ < / 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_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / 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 = "Map_8hpp_source.html#l00097" > 97< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a4eaa1b78b7f3ae2488392ba82d929272" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4eaa1b78b7f3ae2488392ba82d929272" > ◆ < / 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_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / 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 = "Map_8hpp_source.html#l00103" > 103< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a01ee8e2023312060e9e32b3c59381a08" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a01ee8e2023312060e9e32b3c59381a08" > ◆ < / 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_1Map.html#a374da4a8ff4c93f75819e39e11ffaadd" > MapType< / 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 = "Map_8hpp_source.html#l00108" > 108< / a > of file < a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a9124a8fcf228c945283648e8ea27b4ee" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9124a8fcf228c945283648e8ea27b4ee" > ◆ < / a > < / span > insertIf() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool insertIf < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1Map.html#aa7669b74b0c566790f2f2a7fb11a9593" > keyType< / a > &   < / td >
< td class = "paramname" > < em > k< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1Map.html#abf1c3784373d079646730a4fd419aede" > mappedType< / a > &   < / td >
< td class = "paramname" > < em > v< / 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 = "MapI_8hpp_source.html#l00023" > 23< / a > of file < a class = "el" href = "MapI_8hpp_source.html" > MapI.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "timeFolder_8hpp_source.html#l00119" > pFlow::getTimeFolders()< / 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_1Map_a9124a8fcf228c945283648e8ea27b4ee_icgraph.png" border = "0" usemap = "#classpFlow_1_1Map_a9124a8fcf228c945283648e8ea27b4ee_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1Map_a9124a8fcf228c945283648e8ea27b4ee_icgraph" id = "classpFlow_1_1Map_a9124a8fcf228c945283648e8ea27b4ee_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "223,5,291,32" / >
< area shape = "rect" href = "namespacepFlow.html#a0185ce2b0b0638b6c91658209dfb5965" title = " " alt = "" coords = "5,5,175,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "af6bed5254ae7ffe8095707eb9b4320e6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af6bed5254ae7ffe8095707eb9b4320e6" > ◆ < / a > < / span > insertIf() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool insertIf < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Map.html#aa7669b74b0c566790f2f2a7fb11a9593" > keyType< / a > & &   < / td >
< td class = "paramname" > < em > k< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Map.html#abf1c3784373d079646730a4fd419aede" > mappedType< / a > & &   < / td >
< td class = "paramname" > < em > v< / 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 = "MapI_8hpp_source.html#l00030" > 30< / a > of file < a class = "el" href = "MapI_8hpp_source.html" > MapI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a40819b514a7a94b605efc48b79d18a94" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a40819b514a7a94b605efc48b79d18a94" > ◆ < / a > < / span > search()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool search < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1Map.html#aa7669b74b0c566790f2f2a7fb11a9593" > keyType< / a >   < / td >
< td class = "paramname" > < em > k< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "MapI_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "MapI_8hpp_source.html" > MapI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "af9b26557b36e079e672320cef264b7a3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af9b26557b36e079e672320cef264b7a3" > ◆ < / a > < / span > findIf() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::pair< typename < a class = "el" href = "classpFlow_1_1Map.html" > pFlow::Map< / a > < Key, T, Compare > ::< a class = "el" href = "classpFlow_1_1Map.html#a59a8d46af076e1db2c566a1a5a889e13" > iterator< / a > , bool > findIf < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1Map.html#aa7669b74b0c566790f2f2a7fb11a9593" > keyType< / a > &   < / td >
< td class = "paramname" > < em > k< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "MapI_8hpp_source.html#l00047" > 47< / a > of file < a class = "el" href = "MapI_8hpp_source.html" > MapI.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a06b69d98ba2463549e4fabf5f7e7ad4c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a06b69d98ba2463549e4fabf5f7e7ad4c" > ◆ < / a > < / span > findIf() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const std::pair< typename < a class = "el" href = "classpFlow_1_1Map.html" > pFlow::Map< / a > < Key, T, Compare > ::< a class = "el" href = "classpFlow_1_1Map.html#ae30252c367eee55b4abc0876cf141108" > constIterator< / a > , bool > findIf < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1Map.html#aa7669b74b0c566790f2f2a7fb11a9593" > keyType< / a > &   < / td >
< td class = "paramname" > < em > k< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "MapI_8hpp_source.html#l00056" > 56< / a > of file < a class = "el" href = "MapI_8hpp_source.html" > MapI.hpp< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/phasicFlow/containers/Map/Map/< a class = "el" href = "Map_8hpp_source.html" > Map.hpp< / a > < / li >
< li > src/phasicFlow/containers/Map/Map/< a class = "el" href = "MapI_8hpp_source.html" > MapI.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_1Map.html" > Map< / 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 >