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-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: sortedPairs< executionSpace, idType > 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_1sortedPairs.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 = "#nested-classes" > Classes< / a > |
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-types" > Protected Types< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1sortedPairs-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > sortedPairs< executionSpace, idType > 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 sortedPairs< executionSpace, idType > :< / 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_1sortedPairs__inherit__graph.png" border = "0" usemap = "#sortedPairs_3_01executionSpace_00_01idType_01_4_inherit__map" alt = "Inheritance graph" / > < / div >
< 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 sortedPairs< executionSpace, idType > :< / 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_1sortedPairs__coll__graph.png" border = "0" usemap = "#sortedPairs_3_01executionSpace_00_01idType_01_4_coll__map" alt = "Collaboration graph" / > < / div >
< 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 = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structpFlow_1_1sortedPairs_1_1pairAccessor.html" > pairAccessor< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs_1_1TagFillFlag.html" > TagFillFlag< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs_1_1TagFillPairs.html" > TagFillPairs< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < 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:aace43a73fcea2cf153dd2d9569d72421" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#aace43a73fcea2cf153dd2d9569d72421" > UnsortedPairs< / a > = < a class = "el" href = "classpFlow_1_1unsortedPairs.html" > unsortedPairs< / a > < executionSpace, idType > < / td > < / tr >
< tr class = "separator:aace43a73fcea2cf153dd2d9569d72421" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a321d09fcb16c9519f78f3e8326ce48f0" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#a321d09fcb16c9519f78f3e8326ce48f0" > IdType< / a > = typename < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a692c89a3ec20703da511762a9f727427" > UnsortedPairs::IdType< / a > < / td > < / tr >
< tr class = "separator:a321d09fcb16c9519f78f3e8326ce48f0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a245dc98ed68bf688e045d352ca6e2174" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#a245dc98ed68bf688e045d352ca6e2174" > ExecutionSpace< / a > = typename < a class = "el" href = "classpFlow_1_1unsortedPairs.html#af0f525b6fd2cb3ded0a601d7fb4a8b83" > UnsortedPairs::ExecutionSpace< / a > < / td > < / tr >
< tr class = "separator:a245dc98ed68bf688e045d352ca6e2174" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9037fe54e33b899b96a62988ecf26d76" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#a9037fe54e33b899b96a62988ecf26d76" > memory_space< / a > = typename ExecutionSpace::memory_space< / td > < / tr >
< tr class = "separator:a9037fe54e33b899b96a62988ecf26d76" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:acf4d9906ba8a5697d815148b4c432239" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#acf4d9906ba8a5697d815148b4c432239" > PairType< / a > = typename < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > UnsortedPairs::PairType< / a > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:acf4d9906ba8a5697d815148b4c432239" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad1ca136a7dde683da26ec3319a4b2cd8" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#ad1ca136a7dde683da26ec3319a4b2cd8" > ContainerType< / a > = typename < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > UnsortedPairs::ContainerType< / a > < / td > < / tr >
< tr class = "separator:ad1ca136a7dde683da26ec3319a4b2cd8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_types_classpFlow_1_1unsortedPairs" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_types_classpFlow_1_1unsortedPairs')" > < img src = "closed.png" alt = "-" / >   Public Types inherited from < a class = "el" href = "classpFlow_1_1unsortedPairs.html" > unsortedPairs< executionSpace, idType > < / a > < / td > < / tr >
< tr class = "memitem:aace43a73fcea2cf153dd2d9569d72421 inherit pub_types_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#aace43a73fcea2cf153dd2d9569d72421" > UnsortedPairs< / a > = < a class = "el" href = "classpFlow_1_1unsortedPairs.html" > unsortedPairs< / a > < executionSpace, idType > < / td > < / tr >
< tr class = "separator:aace43a73fcea2cf153dd2d9569d72421 inherit pub_types_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a692c89a3ec20703da511762a9f727427 inherit pub_types_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a692c89a3ec20703da511762a9f727427" > IdType< / a > = idType< / td > < / tr >
< tr class = "separator:a692c89a3ec20703da511762a9f727427 inherit pub_types_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af0f525b6fd2cb3ded0a601d7fb4a8b83 inherit pub_types_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#af0f525b6fd2cb3ded0a601d7fb4a8b83" > ExecutionSpace< / a > = executionSpace< / td > < / tr >
< tr class = "separator:af0f525b6fd2cb3ded0a601d7fb4a8b83 inherit pub_types_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9037fe54e33b899b96a62988ecf26d76 inherit pub_types_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a9037fe54e33b899b96a62988ecf26d76" > memory_space< / a > = typename ExecutionSpace::memory_space< / td > < / tr >
< tr class = "separator:a9037fe54e33b899b96a62988ecf26d76 inherit pub_types_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7cb1b756dd55ea6191069aac4a7e012f inherit pub_types_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > = < a class = "el" href = "namespacepFlow.html#a5b353480033e53f7e1fd71c6328b7fc5" > Pair< / a > < idType, idType > < / td > < / tr >
< tr class = "separator:a7cb1b756dd55ea6191069aac4a7e012f inherit pub_types_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4bb4e3dfa4ffb7ba2c4a3d65db86bd37 inherit pub_types_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > ContainerType< / a > = < a class = "el" href = "namespacepFlow.html#a48a6996c6f91d11bf502a6be451658d2" > unorderedSet< / a > < < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > , < a class = "el" href = "classpFlow_1_1unsortedPairs.html#af0f525b6fd2cb3ded0a601d7fb4a8b83" > ExecutionSpace< / a > > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a4bb4e3dfa4ffb7ba2c4a3d65db86bd37 inherit pub_types_classpFlow_1_1unsortedPairs" > < 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:ae1220e68772e0fcf9d1ae157396dfaa4" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#ae1220e68772e0fcf9d1ae157396dfaa4" > TypeInfoNV< / a > (" sortedPairs" )< / td > < / tr >
< tr class = "separator:ae1220e68772e0fcf9d1ae157396dfaa4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a8706be6c808f79c06a4baeec5db21cf3" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#a8706be6c808f79c06a4baeec5db21cf3" > sortedPairs< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > initialSize=1)< / td > < / tr >
< tr class = "separator:a8706be6c808f79c06a4baeec5db21cf3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a32ff8c51a3aa19a92929906c6d81d00b" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#a32ff8c51a3aa19a92929906c6d81d00b" > beforeBroadSearch< / a > ()< / td > < / tr >
< tr class = "separator:a32ff8c51a3aa19a92929906c6d81d00b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6141d3224e90a32108452817d4e08ea8" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#a6141d3224e90a32108452817d4e08ea8" > afterBroadSearch< / a > ()< / td > < / tr >
< tr class = "separator:a6141d3224e90a32108452817d4e08ea8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:af8e8593b419b4644ae5a16d355f0424c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1sortedPairs.html#acf4d9906ba8a5697d815148b4c432239" > PairType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#af8e8593b419b4644ae5a16d355f0424c" > getPair< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > idx) const< / td > < / tr >
< tr class = "separator:af8e8593b419b4644ae5a16d355f0424c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab637a44fcad0d223420b921cea082c1a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#ab637a44fcad0d223420b921cea082c1a" > getPair< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > idx, < a class = "el" href = "classpFlow_1_1sortedPairs.html#acf4d9906ba8a5697d815148b4c432239" > PairType< / a > & p) const< / td > < / tr >
< tr class = "separator:ab637a44fcad0d223420b921cea082c1a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aedf8edb334ea2783de06581536ff1d79" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#aedf8edb334ea2783de06581536ff1d79" > isValid< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > idx) const< / td > < / tr >
< tr class = "separator:aedf8edb334ea2783de06581536ff1d79" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a91e42e32d0d132f5a4ea77685e441f12" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#a91e42e32d0d132f5a4ea77685e441f12" > size< / a > () const< / td > < / tr >
< tr class = "separator:a91e42e32d0d132f5a4ea77685e441f12" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aee663f8b6fb1d42a4fd10d4da252e743" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#aee663f8b6fb1d42a4fd10d4da252e743" > loopCount< / a > () const< / td > < / tr >
< tr class = "separator:aee663f8b6fb1d42a4fd10d4da252e743" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a196f60a46106f091bb84950e99697a83" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structpFlow_1_1sortedPairs_1_1pairAccessor.html" > pairAccessor< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#a196f60a46106f091bb84950e99697a83" > getPairs< / a > () const< / td > < / tr >
< tr class = "separator:a196f60a46106f091bb84950e99697a83" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afd32d1c4cda15e685fd3008f4ded29f2" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#afd32d1c4cda15e685fd3008f4ded29f2" > clear< / a > ()< / td > < / tr >
< tr class = "separator:afd32d1c4cda15e685fd3008f4ded29f2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a34f835663a19f31aa1999f867d6b2109" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#a34f835663a19f31aa1999f867d6b2109" > prepareSorted< / a > ()< / td > < / tr >
< tr class = "separator:a34f835663a19f31aa1999f867d6b2109" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:abfdab736eb461ff467efe433ef0ac023" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#abfdab736eb461ff467efe433ef0ac023" > operator()< / a > (< a class = "el" href = "classpFlow_1_1sortedPairs_1_1TagFillFlag.html" > TagFillFlag< / a > , < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > i) const< / td > < / tr >
< tr class = "separator:abfdab736eb461ff467efe433ef0ac023" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ada2b4a7c291883eaebb668cfc642d7e7" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#ada2b4a7c291883eaebb668cfc642d7e7" > operator()< / a > (< a class = "el" href = "classpFlow_1_1sortedPairs_1_1TagFillPairs.html" > TagFillPairs< / a > , < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > i) const< / td > < / tr >
< tr class = "separator:ada2b4a7c291883eaebb668cfc642d7e7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pub_methods_classpFlow_1_1unsortedPairs" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1unsortedPairs')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1unsortedPairs.html" > unsortedPairs< executionSpace, idType > < / a > < / td > < / tr >
< tr class = "memitem:add4f2c30e6aac3bc403ce77e36e3c471 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#add4f2c30e6aac3bc403ce77e36e3c471" > TypeInfoNV< / a > (" unsorderedPairs" )< / td > < / tr >
< tr class = "separator:add4f2c30e6aac3bc403ce77e36e3c471 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa24be931e6502436cbd405bbc633fab3 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#aa24be931e6502436cbd405bbc633fab3" > unsortedPairs< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a2c568367e3aaa446720ee21283a0ca34" > capacity< / a > =1)< / td > < / tr >
< tr class = "separator:aa24be931e6502436cbd405bbc633fab3 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a32ff8c51a3aa19a92929906c6d81d00b inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a32ff8c51a3aa19a92929906c6d81d00b" > beforeBroadSearch< / a > ()< / td > < / tr >
< tr class = "separator:a32ff8c51a3aa19a92929906c6d81d00b inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6141d3224e90a32108452817d4e08ea8 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a6141d3224e90a32108452817d4e08ea8" > afterBroadSearch< / a > ()< / td > < / tr >
< tr class = "separator:a6141d3224e90a32108452817d4e08ea8 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:afeb2f431342b87934f2fc1be5da22341 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#afeb2f431342b87934f2fc1be5da22341" > insert< / a > (idType i, idType j) const< / td > < / tr >
< tr class = "separator:afeb2f431342b87934f2fc1be5da22341 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a243df1c58c8257aff69c3335106f9757 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a243df1c58c8257aff69c3335106f9757" > insert< / a > (const < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > & p) const< / td > < / tr >
< tr class = "separator:a243df1c58c8257aff69c3335106f9757 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af8e8593b419b4644ae5a16d355f0424c inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#af8e8593b419b4644ae5a16d355f0424c" > getPair< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > idx) const< / td > < / tr >
< tr class = "separator:af8e8593b419b4644ae5a16d355f0424c inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab637a44fcad0d223420b921cea082c1a inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#ab637a44fcad0d223420b921cea082c1a" > getPair< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > idx, < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > & p) const< / td > < / tr >
< tr class = "separator:ab637a44fcad0d223420b921cea082c1a inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a10b5c26ee2b44afb262aec629a1d70d7 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a10b5c26ee2b44afb262aec629a1d70d7" > find< / a > (const < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > & p) const< / td > < / tr >
< tr class = "separator:a10b5c26ee2b44afb262aec629a1d70d7 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aedf8edb334ea2783de06581536ff1d79 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#aedf8edb334ea2783de06581536ff1d79" > isValid< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > idx) const< / td > < / tr >
< tr class = "separator:aedf8edb334ea2783de06581536ff1d79 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2c568367e3aaa446720ee21283a0ca34 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a2c568367e3aaa446720ee21283a0ca34" > capacity< / a > () const< / td > < / tr >
< tr class = "separator:a2c568367e3aaa446720ee21283a0ca34 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aee663f8b6fb1d42a4fd10d4da252e743 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#aee663f8b6fb1d42a4fd10d4da252e743" > loopCount< / a > () const< / td > < / tr >
< tr class = "separator:aee663f8b6fb1d42a4fd10d4da252e743 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a91e42e32d0d132f5a4ea77685e441f12 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a91e42e32d0d132f5a4ea77685e441f12" > size< / a > () const< / td > < / tr >
< tr class = "separator:a91e42e32d0d132f5a4ea77685e441f12 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a196f60a46106f091bb84950e99697a83 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structpFlow_1_1unsortedPairs_1_1pairAccessor.html" > pairAccessor< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a196f60a46106f091bb84950e99697a83" > getPairs< / a > () const< / td > < / tr >
< tr class = "separator:a196f60a46106f091bb84950e99697a83 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7eef148cd93f8f556fb095c4f0c50a6c inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7eef148cd93f8f556fb095c4f0c50a6c" > increaseCapacityBy< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > len)< / td > < / tr >
< tr class = "memdesc:a7eef148cd93f8f556fb095c4f0c50a6c inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > increase the capacity of the container by at-least len the content will be erased. < a href = "classpFlow_1_1unsortedPairs.html#a7eef148cd93f8f556fb095c4f0c50a6c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a7eef148cd93f8f556fb095c4f0c50a6c inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:afd32d1c4cda15e685fd3008f4ded29f2 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#afd32d1c4cda15e685fd3008f4ded29f2" > clear< / a > ()< / td > < / tr >
< tr class = "separator:afd32d1c4cda15e685fd3008f4ded29f2 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8232063a2ffe74e4227ec3b35389eed9 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > ContainerType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a8232063a2ffe74e4227ec3b35389eed9" > container< / a > () const< / td > < / tr >
< tr class = "separator:a8232063a2ffe74e4227ec3b35389eed9 inherit pub_methods_classpFlow_1_1unsortedPairs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-types" > < / a >
Protected Types< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa33d21b8dec88064eb4bf00262424bc8" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#aa33d21b8dec88064eb4bf00262424bc8" > rpFillFlag< / a > = Kokkos::RangePolicy< < a class = "el" href = "classpFlow_1_1sortedPairs.html#a245dc98ed68bf688e045d352ca6e2174" > ExecutionSpace< / a > , Kokkos::Schedule< Kokkos::Static > , Kokkos::IndexType< < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > > , < a class = "el" href = "classpFlow_1_1sortedPairs_1_1TagFillFlag.html" > TagFillFlag< / a > > < / td > < / tr >
< tr class = "separator:aa33d21b8dec88064eb4bf00262424bc8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aed37af782016485bed43da99bdde7855" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#aed37af782016485bed43da99bdde7855" > rpFillPairs< / a > = Kokkos::RangePolicy< < a class = "el" href = "classpFlow_1_1sortedPairs.html#a245dc98ed68bf688e045d352ca6e2174" > ExecutionSpace< / a > , Kokkos::Schedule< Kokkos::Static > , Kokkos::IndexType< < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > > , < a class = "el" href = "classpFlow_1_1sortedPairs_1_1TagFillPairs.html" > TagFillPairs< / a > > < / td > < / tr >
< tr class = "separator:aed37af782016485bed43da99bdde7855" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a429ca9be380631b55c9a31f39b2e2b18" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#a429ca9be380631b55c9a31f39b2e2b18" > size_< / a > = 0< / td > < / tr >
< tr class = "memdesc:a429ca9be380631b55c9a31f39b2e2b18" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > size of pair list < a href = "classpFlow_1_1sortedPairs.html#a429ca9be380631b55c9a31f39b2e2b18" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a429ca9be380631b55c9a31f39b2e2b18" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4b17f37f6e559eb32f2729960fe629b3" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > , < a class = "el" href = "classpFlow_1_1sortedPairs.html#a245dc98ed68bf688e045d352ca6e2174" > ExecutionSpace< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#a4b17f37f6e559eb32f2729960fe629b3" > flags_< / a > < / td > < / tr >
< tr class = "separator:a4b17f37f6e559eb32f2729960fe629b3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6cd2587a920171962e33cfebff0d0b1d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "classpFlow_1_1sortedPairs.html#acf4d9906ba8a5697d815148b4c432239" > PairType< / a > , < a class = "el" href = "classpFlow_1_1sortedPairs.html#a245dc98ed68bf688e045d352ca6e2174" > ExecutionSpace< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#a6cd2587a920171962e33cfebff0d0b1d" > sortedPairs_< / a > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6cd2587a920171962e33cfebff0d0b1d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_attribs_classpFlow_1_1unsortedPairs" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1unsortedPairs')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1unsortedPairs.html" > unsortedPairs< executionSpace, idType > < / a > < / td > < / tr >
< tr class = "memitem:a318d760a8f0d48a62d42f1d44a41910c inherit pro_attribs_classpFlow_1_1unsortedPairs" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > ContainerType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a318d760a8f0d48a62d42f1d44a41910c" > container_< / a > < / td > < / tr >
< tr class = "separator:a318d760a8f0d48a62d42f1d44a41910c inherit pro_attribs_classpFlow_1_1unsortedPairs" > < 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 executionSpace, typename idType> < br / >
class pFlow::sortedPairs< executionSpace, idType > < / h3 >
< p class = "definition" > Definition at line < a class = "el" href = "sortedPairs_8hpp_source.html#l00033" > 33< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "aace43a73fcea2cf153dd2d9569d72421" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aace43a73fcea2cf153dd2d9569d72421" > ◆ < / a > < / span > UnsortedPairs< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1sortedPairs.html#aace43a73fcea2cf153dd2d9569d72421" > UnsortedPairs< / a > = < a class = "el" href = "classpFlow_1_1unsortedPairs.html" > unsortedPairs< / a > < executionSpace,idType> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sortedPairs_8hpp_source.html#l00039" > 39< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a321d09fcb16c9519f78f3e8326ce48f0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a321d09fcb16c9519f78f3e8326ce48f0" > ◆ < / a > < / span > IdType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1sortedPairs.html#a321d09fcb16c9519f78f3e8326ce48f0" > IdType< / a > = typename < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a692c89a3ec20703da511762a9f727427" > UnsortedPairs::IdType< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sortedPairs_8hpp_source.html#l00041" > 41< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a245dc98ed68bf688e045d352ca6e2174" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a245dc98ed68bf688e045d352ca6e2174" > ◆ < / a > < / span > ExecutionSpace< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1sortedPairs.html#a245dc98ed68bf688e045d352ca6e2174" > ExecutionSpace< / a > = typename < a class = "el" href = "classpFlow_1_1unsortedPairs.html#af0f525b6fd2cb3ded0a601d7fb4a8b83" > UnsortedPairs::ExecutionSpace< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sortedPairs_8hpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a9037fe54e33b899b96a62988ecf26d76" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9037fe54e33b899b96a62988ecf26d76" > ◆ < / a > < / span > memory_space< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1sortedPairs.html#a9037fe54e33b899b96a62988ecf26d76" > memory_space< / a > = typename ExecutionSpace::memory_space< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sortedPairs_8hpp_source.html#l00045" > 45< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< / div >
< / div >
< a id = "acf4d9906ba8a5697d815148b4c432239" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acf4d9906ba8a5697d815148b4c432239" > ◆ < / a > < / span > PairType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1sortedPairs.html#acf4d9906ba8a5697d815148b4c432239" > PairType< / a > = typename < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > UnsortedPairs::PairType< / a > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sortedPairs_8hpp_source.html#l00047" > 47< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ad1ca136a7dde683da26ec3319a4b2cd8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad1ca136a7dde683da26ec3319a4b2cd8" > ◆ < / a > < / span > ContainerType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1sortedPairs.html#ad1ca136a7dde683da26ec3319a4b2cd8" > ContainerType< / a > = typename < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > UnsortedPairs::ContainerType< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sortedPairs_8hpp_source.html#l00049" > 49< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa33d21b8dec88064eb4bf00262424bc8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa33d21b8dec88064eb4bf00262424bc8" > ◆ < / a > < / span > rpFillFlag< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1sortedPairs.html#aa33d21b8dec88064eb4bf00262424bc8" > rpFillFlag< / a > = Kokkos::RangePolicy< < a class = "el" href = "classpFlow_1_1sortedPairs.html#a245dc98ed68bf688e045d352ca6e2174" > ExecutionSpace< / a > , Kokkos::Schedule< Kokkos::Static> , Kokkos::IndexType< < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > > , < a class = "el" href = "classpFlow_1_1sortedPairs_1_1TagFillFlag.html" > TagFillFlag< / a > > < / td >
2023-03-27 10:16:23 -07:00
< / 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 = "sortedPairs_8hpp_source.html#l00098" > 98< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aed37af782016485bed43da99bdde7855" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aed37af782016485bed43da99bdde7855" > ◆ < / a > < / span > rpFillPairs< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1sortedPairs.html#aed37af782016485bed43da99bdde7855" > rpFillPairs< / a > = Kokkos::RangePolicy< < a class = "el" href = "classpFlow_1_1sortedPairs.html#a245dc98ed68bf688e045d352ca6e2174" > ExecutionSpace< / a > , Kokkos::Schedule< Kokkos::Static> , Kokkos::IndexType< < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > > , < a class = "el" href = "classpFlow_1_1sortedPairs_1_1TagFillPairs.html" > TagFillPairs< / a > > < / td >
2023-03-27 10:16:23 -07:00
< / 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 = "sortedPairs_8hpp_source.html#l00104" > 104< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a8706be6c808f79c06a4baeec5db21cf3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8706be6c808f79c06a4baeec5db21cf3" > ◆ < / a > < / span > sortedPairs()< / h2 >
2023-03-27 10:16:23 -07:00
< 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_1sortedPairs.html" > sortedPairs< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > initialSize< / em > = < code > 1< / code > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > explicit< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sortedPairs_8hpp_source.html#l00113" > 113< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "ae1220e68772e0fcf9d1ae157396dfaa4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae1220e68772e0fcf9d1ae157396dfaa4" > ◆ < / a > < / span > TypeInfoNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoNV < / td >
< td > (< / td >
< td class = "paramtype" > " sortedPairs< executionSpace, idType > "   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a32ff8c51a3aa19a92929906c6d81d00b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a32ff8c51a3aa19a92929906c6d81d00b" > ◆ < / a > < / span > beforeBroadSearch()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool beforeBroadSearch < / 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 = "sortedPairs_8hpp_source.html#l00121" > 121< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sortedPairs_8hpp_source.html#l00183" > sortedPairs< executionSpace, idType > ::clear()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sortedContactList_8hpp_source.html#l00092" > sortedContactList< valueType, executionSpace, idType > ::beforeBroadSearch()< / 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 call 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_1sortedPairs_a32ff8c51a3aa19a92929906c6d81d00b_cgraph.png" border = "0" usemap = "#classpFlow_1_1sortedPairs_a32ff8c51a3aa19a92929906c6d81d00b_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sortedPairs_a32ff8c51a3aa19a92929906c6d81d00b_icgraph.png" border = "0" usemap = "#classpFlow_1_1sortedPairs_a32ff8c51a3aa19a92929906c6d81d00b_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a6141d3224e90a32108452817d4e08ea8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6141d3224e90a32108452817d4e08ea8" > ◆ < / a > < / span > afterBroadSearch()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool afterBroadSearch < / 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 = "sortedPairs_8hpp_source.html#l00127" > 127< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sortedPairs_8hpp_source.html#l00189" > sortedPairs< executionSpace, idType > ::prepareSorted()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sortedContactList_8hpp_source.html#l00100" > sortedContactList< valueType, executionSpace, idType > ::afterBroadSearch()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sortedPairs_a6141d3224e90a32108452817d4e08ea8_cgraph.png" border = "0" usemap = "#classpFlow_1_1sortedPairs_a6141d3224e90a32108452817d4e08ea8_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sortedPairs_a6141d3224e90a32108452817d4e08ea8_icgraph.png" border = "0" usemap = "#classpFlow_1_1sortedPairs_a6141d3224e90a32108452817d4e08ea8_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "af8e8593b419b4644ae5a16d355f0424c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af8e8593b419b4644ae5a16d355f0424c" > ◆ < / a > < / span > getPair() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1sortedPairs.html#acf4d9906ba8a5697d815148b4c432239" > PairType< / a > getPair < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > idx< / em > < / 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 = "sortedPairs_8hpp_source.html#l00137" > 137< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sortedPairs_8hpp_source.html#l00092" > sortedPairs< executionSpace, idType > ::sortedPairs_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sortedPairs_8hpp_source.html#l00145" > sortedPairs< executionSpace, idType > ::getPair()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1sortedPairs_af8e8593b419b4644ae5a16d355f0424c_icgraph.png" border = "0" usemap = "#classpFlow_1_1sortedPairs_af8e8593b419b4644ae5a16d355f0424c_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab637a44fcad0d223420b921cea082c1a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab637a44fcad0d223420b921cea082c1a" > ◆ < / a > < / span > getPair() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool getPair < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > idx< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1sortedPairs.html#acf4d9906ba8a5697d815148b4c432239" > PairType< / a > &   < / td >
< td class = "paramname" > < em > p< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / 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 = "sortedPairs_8hpp_source.html#l00145" > 145< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sortedPairs_8hpp_source.html#l00137" > sortedPairs< executionSpace, idType > ::getPair()< / a > , and < a class = "el" href = "sortedPairs_8hpp_source.html#l00159" > sortedPairs< executionSpace, idType > ::isValid()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1sortedPairs_ab637a44fcad0d223420b921cea082c1a_cgraph.png" border = "0" usemap = "#classpFlow_1_1sortedPairs_ab637a44fcad0d223420b921cea082c1a_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aedf8edb334ea2783de06581536ff1d79" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aedf8edb334ea2783de06581536ff1d79" > ◆ < / a > < / span > isValid()< / h2 >
2023-03-27 10:16:23 -07:00
< 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool isValid < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > idx< / em > < / 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 = "sortedPairs_8hpp_source.html#l00159" > 159< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sortedPairs_8hpp_source.html#l00088" > sortedPairs< executionSpace, idType > ::size_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sortedPairs_8hpp_source.html#l00145" > sortedPairs< executionSpace, idType > ::getPair()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1sortedPairs_aedf8edb334ea2783de06581536ff1d79_icgraph.png" border = "0" usemap = "#classpFlow_1_1sortedPairs_aedf8edb334ea2783de06581536ff1d79_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a91e42e32d0d132f5a4ea77685e441f12" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a91e42e32d0d132f5a4ea77685e441f12" > ◆ < / a > < / span > size()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > size < / td >
2023-03-27 10:16:23 -07:00
< 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 = "sortedPairs_8hpp_source.html#l00167" > 167< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sortedPairs_8hpp_source.html#l00088" > sortedPairs< executionSpace, idType > ::size_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sortedContactList_8hpp_source.html#l00063" > sortedContactList< valueType, executionSpace, idType > ::adjustCapacity()< / a > , < a class = "el" href = "sortedContactList_8hpp_source.html#l00100" > sortedContactList< valueType, executionSpace, idType > ::afterBroadSearch()< / a > , and < a class = "el" href = "sortedContactList_8hpp_source.html#l00092" > sortedContactList< valueType, executionSpace, idType > ::beforeBroadSearch()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1sortedPairs_a91e42e32d0d132f5a4ea77685e441f12_icgraph.png" border = "0" usemap = "#classpFlow_1_1sortedPairs_a91e42e32d0d132f5a4ea77685e441f12_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aee663f8b6fb1d42a4fd10d4da252e743" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aee663f8b6fb1d42a4fd10d4da252e743" > ◆ < / a > < / span > loopCount()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > loopCount < / td >
2023-03-27 10:16:23 -07:00
< 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 = "sortedPairs_8hpp_source.html#l00172" > 172< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sortedPairs_8hpp_source.html#l00088" > sortedPairs< executionSpace, idType > ::size_< / a > .< / p >
< / div >
< / div >
< a id = "a196f60a46106f091bb84950e99697a83" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a196f60a46106f091bb84950e99697a83" > ◆ < / a > < / span > getPairs()< / 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 = "structpFlow_1_1sortedPairs_1_1pairAccessor.html" > pairAccessor< / a > getPairs < / 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 = "sortedPairs_8hpp_source.html#l00177" > 177< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sortedPairs_8hpp_source.html#l00088" > sortedPairs< executionSpace, idType > ::size_< / a > , and < a class = "el" href = "sortedPairs_8hpp_source.html#l00092" > sortedPairs< executionSpace, idType > ::sortedPairs_< / a > .< / p >
< / div >
< / div >
< a id = "afd32d1c4cda15e685fd3008f4ded29f2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afd32d1c4cda15e685fd3008f4ded29f2" > ◆ < / a > < / span > clear()< / 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 = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void clear < / 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 = "sortedPairs_8hpp_source.html#l00183" > 183< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00201" > unsortedPairs< executionSpace, idType > ::clear()< / a > , and < a class = "el" href = "sortedPairs_8hpp_source.html#l00088" > sortedPairs< executionSpace, idType > ::size_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sortedPairs_8hpp_source.html#l00121" > sortedPairs< executionSpace, idType > ::beforeBroadSearch()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-10-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sortedPairs_afd32d1c4cda15e685fd3008f4ded29f2_cgraph.png" border = "0" usemap = "#classpFlow_1_1sortedPairs_afd32d1c4cda15e685fd3008f4ded29f2_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-11" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-11-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-11-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sortedPairs_afd32d1c4cda15e685fd3008f4ded29f2_icgraph.png" border = "0" usemap = "#classpFlow_1_1sortedPairs_afd32d1c4cda15e685fd3008f4ded29f2_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a34f835663a19f31aa1999f867d6b2109" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a34f835663a19f31aa1999f867d6b2109" > ◆ < / a > < / span > prepareSorted()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void prepareSorted < / 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 = "sortedPairs_8hpp_source.html#l00189" > 189< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00168" > unsortedPairs< executionSpace, idType > ::capacity()< / a > , < a class = "el" href = "ViewAlgorithms_8hpp_source.html#l00439" > pFlow::exclusiveScan()< / a > , < a class = "el" href = "sortedPairs_8hpp_source.html#l00090" > sortedPairs< executionSpace, idType > ::flags_< / a > , < a class = "el" href = "ViewAlgorithms_8hpp_source.html#l00270" > pFlow::getNth()< / a > , < a class = "el" href = "KokkosUtilities_8hpp_source.html#l00064" > pFlow::reallocNoInit()< / a > , < a class = "el" href = "sortedPairs_8hpp_source.html#l00088" > sortedPairs< executionSpace, idType > ::size_< / a > , < a class = "el" href = "VectorAlgorithm_8hpp_source.html#l00062" > pFlow::sort()< / a > , and < a class = "el" href = "sortedPairs_8hpp_source.html#l00092" > sortedPairs< executionSpace, idType > ::sortedPairs_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "sortedPairs_8hpp_source.html#l00127" > sortedPairs< executionSpace, idType > ::afterBroadSearch()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-12" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-12-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sortedPairs_a34f835663a19f31aa1999f867d6b2109_cgraph.png" border = "0" usemap = "#classpFlow_1_1sortedPairs_a34f835663a19f31aa1999f867d6b2109_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-13" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-13-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-13-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-13-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sortedPairs_a34f835663a19f31aa1999f867d6b2109_icgraph.png" border = "0" usemap = "#classpFlow_1_1sortedPairs_a34f835663a19f31aa1999f867d6b2109_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "abfdab736eb461ff467efe433ef0ac023" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abfdab736eb461ff467efe433ef0ac023" > ◆ < / a > < / span > operator()() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void operator() < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1sortedPairs_1_1TagFillFlag.html" > TagFillFlag< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > i< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / 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 = "sortedPairs_8hpp_source.html#l00238" > 238< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > , and < a class = "el" href = "sortedPairs_8hpp_source.html#l00090" > sortedPairs< executionSpace, idType > ::flags_< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ada2b4a7c291883eaebb668cfc642d7e7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ada2b4a7c291883eaebb668cfc642d7e7" > ◆ < / a > < / span > operator()() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void operator() < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1sortedPairs_1_1TagFillPairs.html" > TagFillPairs< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > i< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / 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 = "sortedPairs_8hpp_source.html#l00247" > 247< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > , < a class = "el" href = "sortedPairs_8hpp_source.html#l00090" > sortedPairs< executionSpace, idType > ::flags_< / a > , and < a class = "el" href = "sortedPairs_8hpp_source.html#l00092" > sortedPairs< executionSpace, idType > ::sortedPairs_< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a429ca9be380631b55c9a31f39b2e2b18" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a429ca9be380631b55c9a31f39b2e2b18" > ◆ < / a > < / span > size_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > size_ = 0< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > size of pair list < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sortedPairs_8hpp_source.html#l00088" > 88< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sortedPairs_8hpp_source.html#l00183" > sortedPairs< executionSpace, idType > ::clear()< / a > , < a class = "el" href = "sortedPairs_8hpp_source.html#l00177" > sortedPairs< executionSpace, idType > ::getPairs()< / a > , < a class = "el" href = "sortedPairs_8hpp_source.html#l00159" > sortedPairs< executionSpace, idType > ::isValid()< / a > , < a class = "el" href = "sortedPairs_8hpp_source.html#l00172" > sortedPairs< executionSpace, idType > ::loopCount()< / a > , < a class = "el" href = "sortedPairs_8hpp_source.html#l00189" > sortedPairs< executionSpace, idType > ::prepareSorted()< / a > , and < a class = "el" href = "sortedPairs_8hpp_source.html#l00167" > sortedPairs< executionSpace, idType > ::size()< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a4b17f37f6e559eb32f2729960fe629b3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4b17f37f6e559eb32f2729960fe629b3" > ◆ < / a > < / span > flags_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > ,< a class = "el" href = "classpFlow_1_1sortedPairs.html#a245dc98ed68bf688e045d352ca6e2174" > ExecutionSpace< / a > > flags_< / td >
2023-03-27 10:16:23 -07:00
< / 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 = "sortedPairs_8hpp_source.html#l00090" > 90< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sortedPairs_8hpp_source.html#l00238" > sortedPairs< executionSpace, idType > ::operator()()< / a > , and < a class = "el" href = "sortedPairs_8hpp_source.html#l00189" > sortedPairs< executionSpace, idType > ::prepareSorted()< / a > .< / p >
< / div >
< / div >
< a id = "a6cd2587a920171962e33cfebff0d0b1d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6cd2587a920171962e33cfebff0d0b1d" > ◆ < / a > < / span > sortedPairs_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "classpFlow_1_1sortedPairs.html#acf4d9906ba8a5697d815148b4c432239" > PairType< / a > ,< a class = "el" href = "classpFlow_1_1sortedPairs.html#a245dc98ed68bf688e045d352ca6e2174" > ExecutionSpace< / a > > sortedPairs_< / td >
2023-03-27 10:16:23 -07:00
< / 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 = "sortedPairs_8hpp_source.html#l00092" > 92< / a > of file < a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sortedContactList_8hpp_source.html#l00092" > sortedContactList< valueType, executionSpace, idType > ::beforeBroadSearch()< / a > , < a class = "el" href = "sortedPairs_8hpp_source.html#l00137" > sortedPairs< executionSpace, idType > ::getPair()< / a > , < a class = "el" href = "sortedPairs_8hpp_source.html#l00177" > sortedPairs< executionSpace, idType > ::getPairs()< / a > , < a class = "el" href = "sortedContactList_8hpp_source.html#l00129" > sortedContactList< valueType, executionSpace, idType > ::operator()()< / a > , < a class = "el" href = "sortedPairs_8hpp_source.html#l00247" > sortedPairs< executionSpace, idType > ::operator()()< / a > , and < a class = "el" href = "sortedPairs_8hpp_source.html#l00189" > sortedPairs< executionSpace, idType > ::prepareSorted()< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > src/Interaction/contactLists/< a class = "el" href = "sortedPairs_8hpp_source.html" > sortedPairs.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_1sortedPairs.html" > sortedPairs< / 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 >