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

156 lines
108 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_2Int64VectorVector_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/Int64VectorVector.cs</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="util_2Int64VectorVector_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_1Int64VectorVector.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_1Int64VectorVector.html">Int64VectorVector</a> : global::System.IDisposable, global::System.Collections.IEnumerable, global::System.Collections.Generic.IEnumerable&lt;Int64Vector&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_1Int64VectorVector.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_1Int64VectorVector.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_1Int64VectorVector.html#ac29f248ef12130ecefd853146e93ac56">Int64VectorVector</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00023"></a><span clas
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.Util.Int64VectorVector.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00040">util/Int64VectorVector.cs:40</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a44afedc9b16129a40cd484568b0529c8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a44afedc9b16129a40cd484568b0529c8">Google.OrTools.Util.operations_research_utilPINVOKE.Int64VectorVector_SetRange</a></div><div class="ttdeci">static void Int64VectorVector_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_1Int64VectorVector_html_a6e51de2ec9b31594c9dc6a5ab1aef90a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#a6e51de2ec9b31594c9dc6a5ab1aef90a">Google.OrTools.Util.Int64VectorVector.Int64VectorVector</a></div><div class="ttdeci">Int64VectorVector(int capacity)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00254">util/Int64VectorVector.cs:254</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_1_1Int64VectorVectorEnumerator_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_1_1Int64VectorVectorEnumerator.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Util.Int64VectorVector.Int64VectorVectorEnumerator.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00218">util/Int64VectorVector.cs:218</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_a8ec7d7c5cd2656150a6237ce80df4d20"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#a8ec7d7c5cd2656150a6237ce80df4d20">Google.OrTools.Util.Int64VectorVector.IsFixedSize</a></div><div class="ttdeci">bool IsFixedSize</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00068">util/Int64VectorVector.cs:68</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a483d6d2978590696934b698a416e252f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a483d6d2978590696934b698a416e252f">Google.OrTools.Util.operations_research_utilPINVOKE.Int64VectorVector_AddRange</a></div><div class="ttdeci">static void Int64VectorVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</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_1Int64VectorVector_html_acac24388a81156ec7ad8ed74428bdba7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#acac24388a81156ec7ad8ed74428bdba7">Google.OrTools.Util.Int64VectorVector.InsertRange</a></div><div class="ttdeci">void InsertRange(int index, Int64VectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00292">util/Int64VectorVector.cs:292</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_a54cad1de1fee640a41791b1ff49ed327"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#a54cad1de1fee640a41791b1ff49ed327">Google.OrTools.Util.Int64VectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(int index, Int64Vector[] array, int arrayIndex, int count)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00122">util/Int64VectorVector.cs:122</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_a94b969d24485ca893c76b3323b3326f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#a94b969d24485ca893c76b3323b3326f4">Google.OrTools.Util.Int64VectorVector.IsSynchronized</a></div><div class="ttdeci">bool IsSynchronized</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00106">util/Int64VectorVector.cs:106</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_affe2a474d8ea951f5111f38a144fcbb4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#affe2a474d8ea951f5111f38a144fcbb4">Google.OrTools.Util.Int64VectorVector.GetEnumerator</a></div><div class="ttdeci">Int64VectorVectorEnumerator GetEnumerator()</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00154">util/Int64VectorVector.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_1operations__research__utilPINVOKE_html_a30d1dc523d95e442fdbe86d3ba9071db"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a30d1dc523d95e442fdbe86d3ba9071db">Google.OrTools.Util.operations_research_utilPINVOKE.Int64VectorVector_InsertRange</a></div><div class="ttdeci">static void Int64VectorVector_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_a2f3be4b56d668163b2ba386d3b0efa01"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a2f3be4b56d668163b2ba386d3b0efa01">Google.OrTools.Util.operations_research_utilPINVOKE.Int64VectorVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr Int64VectorVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a6ddf3a3c7f6804ee7c9bfe835abfe29f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a6ddf3a3c7f6804ee7c9bfe835abfe29f">Google.OrTools.Util.operations_research_utilPINVOKE.Int64VectorVector_Clear</a></div><div class="ttdeci">static void Int64VectorVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_af6cbf16084ead2a02440396e021b9b46"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#af6cbf16084ead2a02440396e021b9b46">Google.OrTools.Util.Int64VectorVector.Reverse</a></div><div class="ttdeci">void Reverse(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00318">util/Int64VectorVector.cs:318</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.Util.Int64VectorVector.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00020">util/Int64VectorVector.cs:20</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_ab8469187c24ee20858b41527b2f5e687"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#ab8469187c24ee20858b41527b2f5e687">Google.OrTools.Util.Int64VectorVector.RemoveRange</a></div><div class="ttdeci">void RemoveRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00302">util/Int64VectorVector.cs:302</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a4990f10fa406469bef24ed25f70a87ec"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a4990f10fa406469bef24ed25f70a87ec">Google.OrTools.Util.operations_research_utilPINVOKE.Int64VectorVector_getitemcopy</a></div><div class="ttdeci">static global::System.IntPtr Int64VectorVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64Vector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64Vector.html">Google.OrTools.Util.Int64Vector</a></div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64Vector_8cs_source.html#l00017">util/Int64Vector.cs:17</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a7c5ec3981d8ac77917461c4223dc1031"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a7c5ec3981d8ac77917461c4223dc1031">Google.OrTools.Util.operations_research_utilPINVOKE.Int64VectorVector_Insert</a></div><div class="ttdeci">static void Int64VectorVector_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_1operations__research__utilPINVOKE_html_a57d7bd03e7295a12868e15076b1ceee8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a57d7bd03e7295a12868e15076b1ceee8">Google.OrTools.Util.operations_research_utilPINVOKE.Int64VectorVector_size</a></div><div class="ttdeci">static uint Int64VectorVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_aad462966ed963f892117056de1eba502"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#aad462966ed963f892117056de1eba502">Google.OrTools.Util.Int64VectorVector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00100">util/Int64VectorVector.cs:100</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_1_1Int64VectorVectorEnumerator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_1_1Int64VectorVectorEnumerator.html">Google.OrTools.Util.Int64VectorVector.Int64VectorVectorEnumerator</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_2Int64VectorVector_8cs_source.html#l00163">util/Int64VectorVector.cs:163</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_1_1Int64VectorVectorEnumerator_html_af75fd7b0112445ab143de51a22c28f77"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_1_1Int64VectorVectorEnumerator.html#af75fd7b0112445ab143de51a22c28f77">Google.OrTools.Util.Int64VectorVector.Int64VectorVectorEnumerator.Current</a></div><div class="ttdeci">Int64Vector Current</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00179">util/Int64VectorVector.cs:179</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_1operations__research__utilPINVOKE_html_abe3874bed1729a98473deba5556e3614"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#abe3874bed1729a98473deba5556e3614">Google.OrTools.Util.operations_research_utilPINVOKE.Int64VectorVector_RemoveAt</a></div><div class="ttdeci">static void Int64VectorVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_a89f2dd9f5a449e5028c7b513c96b25d6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#a89f2dd9f5a449e5028c7b513c96b25d6">Google.OrTools.Util.Int64VectorVector.Repeat</a></div><div class="ttdeci">static Int64VectorVector Repeat(Int64Vector value, int count)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00307">util/Int64VectorVector.cs:307</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_1operations__research__utilPINVOKE_html_ada939bf6fd83a59e65d7a33b530d3252"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#ada939bf6fd83a59e65d7a33b530d3252">Google.OrTools.Util.operations_research_utilPINVOKE.Int64VectorVector_RemoveRange</a></div><div class="ttdeci">static void Int64VectorVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_1_1Int64VectorVectorEnumerator_html_a372de693ad40b3f42839c8ec6ac845f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_1_1Int64VectorVectorEnumerator.html#a372de693ad40b3f42839c8ec6ac845f4">Google.OrTools.Util.Int64VectorVector.Int64VectorVectorEnumerator.Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00210">util/Int64VectorVector.cs:210</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_ae1b551cc51c9d556342b27b466a7c7cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#ae1b551cc51c9d556342b27b466a7c7cb">Google.OrTools.Util.Int64VectorVector.Reverse</a></div><div class="ttdeci">void Reverse()</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00314">util/Int64VectorVector.cs:314</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_a70061e8f961ae224b4f9bc97d03dc006"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#a70061e8f961ae224b4f9bc97d03dc006">Google.OrTools.Util.Int64VectorVector.Add</a></div><div class="ttdeci">void Add(Int64Vector x)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00228">util/Int64VectorVector.cs:228</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_ad66371058d32d6823490b279d84adc59"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#ad66371058d32d6823490b279d84adc59">Google.OrTools.Util.Int64VectorVector.GetRange</a></div><div class="ttdeci">Int64VectorVector GetRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00280">util/Int64VectorVector.cs:280</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_1Int64VectorVector_html_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#aa71d36872f416feaa853788a7a7a7ef8">Google.OrTools.Util.Int64VectorVector.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00224">util/Int64VectorVector.cs:224</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a67459b814ba26c77f6f34d90462c9212"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a67459b814ba26c77f6f34d90462c9212">Google.OrTools.Util.operations_research_utilPINVOKE.Int64VectorVector_Reverse__SWIG_0</a></div><div class="ttdeci">static void Int64VectorVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_aa78674e378deb48dfeb3682280a43c15"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#aa78674e378deb48dfeb3682280a43c15">Google.OrTools.Util.Int64VectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(Int64Vector[] array, int arrayIndex)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00117">util/Int64VectorVector.cs:117</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Util.Int64VectorVector.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00035">util/Int64VectorVector.cs:35</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_1_1Int64VectorVectorEnumerator_html_ad5316c283894d57be1450edab878aed0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_1_1Int64VectorVectorEnumerator.html#ad5316c283894d57be1450edab878aed0">Google.OrTools.Util.Int64VectorVector.Int64VectorVectorEnumerator.MoveNext</a></div><div class="ttdeci">bool MoveNext()</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00198">util/Int64VectorVector.cs:198</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_a3518712c5b9cf1a09552c550fc1ffe5e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#a3518712c5b9cf1a09552c550fc1ffe5e">Google.OrTools.Util.Int64VectorVector.ToArray</a></div><div class="ttdeci">Int64Vector [] ToArray()</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00140">util/Int64VectorVector.cs:140</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_aa4e1218343e463f5f899d4dabd17d75d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#aa4e1218343e463f5f899d4dabd17d75d">Google.OrTools.Util.Int64VectorVector.Int64VectorVector</a></div><div class="ttdeci">Int64VectorVector(global::System.Collections.IEnumerable c)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00052">util/Int64VectorVector.cs:52</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_a8ecee415e6348798c10e6ba9a89fd8de"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#a8ecee415e6348798c10e6ba9a89fd8de">Google.OrTools.Util.Int64VectorVector.SetRange</a></div><div class="ttdeci">void SetRange(int index, Int64VectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00323">util/Int64VectorVector.cs:323</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_ad1b02f19e753582b3c5f9ed71bb0318a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#ad1b02f19e753582b3c5f9ed71bb0318a">Google.OrTools.Util.Int64VectorVector.IsReadOnly</a></div><div class="ttdeci">bool IsReadOnly</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00074">util/Int64VectorVector.cs:74</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_ab7c769ae629ce8608263e93d43c0d6be"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#ab7c769ae629ce8608263e93d43c0d6be">Google.OrTools.Util.operations_research_utilPINVOKE.Int64VectorVector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr Int64VectorVector_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_a50a91b3c2d66626584cacc61dbbe01dd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a50a91b3c2d66626584cacc61dbbe01dd">Google.OrTools.Util.operations_research_utilPINVOKE.Int64VectorVector_Add</a></div><div class="ttdeci">static void Int64VectorVector_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_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_1Int64VectorVector_html_aab470cd15c2491146c4bd82c1c32628e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#aab470cd15c2491146c4bd82c1c32628e">Google.OrTools.Util.Int64VectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(Int64Vector[] array)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00112">util/Int64VectorVector.cs:112</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_ab89a4c7e823605cd8a1d9bc4afedac80"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#ab89a4c7e823605cd8a1d9bc4afedac80">Google.OrTools.Util.Int64VectorVector.AddRange</a></div><div class="ttdeci">void AddRange(Int64VectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00275">util/Int64VectorVector.cs:275</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_1_1Int64VectorVectorEnumerator_html_a54c1e4d98a58129ce7291654a685ff8e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_1_1Int64VectorVectorEnumerator.html#a54c1e4d98a58129ce7291654a685ff8e">Google.OrTools.Util.Int64VectorVector.Int64VectorVectorEnumerator.Int64VectorVectorEnumerator</a></div><div class="ttdeci">Int64VectorVectorEnumerator(Int64VectorVector collection)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00171">util/Int64VectorVector.cs:171</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_ad7c925d24a4e07389d2331e0508618ea"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#ad7c925d24a4e07389d2331e0508618ea">Google.OrTools.Util.Int64VectorVector.RemoveAt</a></div><div class="ttdeci">void RemoveAt(int index)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00297">util/Int64VectorVector.cs:297</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_a97082d691c3ac39ed1328141b1c03c1b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#a97082d691c3ac39ed1328141b1c03c1b">Google.OrTools.Util.Int64VectorVector.Int64VectorVector</a></div><div class="ttdeci">Int64VectorVector(global::System.Collections.Generic.IEnumerable&lt; Int64Vector &gt; c)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00060">util/Int64VectorVector.cs:60</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a0b4e28bd80857600c66831f376598052"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a0b4e28bd80857600c66831f376598052">Google.OrTools.Util.operations_research_utilPINVOKE.delete_Int64VectorVector</a></div><div class="ttdeci">static void delete_Int64VectorVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_a749e441c4728c2cbfe07f58e284ef964"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#a749e441c4728c2cbfe07f58e284ef964">Google.OrTools.Util.Int64VectorVector.Int64VectorVector</a></div><div class="ttdeci">Int64VectorVector(Int64VectorVector other)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00250">util/Int64VectorVector.cs:250</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_a5ad7f82470f145a0d6ae871ff7b623f3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#a5ad7f82470f145a0d6ae871ff7b623f3">Google.OrTools.Util.Int64VectorVector.Capacity</a></div><div class="ttdeci">int Capacity</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00089">util/Int64VectorVector.cs:89</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_ab750a1b9314a73aa9f522daeaf130652"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#ab750a1b9314a73aa9f522daeaf130652">Google.OrTools.Util.Int64VectorVector.Insert</a></div><div class="ttdeci">void Insert(int index, Int64Vector x)</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00287">util/Int64VectorVector.cs:287</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html">Google.OrTools.Util.Int64VectorVector</a></div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00017">util/Int64VectorVector.cs:17</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector_html_ac29f248ef12130ecefd853146e93ac56"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1Int64VectorVector.html#ac29f248ef12130ecefd853146e93ac56">Google.OrTools.Util.Int64VectorVector.Int64VectorVector</a></div><div class="ttdeci">Int64VectorVector()</div><div class="ttdef"><b>Definition:</b> <a href="util_2Int64VectorVector_8cs_source.html#l00247">util/Int64VectorVector.cs:247</a></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>