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

114 lines
107 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">
<span id="sfml">OR-Tools 7.1@</span>
</div>
</div>
<div id="content">
<!-- Generated by Doxygen 1.8.15 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<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="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</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_585e9a2673d249c3b9690f454203f86a.html">algorithms</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">KInt64Vector.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="KInt64Vector_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 3.0.12</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"><a class="line" href="namespaceGoogle_1_1OrTools_1_1Algorithms.html"> 11</a></span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1Algorithms.html">Google.OrTools.Algorithms</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"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html"> 13</a></span>&#160;<span class="keyword">public</span> <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> : global::System.IDisposable, global::System.Collections.IEnumerable</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; , global::System.Collections.Generic.IList&lt;long&gt;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; {</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a7238c192deaf636034a9222a9d879c4a"> 17</a></span>&#160; <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a7238c192deaf636034a9222a9d879c4a">swigCMemOwn</a>;</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">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a0711bc08c66e593e62328f60559a19a1">KInt64Vector</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a7238c192deaf636034a9222a9d879c4a">swigCMemOwn</a> = cMemoryOwn;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">this</span>, cPtr);</div><div class="line"><a name=
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a2bb62f05c660137437e7a95aa7eb7aeb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a2bb62f05c660137437e7a95aa7eb7aeb">Google.OrTools.Algorithms.KInt64Vector.GetEnumerator</a></div><div class="ttdeci">KInt64VectorEnumerator GetEnumerator()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00133">KInt64Vector.cs:133</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a25f6d03ac6cc5aafabdb637bb5380f40"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a25f6d03ac6cc5aafabdb637bb5380f40">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Contains</a></div><div class="ttdeci">static bool KInt64Vector_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a3d72153ca77183fdfa8a9cc5560b50b8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a3d72153ca77183fdfa8a9cc5560b50b8">Google.OrTools.Algorithms.KInt64Vector.CopyTo</a></div><div class="ttdeci">void CopyTo(int index, long[] array, int arrayIndex, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00107">KInt64Vector.cs:107</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a53970888b387da7fa3e5474967715fbc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a53970888b387da7fa3e5474967715fbc">Google.OrTools.Algorithms.KInt64Vector.Dispose</a></div><div class="ttdeci">virtual void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00032">KInt64Vector.cs:32</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a4f84c80f3dd6b9d315063bc09ec11b72"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a4f84c80f3dd6b9d315063bc09ec11b72">Google.OrTools.Algorithms.KInt64Vector.KInt64Vector</a></div><div class="ttdeci">KInt64Vector(int capacity)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00232">KInt64Vector.cs:232</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_add3a2b5c9fe3356a509dcb3dbafe3793"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#add3a2b5c9fe3356a509dcb3dbafe3793">Google.OrTools.Algorithms.KInt64Vector.IsSynchronized</a></div><div class="ttdeci">bool IsSynchronized</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00091">KInt64Vector.cs:91</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_aa5b52f3b00ed745807ecfe0bf39da0e9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#aa5b52f3b00ed745807ecfe0bf39da0e9">Google.OrTools.Algorithms.KInt64Vector.KInt64Vector</a></div><div class="ttdeci">KInt64Vector(global::System.Collections.ICollection c)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00045">KInt64Vector.cs:45</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html">Google.OrTools.Algorithms.KInt64Vector.KInt64VectorEnumerator</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="KInt64Vector_8cs_source.html#l00142">KInt64Vector.cs:142</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a01f1688855ed471b9c9bd1b499b9bf70"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a01f1688855ed471b9c9bd1b499b9bf70">Google.OrTools.Algorithms.KInt64Vector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00085">KInt64Vector.cs:85</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator_html_aefdef06d2ba5bbff0aa8a6f7e12932f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#aefdef06d2ba5bbff0aa8a6f7e12932f4">Google.OrTools.Algorithms.KInt64Vector.KInt64VectorEnumerator.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00197">KInt64Vector.cs:197</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a7cc782a5ee07d7cb7807a72125d69ab5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a7cc782a5ee07d7cb7807a72125d69ab5">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr KInt64Vector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_aea1c2f914aff8e63e8f2af7c6126c0b8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#aea1c2f914aff8e63e8f2af7c6126c0b8">Google.OrTools.Algorithms.KInt64Vector.Remove</a></div><div class="ttdeci">bool Remove(long value)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00321">KInt64Vector.cs:321</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a777c97da391b13397add9da91a7ca8dc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a777c97da391b13397add9da91a7ca8dc">Google.OrTools.Algorithms.KInt64Vector.RemoveRange</a></div><div class="ttdeci">void RemoveRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00280">KInt64Vector.cs:280</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a1ed4d6cc3b271596e7219d0c3d615fa5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a1ed4d6cc3b271596e7219d0c3d615fa5">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_RemoveRange</a></div><div class="ttdeci">static void KInt64Vector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_afe9318bb9e904eeac8f061ce963a2a42"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#afe9318bb9e904eeac8f061ce963a2a42">Google.OrTools.Algorithms.KInt64Vector.IsFixedSize</a></div><div class="ttdeci">bool IsFixedSize</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00053">KInt64Vector.cs:53</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a01a38be3e9633b5d8b0a0dfb1185101b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a01a38be3e9633b5d8b0a0dfb1185101b">Google.OrTools.Algorithms.KInt64Vector.Capacity</a></div><div class="ttdeci">int Capacity</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00074">KInt64Vector.cs:74</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a10c52bfce223e46e5350d1e14f616788"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a10c52bfce223e46e5350d1e14f616788">Google.OrTools.Algorithms.KInt64Vector.GetRange</a></div><div class="ttdeci">KInt64Vector GetRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00258">KInt64Vector.cs:258</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a736e6ce0a4d26ce2663a6acbf35d77a3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a736e6ce0a4d26ce2663a6acbf35d77a3">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_AddRange</a></div><div class="ttdeci">static void KInt64Vector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_aee05fe36123effe7204f6fa1a9d88d24"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aee05fe36123effe7204f6fa1a9d88d24">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Remove</a></div><div class="ttdeci">static bool KInt64Vector_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">Google.OrTools.Algorithms.KInt64Vector</a></div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00013">KInt64Vector.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_af4a8eab26e943b534c709689fe858468"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af4a8eab26e943b534c709689fe858468">Google.OrTools.Algorithms.KInt64Vector.CopyTo</a></div><div class="ttdeci">void CopyTo(long[] array)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00097">KInt64Vector.cs:97</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_abcc0db43ca8a008aab612f4cfa9dde94"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#abcc0db43ca8a008aab612f4cfa9dde94">Google.OrTools.Algorithms.KInt64Vector.CopyTo</a></div><div class="ttdeci">void CopyTo(long[] array, int arrayIndex)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00102">KInt64Vector.cs:102</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException_html_a5443d8cd5b356c84575907ea2b44c2a4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a5443d8cd5b356c84575907ea2b44c2a4">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00151">operations_research_algorithmsPINVOKE.cs:151</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a7238c192deaf636034a9222a9d879c4a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a7238c192deaf636034a9222a9d879c4a">Google.OrTools.Algorithms.KInt64Vector.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00017">KInt64Vector.cs:17</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator_html_a3340e4619bee46fcd6c045b66a86a8a3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#a3340e4619bee46fcd6c045b66a86a8a3">Google.OrTools.Algorithms.KInt64Vector.KInt64VectorEnumerator.MoveNext</a></div><div class="ttdeci">bool MoveNext()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00177">KInt64Vector.cs:177</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator_html_aae3142b123fb8d5f03b9f2cdb27df5d2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#aae3142b123fb8d5f03b9f2cdb27df5d2">Google.OrTools.Algorithms.KInt64Vector.KInt64VectorEnumerator.KInt64VectorEnumerator</a></div><div class="ttdeci">KInt64VectorEnumerator(KInt64Vector collection)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00150">KInt64Vector.cs:150</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a6a275bdcea9833a3f804006429238515"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a6a275bdcea9833a3f804006429238515">Google.OrTools.Algorithms.KInt64Vector.Insert</a></div><div class="ttdeci">void Insert(int index, long x)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00265">KInt64Vector.cs:265</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_aafc21caf662033c1360bfd1651cd4225"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aafc21caf662033c1360bfd1651cd4225">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_RemoveAt</a></div><div class="ttdeci">static void KInt64Vector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_af6258696e42a24721188ce89b30785f9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#af6258696e42a24721188ce89b30785f9">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Reverse__SWIG_0</a></div><div class="ttdeci">static void KInt64Vector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a59c1239e50cb1bb16ac76727ed262cc3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a59c1239e50cb1bb16ac76727ed262cc3">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_InsertRange</a></div><div class="ttdeci">static void KInt64Vector_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_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException_html_a9c736100e837d5c547a962a98d88501e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a9c736100e837d5c547a962a98d88501e">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00132">operations_research_algorithmsPINVOKE.cs:132</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a5e4855a714bd856c5cd7a8f17ca14a20"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a5e4855a714bd856c5cd7a8f17ca14a20">Google.OrTools.Algorithms.KInt64Vector.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00203">KInt64Vector.cs:203</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_af46cc99c9d40228b65bd0ce56d435d21"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af46cc99c9d40228b65bd0ce56d435d21">Google.OrTools.Algorithms.KInt64Vector.Reverse</a></div><div class="ttdeci">void Reverse(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00296">KInt64Vector.cs:296</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.SWIGPendingException</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00127">operations_research_algorithmsPINVOKE.cs:127</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a4b7470c371dbc3881471e833e4a3e661"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a4b7470c371dbc3881471e833e4a3e661">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Insert</a></div><div class="ttdeci">static void KInt64Vector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a75b1d264094d5deeb4e992a5e5928127"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a75b1d264094d5deeb4e992a5e5928127">Google.OrTools.Algorithms.KInt64Vector.Contains</a></div><div class="ttdeci">bool Contains(long value)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00306">KInt64Vector.cs:306</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a157235c54ddc44c1681d9ab93805fcf8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a157235c54ddc44c1681d9ab93805fcf8">Google.OrTools.Algorithms.KInt64Vector.RemoveAt</a></div><div class="ttdeci">void RemoveAt(int index)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00275">KInt64Vector.cs:275</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a5a50ffa26dc2e868a3a9d0e03847c4cc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a5a50ffa26dc2e868a3a9d0e03847c4cc">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Add</a></div><div class="ttdeci">static void KInt64Vector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a706c991d93bc5f0f8a10ec2661e46fb0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a706c991d93bc5f0f8a10ec2661e46fb0">Google.OrTools.Algorithms.KInt64Vector.IndexOf</a></div><div class="ttdeci">int IndexOf(long value)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00311">KInt64Vector.cs:311</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_af0c757c48b21fdf7e7fbda2c9ae2ca66"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#af0c757c48b21fdf7e7fbda2c9ae2ca66">Google.OrTools.Algorithms.KInt64Vector.KInt64Vector</a></div><div class="ttdeci">KInt64Vector(KInt64Vector other)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00228">KInt64Vector.cs:228</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a0711bc08c66e593e62328f60559a19a1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a0711bc08c66e593e62328f60559a19a1">Google.OrTools.Algorithms.KInt64Vector.KInt64Vector</a></div><div class="ttdeci">KInt64Vector()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00225">KInt64Vector.cs:225</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a0fac8eba33d3d31f939539c5438bd83a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a0fac8eba33d3d31f939539c5438bd83a">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr KInt64Vector_Repeat(long jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a4604d8a32f3c1678dbf40fb89cefad64"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a4604d8a32f3c1678dbf40fb89cefad64">Google.OrTools.Algorithms.KInt64Vector.SetRange</a></div><div class="ttdeci">void SetRange(int index, KInt64Vector values)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00301">KInt64Vector.cs:301</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_ae0452167440ba3185697cf0b29aca938"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#ae0452167440ba3185697cf0b29aca938">Google.OrTools.Algorithms.KInt64Vector.Reverse</a></div><div class="ttdeci">void Reverse()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00292">KInt64Vector.cs:292</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_abcf24465c05b1d40dba7bec70d5ecada"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#abcf24465c05b1d40dba7bec70d5ecada">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_IndexOf</a></div><div class="ttdeci">static int KInt64Vector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a83e2a9b6d14af24b14ed66db034f0f1d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a83e2a9b6d14af24b14ed66db034f0f1d">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_getitemcopy</a></div><div class="ttdeci">static long KInt64Vector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator_html_a95cebebcc9f220521eb37828f436d3cf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#a95cebebcc9f220521eb37828f436d3cf">Google.OrTools.Algorithms.KInt64Vector.KInt64VectorEnumerator.Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00189">KInt64Vector.cs:189</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00013">operations_research_algorithmsPINVOKE.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a42d8234acb3bcb1046e8e69f5df807bc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a42d8234acb3bcb1046e8e69f5df807bc">Google.OrTools.Algorithms.KInt64Vector.IsReadOnly</a></div><div class="ttdeci">bool IsReadOnly</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00059">KInt64Vector.cs:59</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a2605f9d950538cc05fd5f1f9081e14d6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a2605f9d950538cc05fd5f1f9081e14d6">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_size</a></div><div class="ttdeci">static uint KInt64Vector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a3a81e6113784eb3749d1e423d7975af2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a3a81e6113784eb3749d1e423d7975af2">Google.OrTools.Algorithms.KInt64Vector.Repeat</a></div><div class="ttdeci">static KInt64Vector Repeat(long value, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00285">KInt64Vector.cs:285</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a4bf7467f9b4e684dc0205aae054fe2e1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a4bf7467f9b4e684dc0205aae054fe2e1">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_LastIndexOf</a></div><div class="ttdeci">static int KInt64Vector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a8ff8bb5073d05900854b2fbdbe37e8f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a8ff8bb5073d05900854b2fbdbe37e8f4">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_SetRange</a></div><div class="ttdeci">static void KInt64Vector_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_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator_html_a3c40aa79e5da9ec6955bdece1b306bc7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_1_1KInt64VectorEnumerator.html#a3c40aa79e5da9ec6955bdece1b306bc7">Google.OrTools.Algorithms.KInt64Vector.KInt64VectorEnumerator.Current</a></div><div class="ttdeci">long Current</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00158">KInt64Vector.cs:158</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a5ab37dde663ac9e74ee98abe75d8028a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a5ab37dde663ac9e74ee98abe75d8028a">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Clear</a></div><div class="ttdeci">static void KInt64Vector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a604480c30b105b9b5ed84043694762cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a604480c30b105b9b5ed84043694762cb">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.delete_KInt64Vector</a></div><div class="ttdeci">static void delete_KInt64Vector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a8299b40b2d10a16008dbb8a9770b9a15"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a8299b40b2d10a16008dbb8a9770b9a15">Google.OrTools.Algorithms.KInt64Vector.InsertRange</a></div><div class="ttdeci">void InsertRange(int index, KInt64Vector values)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00270">KInt64Vector.cs:270</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a8e518e03e41de64c228d9babf8739004"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a8e518e03e41de64c228d9babf8739004">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64Vector_Reverse__SWIG_1</a></div><div class="ttdeci">static void KInt64Vector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a6f9ba2160c16e09c63063a6a08af7a42"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a6f9ba2160c16e09c63063a6a08af7a42">Google.OrTools.Algorithms.KInt64Vector.Add</a></div><div class="ttdeci">void Add(long x)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00207">KInt64Vector.cs:207</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html_a5ab3995c9d3eb20280d72a7e01d52f90"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html#a5ab3995c9d3eb20280d72a7e01d52f90">Google.OrTools.Algorithms.KInt64Vector.AddRange</a></div><div class="ttdeci">void AddRange(KInt64Vector values)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00253">KInt64Vector.cs:253</a></div></div>
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1Algorithms_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1Algorithms.html">Google.OrTools.Algorithms</a></div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00011">KInt64Vector.cs:11</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>