Files
ortools-clone/docs/cpp/linked__hash__map_8h_source.html

236 lines
197 KiB
HTML
Raw Normal View History

2021-04-27 23:00:03 +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-20 15:57:27 +02:00
<meta name="generator" content="Doxygen 1.8.15"/>
2021-04-27 23:00:03 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: linked_hash_map.h Source File</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>
2021-09-20 15:57:27 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</script>
2021-04-27 23:00:03 +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-09-20 15:57:27 +02:00
&#160;<span id="projectnumber">9.1</span>
2021-04-27 23:00:03 +02:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2021-04-27 23:00:03 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2021-04-27 23:00:03 +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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('linked__hash__map_8h_source.html','');});
2021-04-27 23:00:03 +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="headertitle">
<div class="title">linked_hash_map.h</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="linked__hash__map_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Copyright 2010-2021 Google LLC</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// you may not use this file except in compliance with the License.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// You may obtain a copy of the License at</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// See the License for the specific language governing permissions and</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">// limitations under the License.</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment">// This is a simplistic insertion-ordered map. It behaves similarly to an STL</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment">// map, but only implements a small subset of the map&#39;s methods. Internally, we</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment">// just keep a map and a list going in parallel.</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">// This class provides no thread safety guarantees, beyond what you would</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">// normally see with std::list.</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment">// Iterators point into the list and should be stable in the face of</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// mutations, except for an iterator pointing to an element that was just</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment">// deleted.</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment">// This class supports heterogeneous lookups.</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span cl
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a56f4ffbc6fd414b3c02a6c368e99594f"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a56f4ffbc6fd414b3c02a6c368e99594f">gtl::linked_hash_map::pop_front</a></div><div class="ttdeci">void pop_front()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00296">linked_hash_map.h:296</a></div></div>
<div class="ttc" id="base_2logging_8h_html_a3e1cfef60e774a81f30eaddf26a3a274"><div class="ttname"><a href="base_2logging_8h.html#a3e1cfef60e774a81f30eaddf26a3a274">CHECK</a></div><div class="ttdeci">#define CHECK(condition)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00491">base/logging.h:491</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aa3af768723cd533218ea3d83af440713"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aa3af768723cd533218ea3d83af440713">gtl::linked_hash_map::erase</a></div><div class="ttdeci">iterator erase(const_iterator first, const_iterator last)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00341">linked_hash_map.h:341</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad48d3ae3a65b7bb30522cb85bf538272"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad48d3ae3a65b7bb30522cb85bf538272">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::node_type</a></div><div class="ttdeci">NodeHandle node_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00150">linked_hash_map.h:150</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acf4be953c7037c26797d1e8784b3074d"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::key_type</a></div><div class="ttdeci">VariableId key_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00064">linked_hash_map.h:64</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a79cd0cca3689d77130b12e1a28cf8269"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a79cd0cca3689d77130b12e1a28cf8269">gtl::linked_hash_map::erase</a></div><div class="ttdeci">iterator erase(iterator position)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00332">linked_hash_map.h:332</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acf6887e321581fe6a77912a5535af4cb"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acf6887e321581fe6a77912a5535af4cb">gtl::linked_hash_map::insert</a></div><div class="ttdeci">void insert(std::initializer_list&lt; value_type &gt; ilist)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00424">linked_hash_map.h:424</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ac1b5e98c3e56a2657c23dc7b8bd91fc0"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ac1b5e98c3e56a2657c23dc7b8bd91fc0">gtl::linked_hash_map::insert</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; insert(value_type &amp;&amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00413">linked_hash_map.h:413</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a7cf08543f2be71ec28f0403a2d090f01"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a7cf08543f2be71ec28f0403a2d090f01">gtl::linked_hash_map::find</a></div><div class="ttdeci">iterator find(const key_arg&lt; K &gt; &amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00348">linked_hash_map.h:348</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad994c1ce17d849d8bffd6f53d4c361c5"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad994c1ce17d849d8bffd6f53d4c361c5">gtl::linked_hash_map::at</a></div><div class="ttdeci">const mapped_type &amp; at(const key_arg&lt; K &gt; &amp;key) const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00380">linked_hash_map.h:380</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a61772c77ad2abfbb296912e7281e154c"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a61772c77ad2abfbb296912e7281e154c">gtl::linked_hash_map::back</a></div><div class="ttdeci">const_reference back() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00294">linked_hash_map.h:294</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a27a68074f565af1d685f092564c88eee"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a27a68074f565af1d685f092564c88eee">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">iterator insert_or_assign(const_iterator, const key_arg&lt; K &gt; &amp;k, V &amp;&amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00486">linked_hash_map.h:486</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a2762dd06419c0e07358cc1127cc21d12"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a2762dd06419c0e07358cc1127cc21d12">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(std::initializer_list&lt; value_type &gt; init, size_t bucket_count=0, const hasher &amp;hash=hasher(), const key_equal &amp;eq=key_equal(), const allocator_type &amp;alloc=allocator_type())</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00197">linked_hash_map.h:197</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a738dac52d510c61ef05e579f48e931f7"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a738dac52d510c61ef05e579f48e931f7">gtl::linked_hash_map::equal_range</a></div><div class="ttdeci">std::pair&lt; const_iterator, const_iterator &gt; equal_range(const key_arg&lt; K &gt; &amp;key) const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00392">linked_hash_map.h:392</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a8af1fdb1d90e2c299f140c70e6093285"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a8af1fdb1d90e2c299f140c70e6093285">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00153">linked_hash_map.h:153</a></div></div>
<div class="ttc" id="log__severity_8h_html_acdd38e3c9f22f127d7776920e3079eda"><div class="ttname"><a href="log__severity_8h.html#acdd38e3c9f22f127d7776920e3079eda">FATAL</a></div><div class="ttdeci">const int FATAL</div><div class="ttdef"><b>Definition:</b> <a href="log__severity_8h_source.html#l00032">log_severity.h:32</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a39112ae08f6ffc7ee58c6aa79772e094"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a39112ae08f6ffc7ee58c6aa79772e094">gtl::linked_hash_map::cbegin</a></div><div class="ttdeci">const_iterator cbegin() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00283">linked_hash_map.h:283</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a1599afff263aee5545ca01e80f3176fd"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a1599afff263aee5545ca01e80f3176fd">gtl::linked_hash_map::erase</a></div><div class="ttdeci">iterator erase(const_iterator position)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00324">linked_hash_map.h:324</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a871e02d39c91b7be123ee78697a079bd"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a871e02d39c91b7be123ee78697a079bd">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(const linked_hash_map &amp;other, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00223">linked_hash_map.h:223</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acbd59ce2377d82e710cb824dd8df59d4"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acbd59ce2377d82e710cb824dd8df59d4">gtl::linked_hash_map::insert</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; insert(const value_type &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00410">linked_hash_map.h:410</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad955afa8e6837eb5f73ca8a6ecad0913"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad955afa8e6837eb5f73ca8a6ecad0913">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(size_t bucket_count, const hasher &amp;hash=hasher(), const key_equal &amp;eq=key_equal(), const allocator_type &amp;alloc=allocator_type())</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00155">linked_hash_map.h:155</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aabb6e7859010a79823c8591911fb8fe2"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aabb6e7859010a79823c8591911fb8fe2">gtl::linked_hash_map::insert</a></div><div class="ttdeci">iterator insert(const_iterator, const value_type &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00417">linked_hash_map.h:417</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html">gtl::linked_hash_map</a></div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00052">linked_hash_map.h:52</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aa9d9b4f5c8f7d86d6c761802b636a241"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aa9d9b4f5c8f7d86d6c761802b636a241">gtl::linked_hash_map::extract</a></div><div class="ttdeci">node_type extract(const key_arg&lt; K &gt; &amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00548">linked_hash_map.h:548</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_abef9dfc7607c7e1a3854788ba56a4f34"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#abef9dfc7607c7e1a3854788ba56a4f34">gtl::linked_hash_map::crend</a></div><div class="ttdeci">const_reverse_iterator crend() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00290">linked_hash_map.h:290</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a582ac4796083b25d53fde0d1b37847cf"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a582ac4796083b25d53fde0d1b37847cf">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; insert_or_assign(key_arg&lt; K &gt; &amp;&amp;k, const V &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00460">linked_hash_map.h:460</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_abfa435e6d49f7c791e28b7321b5941ab"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#abfa435e6d49f7c791e28b7321b5941ab">gtl::linked_hash_map::rehash</a></div><div class="ttdeci">void rehash(size_t n)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00582">linked_hash_map.h:582</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1math__opt_html_a5de89a1f6e3f80a49a0d76136d8044e2"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a5de89a1f6e3f80a49a0d76136d8044e2">operations_research::math_opt::swap</a></div><div class="ttdeci">void swap(IdMap&lt; K, V &gt; &amp;a, IdMap&lt; K, V &gt; &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="id__map_8h_source.html#l00263">id_map.h:263</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a88ef02f036fd0de2acebe7fdc11f9218"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a88ef02f036fd0de2acebe7fdc11f9218">gtl::linked_hash_map::erase</a></div><div class="ttdeci">size_type erase(const key_arg&lt; K &gt; &amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00314">linked_hash_map.h:314</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad2b64b9935f68d6adf644009131a4f72"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad2b64b9935f68d6adf644009131a4f72">gtl::linked_hash_map::equal_range</a></div><div class="ttdeci">std::pair&lt; iterator, iterator &gt; equal_range(const key_arg&lt; K &gt; &amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00385">linked_hash_map.h:385</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a984cadbf12919846bf27cecf3653d523"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a984cadbf12919846bf27cecf3653d523">gtl::linked_hash_map::operator=</a></div><div class="ttdeci">linked_hash_map &amp; operator=(linked_hash_map &amp;&amp;other) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00257">linked_hash_map.h:257</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aa8942c91365801390e909aed91184c8f"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aa8942c91365801390e909aed91184c8f">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::reference</a></div><div class="ttdeci">typename ListType::reference reference</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00144">linked_hash_map.h:144</a></div></div>
<div class="ttc" id="base_2logging_8h_html_accad43a85d781d53381cd53a9894b6ae"><div class="ttname"><a href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a></div><div class="ttdeci">#define LOG(severity)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00416">base/logging.h:416</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_afe5546a3b21257b6ab980720efef1eb5"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#afe5546a3b21257b6ab980720efef1eb5">gtl::linked_hash_map::operator[]</a></div><div class="ttdeci">mapped_type &amp; operator[](key_arg&lt; K &gt; &amp;&amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00405">linked_hash_map.h:405</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad2ceaff0a8d1d061afc9669e00f1a077"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad2ceaff0a8d1d061afc9669e00f1a077">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::reverse_iterator</a></div><div class="ttdeci">typename ListType::reverse_iterator reverse_iterator</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00142">linked_hash_map.h:142</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a058bda4957df6a97b1ea6c9fd783f672"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a058bda4957df6a97b1ea6c9fd783f672">gtl::linked_hash_map::pop_back</a></div><div class="ttdeci">void pop_back()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00297">linked_hash_map.h:297</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a5ccce3b21a0cc440284e5d11489fad69"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a5ccce3b21a0cc440284e5d11489fad69">gtl::linked_hash_map::try_emplace</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; try_emplace(key_arg&lt; K &gt; &amp;&amp;key, Args &amp;&amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00517">linked_hash_map.h:517</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a51f859f0b39a1f8e2687db91110e9845"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a51f859f0b39a1f8e2687db91110e9845">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::insert_return_type</a></div><div class="ttdeci">InsertReturnType&lt; iterator, node_type &gt; insert_return_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00151">linked_hash_map.h:151</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ae4ff2160851b9061dd651225c1e085a7"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ae4ff2160851b9061dd651225c1e085a7">gtl::linked_hash_map::operator[]</a></div><div class="ttdeci">mapped_type &amp; operator[](const key_arg&lt; K &gt; &amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00400">linked_hash_map.h:400</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a1e2c3fce980b34a87b95f41000e849cc"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a1e2c3fce980b34a87b95f41000e849cc">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::pointer</a></div><div class="ttdeci">typename std::allocator_traits&lt; allocator_type &gt;::pointer pointer</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00147">linked_hash_map.h:147</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a60304b65bf89363bcc3165d3cde67f86"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a60304b65bf89363bcc3165d3cde67f86">gtl::linked_hash_map::size</a></div><div class="ttdeci">size_type size() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00273">linked_hash_map.h:273</a></div></div>
<div class="ttc" id="constraint__solver_2table_8cc_html_a9293e4d29cac928301645070dd307683"><div class="ttname"><a href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a></div><div class="ttdeci">int64_t b</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2table_8cc_source.html#l00047">constraint_solver/table.cc:47</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a3d4a0f4b7ceb9d9cda7a1867cc30693a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::key_equal</a></div><div class="ttdeci">typename absl::flat_hash_set&lt; VariableId, typename absl::flat_hash_set&lt; VariableId &gt;::hasher &gt;::key_equal key_equal</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00067">linked_hash_map.h:67</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_af71e6c1eccbc12e9339c00a86a981a43"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#af71e6c1eccbc12e9339c00a86a981a43">gtl::linked_hash_map::back</a></div><div class="ttdeci">reference back()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00292">linked_hash_map.h:292</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a3bd2b0a66b0f1c16476487ad3ddc72ea"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a3bd2b0a66b0f1c16476487ad3ddc72ea">operations_research::sat::Value</a></div><div class="ttdeci">std::function&lt; int64_t(const Model &amp;)&gt; Value(IntegerVariable v)</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01544">integer.h:1544</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aa11d6fa3521b4075a83c4b08c728a720"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aa11d6fa3521b4075a83c4b08c728a720">gtl::linked_hash_map::find</a></div><div class="ttdeci">const_iterator find(const key_arg&lt; K &gt; &amp;key) const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00355">linked_hash_map.h:355</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aabc70a144271c2759d6f12fec56a15fb"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aabc70a144271c2759d6f12fec56a15fb">gtl::linked_hash_map::merge</a></div><div class="ttdeci">void merge(linked_hash_map&lt; Key, Value, H, E, Alloc &gt; &amp;&amp;src)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00535">linked_hash_map.h:535</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a2eb50030219f94e886133e015bf6bee7"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a2eb50030219f94e886133e015bf6bee7">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; insert_or_assign(key_arg&lt; K &gt; &amp;&amp;k, V &amp;&amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00455">linked_hash_map.h:455</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a3266031b8b423571de004ddf5bcddd24"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a3266031b8b423571de004ddf5bcddd24">gtl::linked_hash_map::emplace</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; emplace(Args &amp;&amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00496">linked_hash_map.h:496</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a0b562411c04bc9d80a0f4cd13e504a5b"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a0b562411c04bc9d80a0f4cd13e504a5b">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(InputIt first, InputIt last, size_t bucket_count, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00187">linked_hash_map.h:187</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a85263a9e2d1f4da2cde00205ca6f8d08"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::allocator_type</a></div><div class="ttdeci">std::allocator&lt; std::pair&lt; const VariableId, GurobiVariableIndex &gt;&gt; allocator_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00069">linked_hash_map.h:69</a></div></div>
<div class="ttc" id="constraint__solver_8cc_html_a395f613555f398dd389670bb4c2a4599"><div class="ttname"><a href="constraint__solver_8cc.html#a395f613555f398dd389670bb4c2a4599">next</a></div><div class="ttdeci">Block * next</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_8cc_source.html#l00677">constraint_solver.cc:677</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a6e3bf86c5524880665c995d6aaac6129"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a6e3bf86c5524880665c995d6aaac6129">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(InputIt first, InputIt last, size_t bucket_count=0, const hasher &amp;hash=hasher(), const key_equal &amp;eq=key_equal(), const allocator_type &amp;alloc=allocator_type())</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00173">linked_hash_map.h:173</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a1860aaaacecc9d6b40f994b928190e66"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a1860aaaacecc9d6b40f994b928190e66">gtl::linked_hash_map::contains</a></div><div class="ttdeci">bool contains(const key_arg&lt; K &gt; &amp;key) const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00366">linked_hash_map.h:366</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_abca4b8fe60cef540546ea7fd8c83f055"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#abca4b8fe60cef540546ea7fd8c83f055">gtl::linked_hash_map::operator=</a></div><div class="ttdeci">linked_hash_map &amp; operator=(const linked_hash_map &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00246">linked_hash_map.h:246</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a694b202adf46456f9771397029a05d93"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a694b202adf46456f9771397029a05d93">gtl::linked_hash_map::operator=</a></div><div class="ttdeci">linked_hash_map &amp; operator=(std::initializer_list&lt; value_type &gt; values)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00266">linked_hash_map.h:266</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a93791e61ab486b4022c389d634b4facc"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a93791e61ab486b4022c389d634b4facc">gtl::linked_hash_map::cend</a></div><div class="ttdeci">const_iterator cend() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00284">linked_hash_map.h:284</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a81f80a31923e85af56a7b1ae0712a33b"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a81f80a31923e85af56a7b1ae0712a33b">gtl::linked_hash_map::crbegin</a></div><div class="ttdeci">const_reverse_iterator crbegin() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00289">linked_hash_map.h:289</a></div></div>
<div class="ttc" id="namespacegtl_html"><div class="ttname"><a href="namespacegtl.html">gtl</a></div><div class="ttdef"><b>Definition:</b> <a href="container__logging_8h_source.html#l00045">container_logging.h:45</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a0895e17a13593c9848fc099ebe82513b"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a0895e17a13593c9848fc099ebe82513b">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(const linked_hash_map &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00217">linked_hash_map.h:217</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acefbc935629c3a5cd8ed5e952d87be02"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acefbc935629c3a5cd8ed5e952d87be02">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(std::initializer_list&lt; value_type &gt; init, size_t bucket_count, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00208">linked_hash_map.h:208</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a7223528283cd4e5872e0cc716bf9bd9d"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a7223528283cd4e5872e0cc716bf9bd9d">gtl::linked_hash_map::capacity</a></div><div class="ttdeci">size_t capacity() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00305">linked_hash_map.h:305</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_adb249573b387273ea7fd9127ff1d9417"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#adb249573b387273ea7fd9127ff1d9417">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(InputIt first, InputIt last, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00193">linked_hash_map.h:193</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acad38d52497a975bfb6f2f6acd76631f"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">gtl::linked_hash_map::end</a></div><div class="ttdeci">iterator end()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00280">linked_hash_map.h:280</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a291361c156f1d486f0491211d85f5c53"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a291361c156f1d486f0491211d85f5c53">gtl::linked_hash_map::emplace_hint</a></div><div class="ttdeci">iterator emplace_hint(const_iterator, Args &amp;&amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00512">linked_hash_map.h:512</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ab0585cde6aca936fb903a29b692ee4dc"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ab0585cde6aca936fb903a29b692ee4dc">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(size_t bucket_count, const hasher &amp;hash, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00162">linked_hash_map.h:162</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a90aa120462b608610a977a719a3601f1"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a90aa120462b608610a977a719a3601f1">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">iterator insert_or_assign(const_iterator, const key_arg&lt; K &gt; &amp;k, const V &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00491">linked_hash_map.h:491</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a4ff315ecc8c5e27dccd583bf350f9b69"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">gtl::linked_hash_map::bucket_count</a></div><div class="ttdeci">size_t bucket_count() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00306">linked_hash_map.h:306</a></div></div>
<div class="ttc" id="matrix__utils_8cc_html_a95d4078c018ac04247ee3785eab30e7b"><div class="ttname"><a href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a></div><div class="ttdeci">int64_t hash</div><div class="ttdef"><b>Definition:</b> <a href="matrix__utils_8cc_source.html#l00061">matrix_utils.cc:61</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_af7b4ac88e5c8d30aaab2518629c5064d"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#af7b4ac88e5c8d30aaab2518629c5064d">gtl::linked_hash_map::count</a></div><div class="ttdeci">size_type count(const key_arg&lt; K &gt; &amp;key) const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00362">linked_hash_map.h:362</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a36da59b5a90fc1ea76d016f59abb4925"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a36da59b5a90fc1ea76d016f59abb4925">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(std::initializer_list&lt; value_type &gt; init, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00212">linked_hash_map.h:212</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad20171f69ff66ffddb937435934b4f1a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad20171f69ff66ffddb937435934b4f1a">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(size_t bucket_count, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00166">linked_hash_map.h:166</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a45e7948705e5aea09a975bbdbfe7b43a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::const_iterator</a></div><div class="ttdeci">typename ListType::const_iterator const_iterator</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00141">linked_hash_map.h:141</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a6e99c6263568d88f95ca01dc694f1051"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a6e99c6263568d88f95ca01dc694f1051">gtl::linked_hash_map::get_allocator</a></div><div class="ttdeci">allocator_type get_allocator() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00311">linked_hash_map.h:311</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a9d3a4c5eb8267f1d4dc9f4a69529ade2"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a9d3a4c5eb8267f1d4dc9f4a69529ade2">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::const_reference</a></div><div class="ttdeci">typename ListType::const_reference const_reference</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00145">linked_hash_map.h:145</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a338af381b25c5e911e0b60296a8e4ba3"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a338af381b25c5e911e0b60296a8e4ba3">gtl::linked_hash_map::merge</a></div><div class="ttdeci">void merge(linked_hash_map&lt; Key, Value, H, E, Alloc &gt; &amp;src)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00523">linked_hash_map.h:523</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aef982804c72822df6407f59b4e9d6e5c"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aef982804c72822df6407f59b4e9d6e5c">gtl::linked_hash_map::try_emplace</a></div><div class="ttdeci">iterator try_emplace(const_iterator, key_arg&lt; K &gt; &amp;&amp;k, Args &amp;&amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00507">linked_hash_map.h:507</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a4876f6518c59e9da349effeeb99e51b4"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a4876f6518c59e9da349effeeb99e51b4">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(linked_hash_map &amp;&amp;other, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00237">linked_hash_map.h:237</a></div></div>
<div class="ttc" id="base_2logging_8h_html"><div class="ttname"><a href="base_2logging_8h.html">logging.h</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a6c030606fde1400a3a6447becc40e11a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::iterator</a></div><div class="ttdeci">typename ListType::iterator iterator</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00140">linked_hash_map.h:140</a></div></div>
<div class="ttc" id="base_2logging_8h_html_ae17f8119c108cf3070bad3449c7e0006"><div class="ttname"><a href="base_2logging_8h.html#ae17f8119c108cf3070bad3449c7e0006">DCHECK</a></div><div class="ttdeci">#define DCHECK(condition)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00885">base/logging.h:885</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_af946e03747ceb9b679b70b040c424e69"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#af946e03747ceb9b679b70b040c424e69">gtl::linked_hash_map::erase</a></div><div class="ttdeci">iterator erase(iterator first, iterator last)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00336">linked_hash_map.h:336</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_af45d30f307f301b9d43fcdf52897bbce"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#af45d30f307f301b9d43fcdf52897bbce">gtl::linked_hash_map::reserve</a></div><div class="ttdeci">void reserve(size_t n)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00304">linked_hash_map.h:304</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a0f6161ce3150a67aa0bac8b216363034"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a0f6161ce3150a67aa0bac8b216363034">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; insert_or_assign(const key_arg&lt; K &gt; &amp;k, V &amp;&amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00465">linked_hash_map.h:465</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aec07e0ee98729a19bc41fe09e433f5d0"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aec07e0ee98729a19bc41fe09e433f5d0">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::difference_type</a></div><div class="ttdeci">ptrdiff_t difference_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00070">linked_hash_map.h:70</a></div></div>
<div class="ttc" id="base_2logging_8h_html_ae89df3243bbb8341130c7b3f44145ea0"><div class="ttname"><a href="base_2logging_8h.html#ae89df3243bbb8341130c7b3f44145ea0">DCHECK_EQ</a></div><div class="ttdeci">#define DCHECK_EQ(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00886">base/logging.h:886</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad69bd11391be1a1dba5c8202259664f8"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad69bd11391be1a1dba5c8202259664f8">gtl::linked_hash_map::begin</a></div><div class="ttdeci">iterator begin()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00279">linked_hash_map.h:279</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a869beab05f227fbb02ce780e59cfe223"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a869beab05f227fbb02ce780e59cfe223">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">iterator insert_or_assign(const_iterator, key_arg&lt; K &gt; &amp;&amp;k, const V &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00481">linked_hash_map.h:481</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a5bdbd44a818097cb7614ad4d1bf9427a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a5bdbd44a818097cb7614ad4d1bf9427a">gtl::linked_hash_map::extract</a></div><div class="ttdeci">node_type extract(const_iterator position)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00539">linked_hash_map.h:539</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a466b1d88941d720ef345c7ad8ccb093e"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a466b1d88941d720ef345c7ad8ccb093e">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::mapped_type</a></div><div class="ttdeci">GurobiVariableIndex mapped_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00065">linked_hash_map.h:65</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a98167b71c28162543bcdbc4db9b68c1f"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a98167b71c28162543bcdbc4db9b68c1f">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; insert_or_assign(const key_arg&lt; K &gt; &amp;k, const V &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00470">linked_hash_map.h:470</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a0d18331f3bff29c534d45071334b0d4a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a0d18331f3bff29c534d45071334b0d4a">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::value_type</a></div><div class="ttdeci">std::pair&lt; const key_type, mapped_type &gt; value_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00068">linked_hash_map.h:68</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a56782090bfa765c84119b250ccde6887"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a56782090bfa765c84119b250ccde6887">gtl::linked_hash_map::try_emplace</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; try_emplace(const key_arg&lt; K &gt; &amp;key, Args &amp;&amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00554">linked_hash_map.h:554</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a72ffe2880da1c06d22d90000f9720967"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a72ffe2880da1c06d22d90000f9720967">gtl::linked_hash_map::hash_function</a></div><div class="ttdeci">hasher hash_function() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00309">linked_hash_map.h:309</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_af086cceac199bd735c7a97c2a8d7ed21"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#af086cceac199bd735c7a97c2a8d7ed21">gtl::linked_hash_map::rbegin</a></div><div class="ttdeci">const_reverse_iterator rbegin() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00287">linked_hash_map.h:287</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a68c599ddcbfddc65170de524ac165e44"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a68c599ddcbfddc65170de524ac165e44">gtl::linked_hash_map::rend</a></div><div class="ttdeci">reverse_iterator rend()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00286">linked_hash_map.h:286</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ae3c4f30d4f295f6a5e123a8cdef0e7b9"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ae3c4f30d4f295f6a5e123a8cdef0e7b9">gtl::linked_hash_map::swap</a></div><div class="ttdeci">void swap(linked_hash_map &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00558">linked_hash_map.h:558</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a53f08db35f2ba4c67ecaf5669f51872b"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a53f08db35f2ba4c67ecaf5669f51872b">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(InputIt first, InputIt last, size_t bucket_count, const hasher &amp;hash, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00182">linked_hash_map.h:182</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_accf9a4bd0c34d4a5f6a7dab66ea10cdc"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#accf9a4bd0c34d4a5f6a7dab66ea10cdc">gtl::linked_hash_map::end</a></div><div class="ttdeci">const_iterator end() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00282">linked_hash_map.h:282</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aa2fb1447c4c53235e4d7febc3316d458"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aa2fb1447c4c53235e4d7febc3316d458">gtl::linked_hash_map::operator==</a></div><div class="ttdeci">friend bool operator==(const linked_hash_map &amp;a, const linked_hash_map &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00564">linked_hash_map.h:564</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a6a48363b4355f6f5b441637774f79a59"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a6a48363b4355f6f5b441637774f79a59">gtl::linked_hash_map::front</a></div><div class="ttdeci">reference front()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00291">linked_hash_map.h:291</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a12f3339aa55c0cc68d26c6c1c2410e30"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a12f3339aa55c0cc68d26c6c1c2410e30">gtl::linked_hash_map::insert</a></div><div class="ttdeci">iterator insert(const_iterator, value_type &amp;&amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00420">linked_hash_map.h:420</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a7f572dbfc9786b7ed56aeaeb9c97332c"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a7f572dbfc9786b7ed56aeaeb9c97332c">gtl::linked_hash_map::operator!=</a></div><div class="ttdeci">friend bool operator!=(const linked_hash_map &amp;a, const linked_hash_map &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00578">linked_hash_map.h:578</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ae808caa4f950111fd95d2d61441bad93"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ae808caa4f950111fd95d2d61441bad93">gtl::linked_hash_map::at</a></div><div class="ttdeci">mapped_type &amp; at(const key_arg&lt; K &gt; &amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00371">linked_hash_map.h:371</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a4c63dc62d030308ff89f0327e752c5e2"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a4c63dc62d030308ff89f0327e752c5e2">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::const_pointer</a></div><div class="ttdeci">typename std::allocator_traits&lt; allocator_type &gt;::const_pointer const_pointer</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00149">linked_hash_map.h:149</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a10b2be386447b0ab61e83d0f5527b688"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a10b2be386447b0ab61e83d0f5527b688">gtl::linked_hash_map::key_eq</a></div><div class="ttdeci">key_equal key_eq() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00310">linked_hash_map.h:310</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a07da1fdc890b6949f1a20a1961c6fc44"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a07da1fdc890b6949f1a20a1961c6fc44">gtl::linked_hash_map::rend</a></div><div class="ttdeci">const_reverse_iterator rend() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00288">linked_hash_map.h:288</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a3666eb124cc0573b4d5912fc5ea10860"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a3666eb124cc0573b4d5912fc5ea10860">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::const_reverse_iterator</a></div><div class="ttdeci">typename ListType::const_reverse_iterator const_reverse_iterator</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00143">linked_hash_map.h:143</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a163beaeb647903e9256863d557d709d3"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a163beaeb647903e9256863d557d709d3">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(linked_hash_map &amp;&amp;other) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00229">linked_hash_map.h:229</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a9ff5e90d48a6abe36273b769d5798dd3"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a9ff5e90d48a6abe36273b769d5798dd3">gtl::linked_hash_map::clear</a></div><div class="ttdeci">ABSL_ATTRIBUTE_REINITIALIZES void clear()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00299">linked_hash_map.h:299</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acec5050b73205ee40ca63f0395ddd48e"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::hasher</a></div><div class="ttdeci">typename absl::flat_hash_set&lt; VariableId &gt;::hasher hasher</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00066">linked_hash_map.h:66</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acea44ed500a54b2bb93e16b86e81afa8"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acea44ed500a54b2bb93e16b86e81afa8">gtl::linked_hash_map::rbegin</a></div><div class="ttdeci">reverse_iterator rbegin()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00285">linked_hash_map.h:285</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ac2a85e463df4e95c1bf051cfb8237805"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ac2a85e463df4e95c1bf051cfb8237805">gtl::linked_hash_map::max_size</a></div><div class="ttdeci">size_type max_size() const noexcept</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00274">linked_hash_map.h:274</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a29305669b60ca1680752e2fc3592ba99"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a29305669b60ca1680752e2fc3592ba99">gtl::linked_hash_map::begin</a></div><div class="ttdeci">const_iterator begin() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00281">linked_hash_map.h:281</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a0ae6b4f9719202f7ddb334c16fb03d80"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a0ae6b4f9719202f7ddb334c16fb03d80">gtl::linked_hash_map::front</a></div><div class="ttdeci">const_reference front() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00293">linked_hash_map.h:293</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a84d64f4234b9574a20c334eb00ed261a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a84d64f4234b9574a20c334eb00ed261a">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00169">linked_hash_map.h:169</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_af37586e74d3d0fd274f14fde7a8379ef"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#af37586e74d3d0fd274f14fde7a8379ef">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">iterator insert_or_assign(const_iterator, key_arg&lt; K &gt; &amp;&amp;k, V &amp;&amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00476">linked_hash_map.h:476</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a9ace1b23e3622082a1081486422a0a6e"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a9ace1b23e3622082a1081486422a0a6e">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(std::initializer_list&lt; value_type &gt; init, size_t bucket_count, const hasher &amp;hash, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00204">linked_hash_map.h:204</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a644718bb2fb240de962dc3c9a1fdf0dc"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a644718bb2fb240de962dc3c9a1fdf0dc">gtl::linked_hash_map::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00275">linked_hash_map.h:275</a></div></div>
<div class="ttc" id="demon__profiler_8cc_html_ac072af30c4ffbc834bb4c681f6ecb514"><div class="ttname"><a href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a></div><div class="ttdeci">int64_t value</div><div class="ttdef"><b>Definition:</b> <a href="demon__profiler_8cc_source.html#l00044">demon_profiler.cc:44</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a627db9dbe713266cb53c24cc5332d817"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a627db9dbe713266cb53c24cc5332d817">gtl::linked_hash_map::load_factor</a></div><div class="ttdeci">float load_factor() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00307">linked_hash_map.h:307</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a7edb46fbaa1f38fbd4b357ae6d7ea32d"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a7edb46fbaa1f38fbd4b357ae6d7ea32d">gtl::linked_hash_map::insert</a></div><div class="ttdeci">iterator insert(const_iterator, node_type &amp;&amp;node)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00442">linked_hash_map.h:442</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a23a924435697eb93c6cb5b1b830e8492"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a23a924435697eb93c6cb5b1b830e8492">gtl::linked_hash_map::insert</a></div><div class="ttdeci">insert_return_type insert(node_type &amp;&amp;node)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00433">linked_hash_map.h:433</a></div></div>
<div class="ttc" id="constraint__solver_2table_8cc_html_acb18315d548212835cd8ed4287e6c0b6"><div class="ttname"><a href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a></div><div class="ttdeci">int64_t a</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2table_8cc_source.html#l00046">constraint_solver/table.cc:46</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a327bfe8ae1f7565885bce845f31eaca1"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a327bfe8ae1f7565885bce845f31eaca1">gtl::linked_hash_map::insert</a></div><div class="ttdeci">void insert(InputIt first, InputIt last)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00429">linked_hash_map.h:429</a></div></div>
2021-04-27 23:00:03 +02:00
</div><!-- fragment --></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>
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_8f9dc966244f4c6e9b2fa0dee1e4ef1a.html">base</a></li><li class="navelem"><a class="el" href="linked__hash__map_8h.html">linked_hash_map.h</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
2021-09-20 15:57:27 +02:00
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
2021-04-27 23:00:03 +02:00
</ul>
</div>
</body>
</html>