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

127 lines
111 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">UtilInt64Vector.cs</div> </div>
</div><!--header-->
<div class="contents">
2019-08-07 18:01:08 -07:00
<a href="UtilInt64Vector_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_1UtilInt64Vector.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_1UtilInt64Vector.html">UtilInt64Vector</a> : global::System.IDisposable, global::System.Collections.IEnumerable, global::System.Collections.Generic.IList&lt;long&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_1UtilInt64Vector.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_1UtilInt64Vector.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_1UtilInt64Vector.html#a8ca875a10b125d0b0aeb4f1c0e51b7c0">UtilInt64Vector</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <a
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_ad57dc0c759544edef060868644e1d879"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#ad57dc0c759544edef060868644e1d879">Google.OrTools.Util.UtilInt64Vector.UtilInt64Vector</a></div><div class="ttdeci">UtilInt64Vector(global::System.Collections.IEnumerable c)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00052">UtilInt64Vector.cs:52</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Util.UtilInt64Vector.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00035">UtilInt64Vector.cs:35</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>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_ab8469187c24ee20858b41527b2f5e687"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#ab8469187c24ee20858b41527b2f5e687">Google.OrTools.Util.UtilInt64Vector.RemoveRange</a></div><div class="ttdeci">void RemoveRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00301">UtilInt64Vector.cs:301</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator_html_ae0cbc115a66699ead8d93fddccf271ef"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator.html#ae0cbc115a66699ead8d93fddccf271ef">Google.OrTools.Util.UtilInt64Vector.UtilInt64VectorEnumerator.Current</a></div><div class="ttdeci">long Current</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00179">UtilInt64Vector.cs:179</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_1UtilInt64Vector_html_aa2f15bd863a9091839cf90701179ca70"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#aa2f15bd863a9091839cf90701179ca70">Google.OrTools.Util.UtilInt64Vector.UtilInt64Vector</a></div><div class="ttdeci">UtilInt64Vector(int capacity)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00253">UtilInt64Vector.cs:253</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a3a207406ea15b330c5cd83a979331e59"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a3a207406ea15b330c5cd83a979331e59">Google.OrTools.Util.operations_research_utilPINVOKE.delete_UtilInt64Vector</a></div><div class="ttdeci">static void delete_UtilInt64Vector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a8290c7c476d281863d6938dcf0726e7b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a8290c7c476d281863d6938dcf0726e7b">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_getitemcopy</a></div><div class="ttdeci">static long UtilInt64Vector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a40e96b1842eed3b13fba51f8382e0bd1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a40e96b1842eed3b13fba51f8382e0bd1">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_InsertRange</a></div><div class="ttdeci">static void UtilInt64Vector_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_1UtilInt64Vector_html_a4b1728714bbe90b7ae42ffc63689e690"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a4b1728714bbe90b7ae42ffc63689e690">Google.OrTools.Util.UtilInt64Vector.Repeat</a></div><div class="ttdeci">static UtilInt64Vector Repeat(long value, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00306">UtilInt64Vector.cs:306</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a8ec7d7c5cd2656150a6237ce80df4d20"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a8ec7d7c5cd2656150a6237ce80df4d20">Google.OrTools.Util.UtilInt64Vector.IsFixedSize</a></div><div class="ttdeci">bool IsFixedSize</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00068">UtilInt64Vector.cs:68</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a0506ddeb495c3e518b6ae4fdeb8f910f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a0506ddeb495c3e518b6ae4fdeb8f910f">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_Reverse__SWIG_0</a></div><div class="ttdeci">static void UtilInt64Vector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a9e8ff310cc3c27b59e4106f850ceaddf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a9e8ff310cc3c27b59e4106f850ceaddf">Google.OrTools.Util.UtilInt64Vector.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="UtilInt64Vector_8cs_source.html#l00122">UtilInt64Vector.cs:122</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>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_af7f404fe2f0b77489ca3577321a5ff94"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#af7f404fe2f0b77489ca3577321a5ff94">Google.OrTools.Util.UtilInt64Vector.CopyTo</a></div><div class="ttdeci">void CopyTo(long[] array)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00112">UtilInt64Vector.cs:112</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a82d29336c4042b06c7bebc6ca0ff4d2c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a82d29336c4042b06c7bebc6ca0ff4d2c">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_IndexOf</a></div><div class="ttdeci">static int UtilInt64Vector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_ab7fbe8c3415eabeb68fcb4acc69c31e2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#ab7fbe8c3415eabeb68fcb4acc69c31e2">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_SetRange</a></div><div class="ttdeci">static void UtilInt64Vector_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_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_1UtilInt64Vector_html_a4cde7a9dafcf81de97a0249b4965af83"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a4cde7a9dafcf81de97a0249b4965af83">Google.OrTools.Util.UtilInt64Vector.SetRange</a></div><div class="ttdeci">void SetRange(int index, UtilInt64Vector values)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00322">UtilInt64Vector.cs:322</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_abe835e1b4c823b430ea29d9078395a73"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#abe835e1b4c823b430ea29d9078395a73">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_Remove</a></div><div class="ttdeci">static bool UtilInt64Vector_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_ad5cf5d596c4f2c16f27073b1fdcad4e1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#ad5cf5d596c4f2c16f27073b1fdcad4e1">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_Insert</a></div><div class="ttdeci">static void UtilInt64Vector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_aac5141816359b1f2e374b9f1356cf734"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#aac5141816359b1f2e374b9f1356cf734">Google.OrTools.Util.UtilInt64Vector.ToArray</a></div><div class="ttdeci">long [] ToArray()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00140">UtilInt64Vector.cs:140</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_aadc438d30981466fc61748412fc8ba2b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#aadc438d30981466fc61748412fc8ba2b">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_Reverse__SWIG_1</a></div><div class="ttdeci">static void UtilInt64Vector_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_1UtilInt64Vector_html_ad76f98ad1530aa6d37aa16a8b8edfa55"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#ad76f98ad1530aa6d37aa16a8b8edfa55">Google.OrTools.Util.UtilInt64Vector.IndexOf</a></div><div class="ttdeci">int IndexOf(long value)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00332">UtilInt64Vector.cs:332</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a864e771b3e40d6fc7a9c5516e45e4ec3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a864e771b3e40d6fc7a9c5516e45e4ec3">Google.OrTools.Util.UtilInt64Vector.CopyTo</a></div><div class="ttdeci">void CopyTo(long[] array, int arrayIndex)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00117">UtilInt64Vector.cs:117</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a24137db1ea4468256f946228261ea042"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a24137db1ea4468256f946228261ea042">Google.OrTools.Util.UtilInt64Vector.AddRange</a></div><div class="ttdeci">void AddRange(UtilInt64Vector values)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00274">UtilInt64Vector.cs:274</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_ad1b02f19e753582b3c5f9ed71bb0318a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#ad1b02f19e753582b3c5f9ed71bb0318a">Google.OrTools.Util.UtilInt64Vector.IsReadOnly</a></div><div class="ttdeci">bool IsReadOnly</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00074">UtilInt64Vector.cs:74</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_1_1SWIGPendingException_html_a7c98814d2667a9273c95e975fd320b6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Google.OrTools.Util.operations_research_utilPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__utilPINVOKE_8cs_source.html#l00133">operations_research_utilPINVOKE.cs:133</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.Util.UtilInt64Vector.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00040">UtilInt64Vector.cs:40</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_af6cbf16084ead2a02440396e021b9b46"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#af6cbf16084ead2a02440396e021b9b46">Google.OrTools.Util.UtilInt64Vector.Reverse</a></div><div class="ttdeci">void Reverse(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00317">UtilInt64Vector.cs:317</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Util.UtilInt64Vector.UtilInt64VectorEnumerator.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00218">UtilInt64Vector.cs:218</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a3ed1883a3ba8b122377af80ee72fa9ec"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a3ed1883a3ba8b122377af80ee72fa9ec">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_LastIndexOf</a></div><div class="ttdeci">static int UtilInt64Vector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a8ca875a10b125d0b0aeb4f1c0e51b7c0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a8ca875a10b125d0b0aeb4f1c0e51b7c0">Google.OrTools.Util.UtilInt64Vector.UtilInt64Vector</a></div><div class="ttdeci">UtilInt64Vector()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00246">UtilInt64Vector.cs:246</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a94b969d24485ca893c76b3323b3326f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a94b969d24485ca893c76b3323b3326f4">Google.OrTools.Util.UtilInt64Vector.IsSynchronized</a></div><div class="ttdeci">bool IsSynchronized</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00106">UtilInt64Vector.cs:106</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a18fdf2670c2e0bf3e42aa86d370c47ef"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a18fdf2670c2e0bf3e42aa86d370c47ef">Google.OrTools.Util.UtilInt64Vector.Remove</a></div><div class="ttdeci">bool Remove(long value)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00342">UtilInt64Vector.cs:342</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#aa71d36872f416feaa853788a7a7a7ef8">Google.OrTools.Util.UtilInt64Vector.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00224">UtilInt64Vector.cs:224</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_ab613fee6b08a7ec8047fd89a9f903d43"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#ab613fee6b08a7ec8047fd89a9f903d43">Google.OrTools.Util.UtilInt64Vector.Contains</a></div><div class="ttdeci">bool Contains(long value)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00327">UtilInt64Vector.cs:327</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_ac813408051cb7383fbf74cc809dcfe77"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#ac813408051cb7383fbf74cc809dcfe77">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr UtilInt64Vector_Repeat(long jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_ab6b996111dde39f05445435af6b7e066"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#ab6b996111dde39f05445435af6b7e066">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_AddRange</a></div><div class="ttdeci">static void UtilInt64Vector_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_a30469e4b57d87325cebf200dae3c20d5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a30469e4b57d87325cebf200dae3c20d5">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_RemoveAt</a></div><div class="ttdeci">static void UtilInt64Vector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a090b91ecf6cc87130c6d9bea229c4f83"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a090b91ecf6cc87130c6d9bea229c4f83">Google.OrTools.Util.UtilInt64Vector.GetRange</a></div><div class="ttdeci">UtilInt64Vector GetRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00279">UtilInt64Vector.cs:279</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator_html_a372de693ad40b3f42839c8ec6ac845f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator.html#a372de693ad40b3f42839c8ec6ac845f4">Google.OrTools.Util.UtilInt64Vector.UtilInt64VectorEnumerator.Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00210">UtilInt64Vector.cs:210</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a08590cd6973fb1f084b3f4cfac1e5024"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a08590cd6973fb1f084b3f4cfac1e5024">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_Clear</a></div><div class="ttdeci">static void UtilInt64Vector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator.html">Google.OrTools.Util.UtilInt64Vector.UtilInt64VectorEnumerator</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="UtilInt64Vector_8cs_source.html#l00163">UtilInt64Vector.cs:163</a></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_1UtilInt64Vector_1_1UtilInt64VectorEnumerator_html_ad5316c283894d57be1450edab878aed0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator.html#ad5316c283894d57be1450edab878aed0">Google.OrTools.Util.UtilInt64Vector.UtilInt64VectorEnumerator.MoveNext</a></div><div class="ttdeci">bool MoveNext()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00198">UtilInt64Vector.cs:198</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_ad949437cf1764aade5c7cbd8fa1c3166"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#ad949437cf1764aade5c7cbd8fa1c3166">Google.OrTools.Util.UtilInt64Vector.Add</a></div><div class="ttdeci">void Add(long x)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00228">UtilInt64Vector.cs:228</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a5a46401986e9937e95dba3cdbdc03782"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a5a46401986e9937e95dba3cdbdc03782">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_RemoveRange</a></div><div class="ttdeci">static void UtilInt64Vector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a5ee9a37badb8ee55cfc4939c25c05791"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a5ee9a37badb8ee55cfc4939c25c05791">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_size</a></div><div class="ttdeci">static uint UtilInt64Vector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a5ad7f82470f145a0d6ae871ff7b623f3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a5ad7f82470f145a0d6ae871ff7b623f3">Google.OrTools.Util.UtilInt64Vector.Capacity</a></div><div class="ttdeci">int Capacity</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00089">UtilInt64Vector.cs:89</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a11a50d4f147963eb2694b580bd3dd25c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a11a50d4f147963eb2694b580bd3dd25c">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_Add</a></div><div class="ttdeci">static void UtilInt64Vector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a723b31f2e5f3cf4db61f81b9f594cc28"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a723b31f2e5f3cf4db61f81b9f594cc28">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr UtilInt64Vector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_ad7c925d24a4e07389d2331e0508618ea"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#ad7c925d24a4e07389d2331e0508618ea">Google.OrTools.Util.UtilInt64Vector.RemoveAt</a></div><div class="ttdeci">void RemoveAt(int index)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00296">UtilInt64Vector.cs:296</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a416ba24ab2201269f8a88f4387c08466"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a416ba24ab2201269f8a88f4387c08466">Google.OrTools.Util.UtilInt64Vector.Insert</a></div><div class="ttdeci">void Insert(int index, long x)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00286">UtilInt64Vector.cs:286</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator_html_ac8bce8e2d728b7c46a93c8aac196b9cd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator.html#ac8bce8e2d728b7c46a93c8aac196b9cd">Google.OrTools.Util.UtilInt64Vector.UtilInt64VectorEnumerator.UtilInt64VectorEnumerator</a></div><div class="ttdeci">UtilInt64VectorEnumerator(UtilInt64Vector collection)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00171">UtilInt64Vector.cs:171</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a895d4a5454c9e40ad78511c6d6046542"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a895d4a5454c9e40ad78511c6d6046542">Google.OrTools.Util.UtilInt64Vector.InsertRange</a></div><div class="ttdeci">void InsertRange(int index, UtilInt64Vector values)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00291">UtilInt64Vector.cs:291</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_ae1b551cc51c9d556342b27b466a7c7cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#ae1b551cc51c9d556342b27b466a7c7cb">Google.OrTools.Util.UtilInt64Vector.Reverse</a></div><div class="ttdeci">void Reverse()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00313">UtilInt64Vector.cs:313</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_aad462966ed963f892117056de1eba502"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#aad462966ed963f892117056de1eba502">Google.OrTools.Util.UtilInt64Vector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00100">UtilInt64Vector.cs:100</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.Util.UtilInt64Vector.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00020">UtilInt64Vector.cs:20</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a300b9003c478a3c63d9a3fc7569109dc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a300b9003c478a3c63d9a3fc7569109dc">Google.OrTools.Util.UtilInt64Vector.LastIndexOf</a></div><div class="ttdeci">int LastIndexOf(long value)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00337">UtilInt64Vector.cs:337</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_ab9c82b2dc2c3fa56ca0dc44427912714"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#ab9c82b2dc2c3fa56ca0dc44427912714">Google.OrTools.Util.UtilInt64Vector.UtilInt64Vector</a></div><div class="ttdeci">UtilInt64Vector(UtilInt64Vector other)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00249">UtilInt64Vector.cs:249</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_af3f9ea7f8d7d068ba75c51c8079dda95"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#af3f9ea7f8d7d068ba75c51c8079dda95">Google.OrTools.Util.UtilInt64Vector.GetEnumerator</a></div><div class="ttdeci">UtilInt64VectorEnumerator GetEnumerator()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00154">UtilInt64Vector.cs:154</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a9ebc7feb2d067ca4872c834ad5bcd867"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a9ebc7feb2d067ca4872c834ad5bcd867">Google.OrTools.Util.UtilInt64Vector.UtilInt64Vector</a></div><div class="ttdeci">UtilInt64Vector(global::System.Collections.Generic.IEnumerable&lt; long &gt; c)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64Vector_8cs_source.html#l00060">UtilInt64Vector.cs:60</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>