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-17 21:42:14 +01:00
< meta name = "generator" content = "Doxygen 1.9.3" / >
2020-09-01 16:00:33 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: Cleanup< Callback > < / 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
2022-03-04 00:11:33 +01:00
  < span id = "projectnumber" > 9.3< / span >
2020-09-01 16:00:33 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-01-17 21:42:14 +01:00
<!-- Generated by Doxygen 1.9.3 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
2022-01-17 21:42:14 +01: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" >
2022-01-17 21:42:14 +01: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(); });
});
2022-01-17 21:42:14 +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-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(document).ready(function(){initNavTree('classabsl_1_1_cleanup.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 = "classabsl_1_1_cleanup-members.html" > List of all members< / a > < / div >
2022-01-17 21:42:14 +01:00
< div class = "headertitle" > < div class = "title" > Cleanup< Callback > < / 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-17 21:42:14 +01:00
< div class = "textblock" > < div class = "compoundTemplParams" > template< typename Callback> < br / >
class absl::Cleanup< Callback > < / div >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "cleanup_8h_source.html#l00086" > 86< / a > of file < a class = "el" href = "cleanup_8h_source.html" > cleanup.h< / a > .< / p >
< / div > < table class = "memberdecls" >
2022-01-17 21:42:14 +01: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:a8e68c74f052d0b13731aabbb8f2d96d4" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classabsl_1_1_cleanup.html#a8e68c74f052d0b13731aabbb8f2d96d4" > Cleanup< / a > ()=default< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a8e68c74f052d0b13731aabbb8f2d96d4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:acdd8f774d09c31a4698403d39ca69f3e" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classabsl_1_1_cleanup.html#acdd8f774d09c31a4698403d39ca69f3e" > Cleanup< / a > (< a class = "el" href = "classabsl_1_1_cleanup.html" > Cleanup< / a > & & )=default< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:acdd8f774d09c31a4698403d39ca69f3e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7cd4e2e06938eb3af8a314cbc279e613" > < td class = "memTemplParams" colspan = "2" > template< typename TheCallback > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a7cd4e2e06938eb3af8a314cbc279e613" > < td class = "memTemplItemLeft" align = "right" valign = "top" >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classabsl_1_1_cleanup.html#a7cd4e2e06938eb3af8a314cbc279e613" > Cleanup< / a > (TheCallback & & the_callback)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a7cd4e2e06938eb3af8a314cbc279e613" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6ed2d5b50dbfecc2d46fa4b58508d089" > < td class = "memTemplParams" colspan = "2" > template< typename OtherCallback > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a6ed2d5b50dbfecc2d46fa4b58508d089" > < td class = "memTemplItemLeft" align = "right" valign = "top" >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classabsl_1_1_cleanup.html#a6ed2d5b50dbfecc2d46fa4b58508d089" > Cleanup< / a > (< a class = "el" href = "classabsl_1_1_cleanup.html" > Cleanup< / a > < OtherCallback > & & other_cleanup)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a6ed2d5b50dbfecc2d46fa4b58508d089" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a66726cb5d85b586e40987a8188a6c8c9" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classabsl_1_1_cleanup.html#a66726cb5d85b586e40987a8188a6c8c9" > ~Cleanup< / a > ()< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a66726cb5d85b586e40987a8188a6c8c9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memitem:ae63a5b959d0759e7ee58fb3f1bf89696" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classabsl_1_1_cleanup.html" > Cleanup< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classabsl_1_1_cleanup.html#ae63a5b959d0759e7ee58fb3f1bf89696" > operator=< / a > (< a class = "el" href = "classabsl_1_1_cleanup.html" > Cleanup< / a > & & )=default< / td > < / tr >
< tr class = "separator:ae63a5b959d0759e7ee58fb3f1bf89696" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a8a1144011919d2f5a36baa45ba8fb638" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classabsl_1_1_cleanup.html#a8a1144011919d2f5a36baa45ba8fb638" > is_released< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a8a1144011919d2f5a36baa45ba8fb638" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:a0559036920b1474be69635e7ba3d41ad" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classabsl_1_1_cleanup.html#a0559036920b1474be69635e7ba3d41ad" > Invoke< / a > () & & < / td > < / tr >
< tr class = "separator:a0559036920b1474be69635e7ba3d41ad" > < 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-17 21:42:14 +01:00
< a id = "a8e68c74f052d0b13731aabbb8f2d96d4" name = "a8e68c74f052d0b13731aabbb8f2d96d4" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8e68c74f052d0b13731aabbb8f2d96d4" > ◆ < / a > < / span > Cleanup() < 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 = "classabsl_1_1_cleanup.html" > Cleanup< / 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" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "acdd8f774d09c31a4698403d39ca69f3e" name = "acdd8f774d09c31a4698403d39ca69f3e" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acdd8f774d09c31a4698403d39ca69f3e" > ◆ < / a > < / span > Cleanup() < 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 = "classabsl_1_1_cleanup.html" > Cleanup< / 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 = "classabsl_1_1_cleanup.html" > Cleanup< / a > < Callback > & &   < / 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 >
2022-01-17 21:42:14 +01:00
< a id = "a7cd4e2e06938eb3af8a314cbc279e613" name = "a7cd4e2e06938eb3af8a314cbc279e613" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7cd4e2e06938eb3af8a314cbc279e613" > ◆ < / a > < / span > Cleanup() < 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 = "classabsl_1_1_cleanup.html" > Cleanup< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > TheCallback & &   < / td >
< td class = "paramname" > < em > the_callback< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > explicit< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "cleanup_8h_source.html#l00096" > 96< / a > of file < a class = "el" href = "cleanup_8h_source.html" > cleanup.h< / a > .< / p >
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a6ed2d5b50dbfecc2d46fa4b58508d089" name = "a6ed2d5b50dbfecc2d46fa4b58508d089" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6ed2d5b50dbfecc2d46fa4b58508d089" > ◆ < / a > < / span > Cleanup() < 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 = "classabsl_1_1_cleanup.html" > Cleanup< / 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 = "classabsl_1_1_cleanup.html" > Cleanup< / a > < OtherCallback > & &   < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > other_cleanup< / 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 = "cleanup_8h_source.html#l00100" > 100< / a > of file < a class = "el" href = "cleanup_8h_source.html" > cleanup.h< / a > .< / p >
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a66726cb5d85b586e40987a8188a6c8c9" name = "a66726cb5d85b586e40987a8188a6c8c9" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a66726cb5d85b586e40987a8188a6c8c9" > ◆ < / a > < / span > ~Cleanup()< / 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 = "classabsl_1_1_cleanup.html" > Cleanup< / 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 = "cleanup_8h_source.html#l00103" > 103< / a > of file < a class = "el" href = "cleanup_8h_source.html" > cleanup.h< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2022-03-04 00:11:33 +01:00
< a id = "a0559036920b1474be69635e7ba3d41ad" name = "a0559036920b1474be69635e7ba3d41ad" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0559036920b1474be69635e7ba3d41ad" > ◆ < / a > < / span > Invoke()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Invoke < / 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 = "cleanup_8h_source.html#l00113" > 113< / a > of file < a class = "el" href = "cleanup_8h_source.html" > cleanup.h< / a > .< / p >
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a8a1144011919d2f5a36baa45ba8fb638" name = "a8a1144011919d2f5a36baa45ba8fb638" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8a1144011919d2f5a36baa45ba8fb638" > ◆ < / a > < / span > is_released()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool is_released < / 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 = "cleanup_8h_source.html#l00111" > 111< / a > of file < a class = "el" href = "cleanup_8h_source.html" > cleanup.h< / a > .< / p >
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ae63a5b959d0759e7ee58fb3f1bf89696" name = "ae63a5b959d0759e7ee58fb3f1bf89696" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae63a5b959d0759e7ee58fb3f1bf89696" > ◆ < / a > < / span > operator=()< / 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-17 21:42:14 +01:00
< td class = "memname" > < a class = "el" href = "classabsl_1_1_cleanup.html" > Cleanup< / a > & operator= < / 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 = "classabsl_1_1_cleanup.html" > Cleanup< / a > < Callback > & &   < / 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 >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "cleanup_8h_source.html" > cleanup.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 = "namespaceabsl.html" > absl< / a > < / li > < li class = "navelem" > < a class = "el" href = "classabsl_1_1_cleanup.html" > Cleanup< / 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-17 21:42:14 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.9.3 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >