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" / >
2021-09-30 01:18:45 +02:00
< meta name = "generator" content = "Doxygen 1.9.2" / >
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 >
< 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-09-20 15:57:27 +02:00
  < span id = "projectnumber" > 9.1< / span >
2020-09-01 16:00:33 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2021-09-30 01:18:45 +02:00
<!-- Generated by Doxygen 1.9.2 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
2021-09-30 01:18:45 +02:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
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" >
2021-09-30 01:18:45 +02:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2021-09-30 01:18:45 +02: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" >
2021-09-30 01:18:45 +02:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(document).ready(function(){initNavTree('class_adjustable_priority_queue.html',''); initResizable(); });
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 >
2021-09-30 01:18:45 +02: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 >
2021-09-30 01:18:45 +02:00
< div class = "textblock" > < div class = "compoundTemplParams" > template< typename T, typename Comp = std::less< T> > < br / >
class AdjustablePriorityQueue< T, Comp > < / div >
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" >
2021-09-30 01:18:45 +02:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-methods" 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 >
2021-09-30 01:18:45 +02:00
< tr class = "memitem:a543b94701e57bcdf7c61476764cdb814" > < 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#a543b94701e57bcdf7c61476764cdb814" > operator=< / a > (const < a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > & )=delete< / td > < / tr >
< tr class = "separator:a543b94701e57bcdf7c61476764cdb814" > < 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 >
2021-09-30 01:18:45 +02:00
< tr class = "memitem:ad3cd8512620148fe196dc2e4593d7b3a" > < 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#ad3cd8512620148fe196dc2e4593d7b3a" > operator=< / a > (< a class = "el" href = "class_adjustable_priority_queue.html" > AdjustablePriorityQueue< / a > & & )=default< / td > < / tr >
< tr class = "separator:ad3cd8512620148fe196dc2e4593d7b3a" > < 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 >
2021-09-30 01:18:45 +02:00
< tr class = "memitem:a503e1bfef34fc7acf03340ddd74b5872" > < td class = "memItemLeft" align = "right" valign = "top" > T *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a503e1bfef34fc7acf03340ddd74b5872" > Top< / a > ()< / td > < / tr >
< tr class = "separator:a503e1bfef34fc7acf03340ddd74b5872" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a97a27617c191bae734401e44c6cda63b" > < td class = "memItemLeft" align = "right" valign = "top" > const T *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_adjustable_priority_queue.html#a97a27617c191bae734401e44c6cda63b" > Top< / a > () const< / td > < / tr >
< tr class = "separator:a97a27617c191bae734401e44c6cda63b" > < 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 >
2021-09-30 01:18:45 +02:00
< tr class = "memitem:a490e921eadeae7db0606158656c85188" > < 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#a490e921eadeae7db0606158656c85188" > Raw< / a > () const< / td > < / tr >
< tr class = "separator:a490e921eadeae7db0606158656c85188" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-09-01 16:00:33 +02:00
< / table >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2021-09-30 01:18:45 +02:00
< a id = "a1b5aac314749f1999e7c1b78da268877" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "a742bb30d772bef615843b04c073a56c6" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "aa57f0050c4d693919745d9a80e314473" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "acc9bddd1670d1451777f0835bfc6ea76" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "ac312fa979ea8afd5deabd6b581b3bb1f" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "aa301a6d8eec6b169f74ecf679eeca69c" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "ae37167b9b5134bd482bc4e21d77b3f4b" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "a0e2767a8e16637ccbcf3a04fa6761fe9" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "aa71d36872f416feaa853788a7a7a7ef8" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "a7d1005d75f40525f91a2acb84348bc3c" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "a8e12342fc420701fbffd97025421575a" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "a506169056c5f470fabdf77aa1934a5a3" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "ad3cd8512620148fe196dc2e4593d7b3a" name = "ad3cd8512620148fe196dc2e4593d7b3a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad3cd8512620148fe196dc2e4593d7b3a" > ◆ < / 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 >
2021-09-30 01:18:45 +02: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 >
2021-09-30 01:18:45 +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" >
2021-09-30 01:18:45 +02: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 >
2021-09-30 01:18:45 +02:00
< a id = "a543b94701e57bcdf7c61476764cdb814" name = "a543b94701e57bcdf7c61476764cdb814" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a543b94701e57bcdf7c61476764cdb814" > ◆ < / 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 >
2021-09-30 01:18:45 +02: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 >
2021-09-30 01:18:45 +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" >
2021-09-30 01:18:45 +02: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 >
2021-09-30 01:18:45 +02:00
< a id = "a701a584ce72cccbcce9cb0656b6c898b" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "a490e921eadeae7db0606158656c85188" name = "a490e921eadeae7db0606158656c85188" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a490e921eadeae7db0606158656c85188" > ◆ < / 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 >
2021-09-30 01:18:45 +02: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 >
2021-09-30 01:18:45 +02:00
< a id = "a36647f60b5f27624275724445403ea1d" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "a6b6b3e4f8f4a0d9b43e28ac622ca1e2b" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "a24926108b770033792d015cb86aeffb3" name = "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 >
2021-09-30 01:18:45 +02:00
< a id = "a503e1bfef34fc7acf03340ddd74b5872" name = "a503e1bfef34fc7acf03340ddd74b5872" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a503e1bfef34fc7acf03340ddd74b5872" > ◆ < / 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 >
2021-09-30 01:18:45 +02: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 >
2021-09-30 01:18:45 +02:00
< a id = "a97a27617c191bae734401e44c6cda63b" name = "a97a27617c191bae734401e44c6cda63b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a97a27617c191bae734401e44c6cda63b" > ◆ < / 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 >
2021-09-30 01:18:45 +02: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" >
2021-09-30 01:18:45 +02:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.9.2 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >