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

120 lines
108 KiB
HTML
Raw Normal View History

<!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"/>-->
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
</head>
<body>
<div id="banner-container">
<div id="banner">
2019-08-12 09:16:03 -07:00
<span id="sfml">Google OR-Tools 7.3</span>
</div>
</div>
2019-08-07 18:01:08 -07:00
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
2019-08-12 09:16:03 -07:00
<h2>DotNet Reference</h2>
2019-08-07 18:01:08 -07:00
<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">
2019-08-07 18:01:08 -07:00
<div align="center">
<h1 style="color: #145A32;">DotNet Reference</h1>
</div>
<!-- Generated by Doxygen 1.8.15 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_b2c6d49957bf5d0c7726edb4b829cd4d.html">gen</a></li><li class="navelem"><a class="el" href="dir_dd9e6105f85b4b8d1432afc92516bdf4.html">ortools</a></li><li class="navelem"><a class="el" href="dir_0f3af1315eef70db22bfdd6a36c5e1fd.html">util</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">UtilInt64VectorVector.cs</div> </div>
</div><!--header-->
<div class="contents">
2019-08-07 18:01:08 -07:00
<a href="UtilInt64VectorVector_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.0</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_1UtilInt64VectorVector.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_1UtilInt64VectorVector.html">UtilInt64VectorVector</a> : global::System.IDisposable, global::System.Collections.IEnumerable, global::System.Collections.Generic.IEnumerable&lt;UtilInt64Vector&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_1UtilInt64VectorVector.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_1UtilInt64VectorVector.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_1UtilInt64VectorVector.html#a7f6789dd1620131e2b0fd2f79df9786f">UtilInt64VectorVector</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_ae1b551cc51c9d556342b27b466a7c7cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#ae1b551cc51c9d556342b27b466a7c7cb">Google.OrTools.Util.UtilInt64VectorVector.Reverse</a></div><div class="ttdeci">void Reverse()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00314">UtilInt64VectorVector.cs:314</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a3720f3b804bae0bd602999b3057f171c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a3720f3b804bae0bd602999b3057f171c">Google.OrTools.Util.UtilInt64VectorVector.Add</a></div><div class="ttdeci">void Add(UtilInt64Vector x)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00228">UtilInt64VectorVector.cs:228</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_ae7a965fbd4463a960e8e7a10a57b1b4f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#ae7a965fbd4463a960e8e7a10a57b1b4f">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVector</a></div><div class="ttdeci">UtilInt64VectorVector(UtilInt64VectorVector other)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00250">UtilInt64VectorVector.cs:250</a></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="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>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_ade3c7f23eede886ce9b2f37840591c21"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#ade3c7f23eede886ce9b2f37840591c21">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_Clear</a></div><div class="ttdeci">static void UtilInt64VectorVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVectorEnumerator.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00218">UtilInt64VectorVector.cs:218</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a6bb5aa0663cc125357ee346d11723738"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a6bb5aa0663cc125357ee346d11723738">Google.OrTools.Util.UtilInt64VectorVector.Insert</a></div><div class="ttdeci">void Insert(int index, UtilInt64Vector x)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00287">UtilInt64VectorVector.cs:287</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a60365c0977b7b4dfb078697d6436f921"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a60365c0977b7b4dfb078697d6436f921">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVector</a></div><div class="ttdeci">UtilInt64VectorVector(global::System.Collections.Generic.IEnumerable&lt; UtilInt64Vector &gt; c)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00060">UtilInt64VectorVector.cs:60</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_ab2cbcf57b6902a1956476370746d8c22"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#ab2cbcf57b6902a1956476370746d8c22">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr UtilInt64VectorVector_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_a19229f07c4733d94e310ae903d46c519"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a19229f07c4733d94e310ae903d46c519">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_Add</a></div><div class="ttdeci">static void UtilInt64VectorVector_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_1UtilInt64VectorVector_html_a8ec7d7c5cd2656150a6237ce80df4d20"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a8ec7d7c5cd2656150a6237ce80df4d20">Google.OrTools.Util.UtilInt64VectorVector.IsFixedSize</a></div><div class="ttdeci">bool IsFixedSize</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00068">UtilInt64VectorVector.cs:68</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.Util.UtilInt64VectorVector.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00020">UtilInt64VectorVector.cs:20</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_ad1b02f19e753582b3c5f9ed71bb0318a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#ad1b02f19e753582b3c5f9ed71bb0318a">Google.OrTools.Util.UtilInt64VectorVector.IsReadOnly</a></div><div class="ttdeci">bool IsReadOnly</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00074">UtilInt64VectorVector.cs:74</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_1UtilInt64VectorVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html">Google.OrTools.Util.UtilInt64VectorVector</a></div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00017">UtilInt64VectorVector.cs:17</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a94b969d24485ca893c76b3323b3326f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a94b969d24485ca893c76b3323b3326f4">Google.OrTools.Util.UtilInt64VectorVector.IsSynchronized</a></div><div class="ttdeci">bool IsSynchronized</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00106">UtilInt64VectorVector.cs:106</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a046e0b36cc8cd5d30c98ebda07c1eee0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a046e0b36cc8cd5d30c98ebda07c1eee0">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVector</a></div><div class="ttdeci">UtilInt64VectorVector(global::System.Collections.IEnumerable c)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00052">UtilInt64VectorVector.cs:52</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator_html_a372de693ad40b3f42839c8ec6ac845f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator.html#a372de693ad40b3f42839c8ec6ac845f4">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVectorEnumerator.Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00210">UtilInt64VectorVector.cs:210</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_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator_html_a40db2392f17bff0ba9bcca4e23228074"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator.html#a40db2392f17bff0ba9bcca4e23228074">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVectorEnumerator.Current</a></div><div class="ttdeci">UtilInt64Vector Current</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00179">UtilInt64VectorVector.cs:179</a></div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator.html">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVectorEnumerator</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="UtilInt64VectorVector_8cs_source.html#l00163">UtilInt64VectorVector.cs:163</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a6b594b2cac1528c76c5fd20c7fb70af9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a6b594b2cac1528c76c5fd20c7fb70af9">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_getitemcopy</a></div><div class="ttdeci">static global::System.IntPtr UtilInt64VectorVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a0a678ff8d47bf5a81c62a77e051bfb4c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a0a678ff8d47bf5a81c62a77e051bfb4c">Google.OrTools.Util.UtilInt64VectorVector.Repeat</a></div><div class="ttdeci">static UtilInt64VectorVector Repeat(UtilInt64Vector value, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00307">UtilInt64VectorVector.cs:307</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a5ad7f82470f145a0d6ae871ff7b623f3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a5ad7f82470f145a0d6ae871ff7b623f3">Google.OrTools.Util.UtilInt64VectorVector.Capacity</a></div><div class="ttdeci">int Capacity</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00089">UtilInt64VectorVector.cs:89</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a0e908955110eb3625b83a7badce4979a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a0e908955110eb3625b83a7badce4979a">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_Reverse__SWIG_1</a></div><div class="ttdeci">static void UtilInt64VectorVector_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_1UtilInt64VectorVector_html_a1fcde798df6ecade6e8ee84f1cde9ed4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a1fcde798df6ecade6e8ee84f1cde9ed4">Google.OrTools.Util.UtilInt64VectorVector.SetRange</a></div><div class="ttdeci">void SetRange(int index, UtilInt64VectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00323">UtilInt64VectorVector.cs:323</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_ab8469187c24ee20858b41527b2f5e687"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#ab8469187c24ee20858b41527b2f5e687">Google.OrTools.Util.UtilInt64VectorVector.RemoveRange</a></div><div class="ttdeci">void RemoveRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00302">UtilInt64VectorVector.cs:302</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_aee2b1d24fdebe8961cfa3316a21d0899"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#aee2b1d24fdebe8961cfa3316a21d0899">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_RemoveRange</a></div><div class="ttdeci">static void UtilInt64VectorVector_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_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_1UtilInt64VectorVector_html_abbc435528854302d6771d027dcc4b71b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#abbc435528854302d6771d027dcc4b71b">Google.OrTools.Util.UtilInt64VectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(UtilInt64Vector[] array)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00112">UtilInt64VectorVector.cs:112</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a3ee623ed0ff8a12d83280073853048fe"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a3ee623ed0ff8a12d83280073853048fe">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_InsertRange</a></div><div class="ttdeci">static void UtilInt64VectorVector_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_a050d358468ed5ed7eee69aab5d7d9dc1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a050d358468ed5ed7eee69aab5d7d9dc1">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_Insert</a></div><div class="ttdeci">static void UtilInt64VectorVector_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_1UtilInt64VectorVector_html_aa242f45c20b5215dac66af65fb4d9d3a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#aa242f45c20b5215dac66af65fb4d9d3a">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVector</a></div><div class="ttdeci">UtilInt64VectorVector(int capacity)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00254">UtilInt64VectorVector.cs:254</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_aad462966ed963f892117056de1eba502"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#aad462966ed963f892117056de1eba502">Google.OrTools.Util.UtilInt64VectorVector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00100">UtilInt64VectorVector.cs:100</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_afe87d1d34b25612c0984860df7bff163"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#afe87d1d34b25612c0984860df7bff163">Google.OrTools.Util.UtilInt64VectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(int index, UtilInt64Vector[] array, int arrayIndex, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00122">UtilInt64VectorVector.cs:122</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_af5e8e28ad52bc721a7241e0aa15b0fc7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#af5e8e28ad52bc721a7241e0aa15b0fc7">Google.OrTools.Util.UtilInt64VectorVector.GetRange</a></div><div class="ttdeci">UtilInt64VectorVector GetRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00280">UtilInt64VectorVector.cs:280</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a4046aabe3a1ea570cbc8068d53299668"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a4046aabe3a1ea570cbc8068d53299668">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_SetRange</a></div><div class="ttdeci">static void UtilInt64VectorVector_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_a5195b8b3aac53403d80d2766f16b3ae6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a5195b8b3aac53403d80d2766f16b3ae6">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr UtilInt64VectorVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a306200ae5b13284b28b21820ed1c1be8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a306200ae5b13284b28b21820ed1c1be8">Google.OrTools.Util.UtilInt64VectorVector.AddRange</a></div><div class="ttdeci">void AddRange(UtilInt64VectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00275">UtilInt64VectorVector.cs:275</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a670546155848cbd43392eb2867d5a3a3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a670546155848cbd43392eb2867d5a3a3">Google.OrTools.Util.UtilInt64VectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(UtilInt64Vector[] array, int arrayIndex)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00117">UtilInt64VectorVector.cs:117</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator_html_ae07c11213cfffb8931690a890cc87908"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator.html#ae07c11213cfffb8931690a890cc87908">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVectorEnumerator.UtilInt64VectorVectorEnumerator</a></div><div class="ttdeci">UtilInt64VectorVectorEnumerator(UtilInt64VectorVector collection)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00171">UtilInt64VectorVector.cs:171</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_af6cbf16084ead2a02440396e021b9b46"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#af6cbf16084ead2a02440396e021b9b46">Google.OrTools.Util.UtilInt64VectorVector.Reverse</a></div><div class="ttdeci">void Reverse(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00318">UtilInt64VectorVector.cs:318</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#aa71d36872f416feaa853788a7a7a7ef8">Google.OrTools.Util.UtilInt64VectorVector.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00224">UtilInt64VectorVector.cs:224</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a5a0f08960d4978a7ccdcdd89fd387796"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a5a0f08960d4978a7ccdcdd89fd387796">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_Reverse__SWIG_0</a></div><div class="ttdeci">static void UtilInt64VectorVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a4c5a37e532c403d79d7ddfe48951ae29"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a4c5a37e532c403d79d7ddfe48951ae29">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_RemoveAt</a></div><div class="ttdeci">static void UtilInt64VectorVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Util.UtilInt64VectorVector.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00035">UtilInt64VectorVector.cs:35</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a79648db57bef4c88ad9adbeff1a600bd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a79648db57bef4c88ad9adbeff1a600bd">Google.OrTools.Util.UtilInt64VectorVector.GetEnumerator</a></div><div class="ttdeci">UtilInt64VectorVectorEnumerator GetEnumerator()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00154">UtilInt64VectorVector.cs:154</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a729160696d55feef8a57a2bc97566cb0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a729160696d55feef8a57a2bc97566cb0">Google.OrTools.Util.UtilInt64VectorVector.ToArray</a></div><div class="ttdeci">UtilInt64Vector [] ToArray()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00140">UtilInt64VectorVector.cs:140</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a76fbf16ff723f1fcdbf889e402e7901a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a76fbf16ff723f1fcdbf889e402e7901a">Google.OrTools.Util.operations_research_utilPINVOKE.delete_UtilInt64VectorVector</a></div><div class="ttdeci">static void delete_UtilInt64VectorVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_ae1f60cd01e71d288179ddd066c5ffcc9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#ae1f60cd01e71d288179ddd066c5ffcc9">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_AddRange</a></div><div class="ttdeci">static void UtilInt64VectorVector_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_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>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a7f6789dd1620131e2b0fd2f79df9786f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a7f6789dd1620131e2b0fd2f79df9786f">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVector</a></div><div class="ttdeci">UtilInt64VectorVector()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00247">UtilInt64VectorVector.cs:247</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_aad95c55fb2c4f01523407ff345af7ca1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#aad95c55fb2c4f01523407ff345af7ca1">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_size</a></div><div class="ttdeci">static uint UtilInt64VectorVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a813aa9b188c5358239506221f336aa56"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a813aa9b188c5358239506221f336aa56">Google.OrTools.Util.UtilInt64VectorVector.InsertRange</a></div><div class="ttdeci">void InsertRange(int index, UtilInt64VectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00292">UtilInt64VectorVector.cs:292</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator_html_ad5316c283894d57be1450edab878aed0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator.html#ad5316c283894d57be1450edab878aed0">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVectorEnumerator.MoveNext</a></div><div class="ttdeci">bool MoveNext()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00198">UtilInt64VectorVector.cs:198</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.Util.UtilInt64VectorVector.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00040">UtilInt64VectorVector.cs:40</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html">Google.OrTools.Util.UtilInt64Vector</a></div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00017">UtilInt64Vector.cs:17</a></div></div>
</div><!-- fragment --></div><!-- contents -->
2019-08-07 18:01:08 -07:00
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>