2020-09-01 16:00:33 +02:00
<!-- HTML header for doxygen 1.8.18 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2022-01-16 18:02:36 +01:00
< meta name = "generator" content = "Doxygen 1.8.15" / >
2020-09-01 16:00:33 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: AdjustablePriorityQueue< T, Comp > < / 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 >
2022-01-16 18:02:36 +01:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */< / script >
2020-09-01 16:00:33 +02:00
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "orLogo.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > OR-Tools
2021-12-14 13:41:01 +01:00
  < span id = "projectnumber" > 9.2< / span >
2020-09-01 16:00:33 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-01-16 18:02:36 +01:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-16 18:02:36 +01:00
/* @license-end */< / script >
2020-09-01 16:00:33 +02:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('class_adjustable_priority_queue.html','');});
2020-09-01 16:00:33 +02:00
/* @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-methods" > Public Member Functions< / a > |
2020-10-09 12:00:09 +02:00
< a href = "class_adjustable_priority_queue-members.html" > List of all members< / a > < / div >
2022-01-16 18:02:36 +01:00
< div class = "headertitle" >
< div class = "title" > AdjustablePriorityQueue< T, Comp > < / div > < / div >
2020-09-01 16:00:33 +02:00
< / div > <!-- header -->
< div class = "contents" >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2022-01-16 18:02:36 +01:00
< div class = "textblock" > < h3 > template< typename T, typename Comp = std::less< T> > < br / >
class AdjustablePriorityQueue< T, Comp > < / h3 >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "adjustable__priority__queue_8h_source.html#l00038" > 38< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div > < table class = "memberdecls" >
2022-01-16 18:02:36 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
2020-09-01 16:00:33 +02:00
Public Member Functions< / h2 > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a1b5aac314749f1999e7c1b78da268877" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a1b5aac314749f1999e7c1b78da268877" > AdjustablePriorityQueue< / a > ()< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a1b5aac314749f1999e7c1b78da268877" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a742bb30d772bef615843b04c073a56c6" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a742bb30d772bef615843b04c073a56c6" > AdjustablePriorityQueue< / a > (const Comp & c)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a742bb30d772bef615843b04c073a56c6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aa57f0050c4d693919745d9a80e314473" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#aa57f0050c4d693919745d9a80e314473" > AdjustablePriorityQueue< / a > (const < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > & )=delete< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aa57f0050c4d693919745d9a80e314473" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-01-16 18:02:36 +01:00
< tr class = "memitem:a2027e040afd5cf197a7ebe39c86a5d1a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a2027e040afd5cf197a7ebe39c86a5d1a" > operator=< / a > (const < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > & )=delete< / td > < / tr >
< tr class = "separator:a2027e040afd5cf197a7ebe39c86a5d1a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:acc9bddd1670d1451777f0835bfc6ea76" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#acc9bddd1670d1451777f0835bfc6ea76" > AdjustablePriorityQueue< / a > (< a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > & & )=default< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:acc9bddd1670d1451777f0835bfc6ea76" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-01-16 18:02:36 +01:00
< tr class = "memitem:a812b31457610da0a7a7c0272bc0d445e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a812b31457610da0a7a7c0272bc0d445e" > operator=< / a > (< a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > & & )=default< / td > < / tr >
< tr class = "separator:a812b31457610da0a7a7c0272bc0d445e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ac312fa979ea8afd5deabd6b581b3bb1f" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#ac312fa979ea8afd5deabd6b581b3bb1f" > Add< / a > (T *val)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ac312fa979ea8afd5deabd6b581b3bb1f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a36647f60b5f27624275724445403ea1d" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a36647f60b5f27624275724445403ea1d" > Remove< / a > (T *val)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a36647f60b5f27624275724445403ea1d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a7d1005d75f40525f91a2acb84348bc3c" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a7d1005d75f40525f91a2acb84348bc3c" > Contains< / a > (const T *val) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a7d1005d75f40525f91a2acb84348bc3c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a506169056c5f470fabdf77aa1934a5a3" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a506169056c5f470fabdf77aa1934a5a3" > NoteChangedPriority< / a > (T *val)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a506169056c5f470fabdf77aa1934a5a3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-01-16 18:02:36 +01:00
< tr class = "memitem:a8e7578f2135632c4d0ce66fd5936231e" > < td class = "memItemLeft" align = "right" valign = "top" > T *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a8e7578f2135632c4d0ce66fd5936231e" > Top< / a > ()< / td > < / tr >
< tr class = "separator:a8e7578f2135632c4d0ce66fd5936231e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3026a9dbbe6ffea38a85e05df3286c82" > < td class = "memItemLeft" align = "right" valign = "top" > const T *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a3026a9dbbe6ffea38a85e05df3286c82" > Top< / a > () const< / td > < / tr >
< tr class = "separator:a3026a9dbbe6ffea38a85e05df3286c82" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aa301a6d8eec6b169f74ecf679eeca69c" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#aa301a6d8eec6b169f74ecf679eeca69c" > AllTop< / a > (std::vector< T * > *topvec)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aa301a6d8eec6b169f74ecf679eeca69c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a701a584ce72cccbcce9cb0656b6c898b" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a701a584ce72cccbcce9cb0656b6c898b" > Pop< / a > ()< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a701a584ce72cccbcce9cb0656b6c898b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a24926108b770033792d015cb86aeffb3" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a24926108b770033792d015cb86aeffb3" > Size< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a24926108b770033792d015cb86aeffb3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ae37167b9b5134bd482bc4e21d77b3f4b" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#ae37167b9b5134bd482bc4e21d77b3f4b" > Capacity< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ae37167b9b5134bd482bc4e21d77b3f4b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a6b6b3e4f8f4a0d9b43e28ac622ca1e2b" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a6b6b3e4f8f4a0d9b43e28ac622ca1e2b" > SetCapacity< / a > (size_t c)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a6b6b3e4f8f4a0d9b43e28ac622ca1e2b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a8e12342fc420701fbffd97025421575a" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a8e12342fc420701fbffd97025421575a" > IsEmpty< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a8e12342fc420701fbffd97025421575a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aa71d36872f416feaa853788a7a7a7ef8" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#aa71d36872f416feaa853788a7a7a7ef8" > Clear< / a > ()< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aa71d36872f416feaa853788a7a7a7ef8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a0e2767a8e16637ccbcf3a04fa6761fe9" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a0e2767a8e16637ccbcf3a04fa6761fe9" > CheckValid< / a > ()< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a0e2767a8e16637ccbcf3a04fa6761fe9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-01-16 18:02:36 +01:00
< tr class = "memitem:a3851da81ad9a9c858fc40be1f3f7baf2" > < td class = "memItemLeft" align = "right" valign = "top" > const std::vector< T * > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a3851da81ad9a9c858fc40be1f3f7baf2" > Raw< / a > () const< / td > < / tr >
< tr class = "separator:a3851da81ad9a9c858fc40be1f3f7baf2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-09-01 16:00:33 +02:00
< / table >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2022-01-16 18:02:36 +01:00
< a id = "a1b5aac314749f1999e7c1b78da268877" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1b5aac314749f1999e7c1b78da268877" > ◆ < / a > < / span > AdjustablePriorityQueue() < 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 >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > < / td >
2020-09-01 16:00:33 +02:00
< 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 = "adjustable__priority__queue_8h_source.html#l00042" > 42< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a742bb30d772bef615843b04c073a56c6" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a742bb30d772bef615843b04c073a56c6" > ◆ < / a > < / span > AdjustablePriorityQueue() < 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 >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > const Comp &   < / td >
< td class = "paramname" > < em > c< / 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 = "adjustable__priority__queue_8h_source.html#l00043" > 43< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "aa57f0050c4d693919745d9a80e314473" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa57f0050c4d693919745d9a80e314473" > ◆ < / a > < / span > AdjustablePriorityQueue() < 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 >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
2020-10-09 12:00:09 +02:00
< td class = "paramtype" > const < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > < T, Comp > &   < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "acc9bddd1670d1451777f0835bfc6ea76" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acc9bddd1670d1451777f0835bfc6ea76" > ◆ < / a > < / span > AdjustablePriorityQueue() < 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 >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
2020-10-09 12:00:09 +02:00
< td class = "paramtype" > < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > < T, Comp > & &   < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2022-01-16 18:02:36 +01:00
< a id = "ac312fa979ea8afd5deabd6b581b3bb1f" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac312fa979ea8afd5deabd6b581b3bb1f" > ◆ < / a > < / span > Add()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Add < / td >
< td > (< / td >
< td class = "paramtype" > T *  < / td >
< td class = "paramname" > < em > val< / 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 = "adjustable__priority__queue_8h_source.html#l00049" > 49< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "aa301a6d8eec6b169f74ecf679eeca69c" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa301a6d8eec6b169f74ecf679eeca69c" > ◆ < / a > < / span > AllTop()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void AllTop < / td >
< td > (< / td >
< td class = "paramtype" > std::vector< T * > *  < / td >
< td class = "paramname" > < em > topvec< / 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 = "adjustable__priority__queue_8h_source.html#l00091" > 91< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "ae37167b9b5134bd482bc4e21d77b3f4b" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae37167b9b5134bd482bc4e21d77b3f4b" > ◆ < / a > < / span > Capacity()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int Capacity < / 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 = "adjustable__priority__queue_8h_source.html#l00122" > 122< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a0e2767a8e16637ccbcf3a04fa6761fe9" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0e2767a8e16637ccbcf3a04fa6761fe9" > ◆ < / a > < / span > CheckValid()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void CheckValid < / 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 = "adjustable__priority__queue_8h_source.html#l00133" > 133< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "aa71d36872f416feaa853788a7a7a7ef8" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa71d36872f416feaa853788a7a7a7ef8" > ◆ < / 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" > 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 = "adjustable__priority__queue_8h_source.html#l00129" > 129< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a7d1005d75f40525f91a2acb84348bc3c" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7d1005d75f40525f91a2acb84348bc3c" > ◆ < / a > < / span > Contains()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool Contains < / td >
< td > (< / td >
< td class = "paramtype" > const T *  < / td >
< td class = "paramname" > < em > val< / 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 = "adjustable__priority__queue_8h_source.html#l00069" > 69< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a8e12342fc420701fbffd97025421575a" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8e12342fc420701fbffd97025421575a" > ◆ < / a > < / span > IsEmpty()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool IsEmpty < / 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 = "adjustable__priority__queue_8h_source.html#l00127" > 127< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a506169056c5f470fabdf77aa1934a5a3" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a506169056c5f470fabdf77aa1934a5a3" > ◆ < / a > < / span > NoteChangedPriority()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void NoteChangedPriority < / td >
< td > (< / td >
< td class = "paramtype" > T *  < / td >
< td class = "paramname" > < em > val< / 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 = "adjustable__priority__queue_8h_source.html#l00074" > 74< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a2027e040afd5cf197a7ebe39c86a5d1a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2027e040afd5cf197a7ebe39c86a5d1a" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/2]< / span > < / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2022-01-16 18:02:36 +01:00
< td class = "memname" > < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > & operator= < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
2022-01-16 18:02:36 +01:00
< td class = "paramtype" > const < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > < T, Comp > &   < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2022-01-16 18:02:36 +01:00
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a812b31457610da0a7a7c0272bc0d445e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a812b31457610da0a7a7c0272bc0d445e" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/2]< / span > < / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2022-01-16 18:02:36 +01:00
< td class = "memname" > < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > & operator= < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
2022-01-16 18:02:36 +01:00
< td class = "paramtype" > < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > < T, Comp > & &   < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2022-01-16 18:02:36 +01:00
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a701a584ce72cccbcce9cb0656b6c898b" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a701a584ce72cccbcce9cb0656b6c898b" > ◆ < / a > < / span > Pop()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Pop < / 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 = "adjustable__priority__queue_8h_source.html#l00117" > 117< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a3851da81ad9a9c858fc40be1f3f7baf2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3851da81ad9a9c858fc40be1f3f7baf2" > ◆ < / a > < / span > Raw()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2022-01-16 18:02:36 +01:00
< td class = "memname" > const std::vector< T*> * Raw < / td >
2020-09-01 16:00:33 +02: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 = "adjustable__priority__queue_8h_source.html#l00151" > 151< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a36647f60b5f27624275724445403ea1d" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a36647f60b5f27624275724445403ea1d" > ◆ < / a > < / span > Remove()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Remove < / td >
< td > (< / td >
< td class = "paramtype" > T *  < / td >
< td class = "paramname" > < em > val< / 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 = "adjustable__priority__queue_8h_source.html#l00056" > 56< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a6b6b3e4f8f4a0d9b43e28ac622ca1e2b" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6b6b3e4f8f4a0d9b43e28ac622ca1e2b" > ◆ < / a > < / span > SetCapacity()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void SetCapacity < / td >
< td > (< / td >
< td class = "paramtype" > size_t  < / td >
< td class = "paramname" > < em > c< / 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 = "adjustable__priority__queue_8h_source.html#l00125" > 125< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a24926108b770033792d015cb86aeffb3" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a24926108b770033792d015cb86aeffb3" > ◆ < / a > < / span > Size()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int Size < / 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 = "adjustable__priority__queue_8h_source.html#l00119" > 119< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a8e7578f2135632c4d0ce66fd5936231e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8e7578f2135632c4d0ce66fd5936231e" > ◆ < / a > < / span > Top() < span class = "overload" > [1/2]< / span > < / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2022-01-16 18:02:36 +01:00
< td class = "memname" > T* Top < / td >
2020-09-01 16:00:33 +02:00
< 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 = "adjustable__priority__queue_8h_source.html#l00087" > 87< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
2022-01-16 18:02:36 +01:00
< a id = "a3026a9dbbe6ffea38a85e05df3286c82" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3026a9dbbe6ffea38a85e05df3286c82" > ◆ < / a > < / span > Top() < span class = "overload" > [2/2]< / span > < / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2022-01-16 18:02:36 +01:00
< td class = "memname" > const T* Top < / td >
2020-09-01 16:00:33 +02: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 = "adjustable__priority__queue_8h_source.html#l00089" > 89< / a > of file < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "adjustable__priority__queue_8h_source.html" > adjustable_priority_queue.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- HTML footer for doxygen 1.8.18 -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2020-10-09 12:00:09 +02:00
< li class = "navelem" > < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > < / li >
2020-09-01 16:00:33 +02:00
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2022-01-16 18:02:36 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.15 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >