Files
ortools-clone/docs/dotnet/util_2IntVectorVector_8cs_source.html

156 lines
107 KiB
HTML
Raw Normal View History

2020-04-23 15:34:43 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OR-Tools</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
2020-09-01 16:00:33 +02:00
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
2020-04-23 15:34:43 +02:00
</head>
<body>
<div id="banner-container">
<div id="banner">
2021-09-20 15:57:27 +02:00
<span id="sfml">Google OR-Tools 9.1</span>
2020-04-23 15:34:43 +02:00
</div>
</div>
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
<h2>DotNet Reference</h2>
<ul>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Sat.html">CP-SAT</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Graph.html">Graph</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Algorithms.html">Knapsack solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Linear solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Routing</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Util.html">Util</a></li>
</ul>
</div>
<div id="content">
<div align="center">
2020-09-01 16:00:33 +02:00
<h1 style="color: #145A32;">.Net Reference</h1>
2020-04-23 15:34:43 +02:00
</div>
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +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');
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">
/* @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">
2020-04-23 15:34:43 +02:00
</div>
</div>
2020-09-01 16:00:33 +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
$(document).ready(function(){initNavTree('util_2IntVectorVector_8cs_source.html','');});
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
2020-04-23 15:34:43 +02:00
<div class="header">
<div class="headertitle">
<div class="title">util/IntVectorVector.cs</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="util_2IntVectorVector_8cs.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">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated /&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// Version 4.0.1</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1Util.html">Google.OrTools.Util</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="keyword">using</span> System;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="keyword">using</span> System.Runtime.<a class="code" href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a>;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">using</span> System.Collections;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html"> 17</a></span>&#160;<span class="keyword">public</span> <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html">IntVectorVector</a> : global::System.IDisposable, global::System.Collections.IEnumerable, global::System.Collections.Generic.IEnumerable&lt;IntVector&gt;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; {</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#abc050282310ee35f8b4bac77b6103375"> 20</a></span>&#160; <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a>;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a0629b07ba010d53e61ea88aab8cd0f7c">IntVectorVector</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_abc6e167902129093c1cf03171d27dfe8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#abc6e167902129093c1cf03171d27dfe8">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_RemoveRange</a></div><div class="ttdeci">static void IntVectorVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a9540f5b6a47347800450181fa699fa16"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a9540f5b6a47347800450181fa699fa16">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_SetRange</a></div><div class="ttdeci">static void IntVectorVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_afd4d5cbcd26b62997dc7b6413a8fe6c5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#afd4d5cbcd26b62997dc7b6413a8fe6c5">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_size</a></div><div class="ttdeci">static uint IntVectorVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="namespaceSystem_1_1Runtime_1_1InteropServices_html"><div class="ttname"><a href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a0629b07ba010d53e61ea88aab8cd0f7c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a0629b07ba010d53e61ea88aab8cd0f7c">Google.OrTools.Util.IntVectorVector.IntVectorVector</a></div><div class="ttdeci">IntVectorVector()</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00247">util/IntVectorVector.cs:247</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_ae3653e0143110b760a3c56563df175ad"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#ae3653e0143110b760a3c56563df175ad">Google.OrTools.Util.IntVectorVector.ToArray</a></div><div class="ttdeci">IntVector [] ToArray()</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00140">util/IntVectorVector.cs:140</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_aad462966ed963f892117056de1eba502"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#aad462966ed963f892117056de1eba502">Google.OrTools.Util.IntVectorVector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00100">util/IntVectorVector.cs:100</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a08c432e2540e6cd5b62d1e91f9662b08"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a08c432e2540e6cd5b62d1e91f9662b08">Google.OrTools.Util.operations_research_utilPINVOKE.delete_IntVectorVector</a></div><div class="ttdeci">static void delete_IntVectorVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a1bc2bce5de676b39892075979cba59d5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a1bc2bce5de676b39892075979cba59d5">Google.OrTools.Util.IntVectorVector.GetEnumerator</a></div><div class="ttdeci">IntVectorVectorEnumerator GetEnumerator()</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00154">util/IntVectorVector.cs:154</a></div></div>
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1Util_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1Util.html">Google.OrTools.Util</a></div><div class="ttdef"><b>Definition:</b> <a href="Domain_8cs_source.html#l00011">Domain.cs:11</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a7c2ecbd3b6d1185e7a372c62b8a03586"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a7c2ecbd3b6d1185e7a372c62b8a03586">Google.OrTools.Util.IntVectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(IntVector[] array, int arrayIndex)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00117">util/IntVectorVector.cs:117</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_ad09d6b96777bc25a957f403205268dbb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#ad09d6b96777bc25a957f403205268dbb">Google.OrTools.Util.IntVectorVector.Insert</a></div><div class="ttdeci">void Insert(int index, IntVector x)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00287">util/IntVectorVector.cs:287</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_abd53c11dd489025397e9c7aab54b7e2c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#abd53c11dd489025397e9c7aab54b7e2c">Google.OrTools.Util.IntVectorVector.InsertRange</a></div><div class="ttdeci">void InsertRange(int index, IntVectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00292">util/IntVectorVector.cs:292</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html">Google.OrTools.Util.IntVectorVector</a></div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00017">util/IntVectorVector.cs:17</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_ab81e84f36e1f3879566a09bc3d087c0d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#ab81e84f36e1f3879566a09bc3d087c0d">Google.OrTools.Util.IntVectorVector.SetRange</a></div><div class="ttdeci">void SetRange(int index, IntVectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00323">util/IntVectorVector.cs:323</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_aa3f4febdb6197a160b5d30daedb7460b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#aa3f4febdb6197a160b5d30daedb7460b">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_InsertRange</a></div><div class="ttdeci">static void IntVectorVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a708b88239fd437cd6bed68ecd57089c9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a708b88239fd437cd6bed68ecd57089c9">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_Insert</a></div><div class="ttdeci">static void IntVectorVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_1_1IntVectorVectorEnumerator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_1_1IntVectorVectorEnumerator.html">Google.OrTools.Util.IntVectorVector.IntVectorVectorEnumerator</a></div><div class="ttdoc">Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever t...</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00163">util/IntVectorVector.cs:163</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_1_1IntVectorVectorEnumerator_html_ad5316c283894d57be1450edab878aed0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_1_1IntVectorVectorEnumerator.html#ad5316c283894d57be1450edab878aed0">Google.OrTools.Util.IntVectorVector.IntVectorVectorEnumerator.MoveNext</a></div><div class="ttdeci">bool MoveNext()</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00198">util/IntVectorVector.cs:198</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_1_1SWIGPendingException_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_1_1SWIGPendingException.html">Google.OrTools.Util.operations_research_utilPINVOKE.SWIGPendingException</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__utilPINVOKE_8cs_source.html#l00127">operations_research_utilPINVOKE.cs:127</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a8ec7d7c5cd2656150a6237ce80df4d20"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a8ec7d7c5cd2656150a6237ce80df4d20">Google.OrTools.Util.IntVectorVector.IsFixedSize</a></div><div class="ttdeci">bool IsFixedSize</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00068">util/IntVectorVector.cs:68</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_1_1SWIGPendingException_html_a99561aa89dd816ba2dd85af036e32227"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Google.OrTools.Util.operations_research_utilPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__utilPINVOKE_8cs_source.html#l00152">operations_research_utilPINVOKE.cs:152</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a987746cb1a1095e839067197e9a77be1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a987746cb1a1095e839067197e9a77be1">Google.OrTools.Util.IntVectorVector.IntVectorVector</a></div><div class="ttdeci">IntVectorVector(IntVectorVector other)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00250">util/IntVectorVector.cs:250</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a2c499efbb78d0ada8274953096229f4a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a2c499efbb78d0ada8274953096229f4a">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_Clear</a></div><div class="ttdeci">static void IntVectorVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_adee1dcdd926029ad73b417dc4a2f132c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#adee1dcdd926029ad73b417dc4a2f132c">Google.OrTools.Util.IntVectorVector.IntVectorVector</a></div><div class="ttdeci">IntVectorVector(global::System.Collections.IEnumerable c)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00052">util/IntVectorVector.cs:52</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a81cbb75f46a3361fdccda5585e7257b3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a81cbb75f46a3361fdccda5585e7257b3">Google.OrTools.Util.IntVectorVector.GetRange</a></div><div class="ttdeci">IntVectorVector GetRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00280">util/IntVectorVector.cs:280</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_ad1b02f19e753582b3c5f9ed71bb0318a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#ad1b02f19e753582b3c5f9ed71bb0318a">Google.OrTools.Util.IntVectorVector.IsReadOnly</a></div><div class="ttdeci">bool IsReadOnly</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00074">util/IntVectorVector.cs:74</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_1_1SWIGPendingException_html_a7c98814d2667a9273c95e975fd320b6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Google.OrTools.Util.operations_research_utilPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__utilPINVOKE_8cs_source.html#l00133">operations_research_utilPINVOKE.cs:133</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_af6cbf16084ead2a02440396e021b9b46"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#af6cbf16084ead2a02440396e021b9b46">Google.OrTools.Util.IntVectorVector.Reverse</a></div><div class="ttdeci">void Reverse(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00318">util/IntVectorVector.cs:318</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a6e12315700c8e5f45d4ed18457814f97"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a6e12315700c8e5f45d4ed18457814f97">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_getitemcopy</a></div><div class="ttdeci">static global::System.IntPtr IntVectorVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_1_1IntVectorVectorEnumerator_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_1_1IntVectorVectorEnumerator.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Util.IntVectorVector.IntVectorVectorEnumerator.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00218">util/IntVectorVector.cs:218</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.Util.IntVectorVector.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00020">util/IntVectorVector.cs:20</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a94b969d24485ca893c76b3323b3326f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a94b969d24485ca893c76b3323b3326f4">Google.OrTools.Util.IntVectorVector.IsSynchronized</a></div><div class="ttdeci">bool IsSynchronized</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00106">util/IntVectorVector.cs:106</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a0c084f1eb9f1fc716b036a9e79715203"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a0c084f1eb9f1fc716b036a9e79715203">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_Add</a></div><div class="ttdeci">static void IntVectorVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a5ad7f82470f145a0d6ae871ff7b623f3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a5ad7f82470f145a0d6ae871ff7b623f3">Google.OrTools.Util.IntVectorVector.Capacity</a></div><div class="ttdeci">int Capacity</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00089">util/IntVectorVector.cs:89</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_ae1b551cc51c9d556342b27b466a7c7cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#ae1b551cc51c9d556342b27b466a7c7cb">Google.OrTools.Util.IntVectorVector.Reverse</a></div><div class="ttdeci">void Reverse()</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00314">util/IntVectorVector.cs:314</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_1_1IntVectorVectorEnumerator_html_a405bbd00fe22273d00c8f5365442421b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_1_1IntVectorVectorEnumerator.html#a405bbd00fe22273d00c8f5365442421b">Google.OrTools.Util.IntVectorVector.IntVectorVectorEnumerator.Current</a></div><div class="ttdeci">IntVector Current</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00179">util/IntVectorVector.cs:179</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_aa1fe47c0b0788b13836e144f585cad44"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#aa1fe47c0b0788b13836e144f585cad44">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr IntVectorVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_abd9a721b5fa16c3b187d6873aee52bd7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#abd9a721b5fa16c3b187d6873aee52bd7">Google.OrTools.Util.IntVectorVector.Add</a></div><div class="ttdeci">void Add(IntVector x)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00228">util/IntVectorVector.cs:228</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVector.html">Google.OrTools.Util.IntVector</a></div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVector_8cs_source.html#l00017">util/IntVector.cs:17</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a62ae9c188ffc955a68ea56e863deb047"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a62ae9c188ffc955a68ea56e863deb047">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_AddRange</a></div><div class="ttdeci">static void IntVectorVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_1_1IntVectorVectorEnumerator_html_a372de693ad40b3f42839c8ec6ac845f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_1_1IntVectorVectorEnumerator.html#a372de693ad40b3f42839c8ec6ac845f4">Google.OrTools.Util.IntVectorVector.IntVectorVectorEnumerator.Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00210">util/IntVectorVector.cs:210</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_ad7c925d24a4e07389d2331e0508618ea"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#ad7c925d24a4e07389d2331e0508618ea">Google.OrTools.Util.IntVectorVector.RemoveAt</a></div><div class="ttdeci">void RemoveAt(int index)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00297">util/IntVectorVector.cs:297</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a59e575f75f9cce2c06cb08f6061d3990"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a59e575f75f9cce2c06cb08f6061d3990">Google.OrTools.Util.IntVectorVector.IntVectorVector</a></div><div class="ttdeci">IntVectorVector(int capacity)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00254">util/IntVectorVector.cs:254</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_aed3f8e7ad0ae7061012937e06905ca00"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#aed3f8e7ad0ae7061012937e06905ca00">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_Reverse__SWIG_0</a></div><div class="ttdeci">static void IntVectorVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a03270dfc11507b7a3936e9d59049c922"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a03270dfc11507b7a3936e9d59049c922">Google.OrTools.Util.IntVectorVector.AddRange</a></div><div class="ttdeci">void AddRange(IntVectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00275">util/IntVectorVector.cs:275</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_1_1IntVectorVectorEnumerator_html_a5fd94709337f02a1336938bb4e9c0e21"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_1_1IntVectorVectorEnumerator.html#a5fd94709337f02a1336938bb4e9c0e21">Google.OrTools.Util.IntVectorVector.IntVectorVectorEnumerator.IntVectorVectorEnumerator</a></div><div class="ttdeci">IntVectorVectorEnumerator(IntVectorVector collection)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00171">util/IntVectorVector.cs:171</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_af15253337996e45a48cf2f0c9a0c718b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#af15253337996e45a48cf2f0c9a0c718b">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr IntVectorVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html">Google.OrTools.Util.operations_research_utilPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__utilPINVOKE_8cs_source.html#l00013">operations_research_utilPINVOKE.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.Util.IntVectorVector.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00040">util/IntVectorVector.cs:40</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a1fa514a297b0b009f2e6201ab8ed77ea"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a1fa514a297b0b009f2e6201ab8ed77ea">Google.OrTools.Util.IntVectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(int index, IntVector[] array, int arrayIndex, int count)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00122">util/IntVectorVector.cs:122</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a77bc59de2bdc251d450034d128b65d91"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a77bc59de2bdc251d450034d128b65d91">Google.OrTools.Util.IntVectorVector.IntVectorVector</a></div><div class="ttdeci">IntVectorVector(global::System.Collections.Generic.IEnumerable&lt; IntVector &gt; c)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00060">util/IntVectorVector.cs:60</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Util.IntVectorVector.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00035">util/IntVectorVector.cs:35</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_acf3e2940d6df7ad6cbcc23f46f9225af"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#acf3e2940d6df7ad6cbcc23f46f9225af">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_Reverse__SWIG_1</a></div><div class="ttdeci">static void IntVectorVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#aa71d36872f416feaa853788a7a7a7ef8">Google.OrTools.Util.IntVectorVector.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00224">util/IntVectorVector.cs:224</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_ab8469187c24ee20858b41527b2f5e687"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#ab8469187c24ee20858b41527b2f5e687">Google.OrTools.Util.IntVectorVector.RemoveRange</a></div><div class="ttdeci">void RemoveRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00302">util/IntVectorVector.cs:302</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector_html_afcf815b72fd02bc71cf77d682a4d4d9b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1IntVectorVector.html#afcf815b72fd02bc71cf77d682a4d4d9b">Google.OrTools.Util.IntVectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(IntVector[] array)</div><div class="ttdef"><b>Definition:</b> <a href="util_2IntVectorVector_8cs_source.html#l00112">util/IntVectorVector.cs:112</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a373c7fdd46a0c31f4d5ac411e0e310b1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a373c7fdd46a0c31f4d5ac411e0e310b1">Google.OrTools.Util.operations_research_utilPINVOKE.IntVectorVector_RemoveAt</a></div><div class="ttdeci">static void IntVectorVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2020-04-23 15:34:43 +02:00
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>