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

119 lines
110 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-06-29 18:18:08 +02:00
<span id="sfml">OR-Tools 7.2</span>
</div>
</div>
2019-06-29 18:18:08 +02:00
<link rel="icon" href="https://developers.google.com/optimization/images/orLogo.png">
<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_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-06-29 18:18:08 +02: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#a050192d9d1481bd6507831e910649184"> 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#a050192d9d1481bd6507831e910649184">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#aed6964e4e8c12027bddc60db417c4ee3">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_a5054631f6dedf596d5811348183fc347"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a5054631f6dedf596d5811348183fc347">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_1operations__research__utilPINVOKE_html_ae5e01201e1272ea9e5c7b6d8090a3715"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#ae5e01201e1272ea9e5c7b6d8090a3715">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a995ba10e347f727241a89b01bc31d1c6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a995ba10e347f727241a89b01bc31d1c6">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_a0219095bd8deb1ad56bd84f5304ed1c7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a0219095bd8deb1ad56bd84f5304ed1c7">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_ae315819cd6c0166b133e749b16163a85"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#ae315819cd6c0166b133e749b16163a85">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="namespaceSystem_1_1Runtime_1_1InteropServices_html"><div class="ttname"><a href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a></div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_ac4387a4ea58bf9ae8ce979b340a585f0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#ac4387a4ea58bf9ae8ce979b340a585f0">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="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-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_addfe34f82b6d6b77701a934fef5ff8bb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#addfe34f82b6d6b77701a934fef5ff8bb">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_1operations__research__utilPINVOKE_1_1SWIGPendingException_html_a92e915713dc95136eef23d796308b473"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_1_1SWIGPendingException.html#a92e915713dc95136eef23d796308b473">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_a677046fd67ed1cc49e86db840fe7f44e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a677046fd67ed1cc49e86db840fe7f44e">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_a9928965b7a38c8737df7c5a6362ccdb1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a9928965b7a38c8737df7c5a6362ccdb1">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_a5d6ed7e828478e068d0acf06985099f9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a5d6ed7e828478e068d0acf06985099f9">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_1operations__research__utilPINVOKE_html_a63206a450f0a6a8a7f39f06f8aaa38e2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a63206a450f0a6a8a7f39f06f8aaa38e2">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_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-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a2490141941bd9d2e7e5d6bc633e1b342"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a2490141941bd9d2e7e5d6bc633e1b342">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_1UtilInt64Vector_html_a3e07e8d7ecfa415bc7d405b0aef18af9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a3e07e8d7ecfa415bc7d405b0aef18af9">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_1operations__research__utilPINVOKE_html_adf768caf001ff96dfe0ed773e419b69e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#adf768caf001ff96dfe0ed773e419b69e">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a909a6c17aca34f98765edfbbd7de4321"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a909a6c17aca34f98765edfbbd7de4321">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_1operations__research__utilPINVOKE_html_acedc0812eecff0392a6a3ba32de9c6c6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#acedc0812eecff0392a6a3ba32de9c6c6">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_1operations__research__utilPINVOKE_html_a652a075dc5e45b50cda6170e8c0480d2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a652a075dc5e45b50cda6170e8c0480d2">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_afd1b1e70d55d7ae87b88b778c911cbc8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#afd1b1e70d55d7ae87b88b778c911cbc8">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_a4003ca684600c6d5c42a8ea7489c554b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a4003ca684600c6d5c42a8ea7489c554b">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>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_ad8c43f68da5ba2e253b1a55b52508c66"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#ad8c43f68da5ba2e253b1a55b52508c66">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a0e66dd1230257c491fe50a58742eed04"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a0e66dd1230257c491fe50a58742eed04">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_1UtilInt64Vector_html_abc6ea770cb7d1a6de8c25c8b97d161da"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#abc6ea770cb7d1a6de8c25c8b97d161da">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_aa2dadaf598960cdb3add0fe47cfe0bfd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#aa2dadaf598960cdb3add0fe47cfe0bfd">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_ae4bdbb1ea2d6a3ebfbf41f5af2820802"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#ae4bdbb1ea2d6a3ebfbf41f5af2820802">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64Vector_Contains</a></div><div class="ttdeci">static bool UtilInt64Vector_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a6ef8bbf3f787bdaa4dab178413ef7fdb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a6ef8bbf3f787bdaa4dab178413ef7fdb">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_1operations__research__utilPINVOKE_html_a7546f2eba8e9b531b13916e05be116a8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a7546f2eba8e9b531b13916e05be116a8">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator_html_afef4f73a08ab146c0013d651ac0d7dc4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator.html#afef4f73a08ab146c0013d651ac0d7dc4">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_abd572f327a2faf7f9f8104a1e410ad23"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#abd572f327a2faf7f9f8104a1e410ad23">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_a6f43fcd2d0cf64d5d32aabc5e9a19e64"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a6f43fcd2d0cf64d5d32aabc5e9a19e64">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator_html_a03418acaa350aed5c4f21a9cbe3f1828"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator.html#a03418acaa350aed5c4f21a9cbe3f1828">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_1_1SWIGPendingException_html_aecd3ecab149ee4726ae459dc96f6d10b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_1_1SWIGPendingException.html#aecd3ecab149ee4726ae459dc96f6d10b">Google.OrTools.Util.operations_research_utilPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__utilPINVOKE_8cs_source.html#l00152">operations_research_utilPINVOKE.cs:152</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_abecbbe11653387c5ab0e7af39227d915"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#abecbbe11653387c5ab0e7af39227d915">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a820cdd4755a2e23f37b8470eee901fdd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a820cdd4755a2e23f37b8470eee901fdd">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_1UtilInt64Vector_html_a46da7881788db71146bd36cbfc1179b8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a46da7881788db71146bd36cbfc1179b8">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_a84ab068c257fd9b184495ee6518bb1e3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator.html#a84ab068c257fd9b184495ee6518bb1e3">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_1UtilInt64Vector_html_aed6964e4e8c12027bddc60db417c4ee3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#aed6964e4e8c12027bddc60db417c4ee3">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_a785a90f8e81febd5a696b90ca1566262"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a785a90f8e81febd5a696b90ca1566262">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_1operations__research__utilPINVOKE_html_a18138a0503cbff6149042cafb8ebf278"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a18138a0503cbff6149042cafb8ebf278">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a1271740259b1bd43be97ac15bccb3465"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a1271740259b1bd43be97ac15bccb3465">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_a31b6294488ba9235aa432a83a6eb9269"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a31b6294488ba9235aa432a83a6eb9269">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_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_1UtilInt64Vector_html_ad74afae27ee6efbc42b899f7c3bb2a14"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#ad74afae27ee6efbc42b899f7c3bb2a14">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_1operations__research__utilPINVOKE_html_afb200f174eefa87b24da225a87cddcb2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#afb200f174eefa87b24da225a87cddcb2">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_1operations__research__utilPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html">Google.OrTools.Util.operations_research_utilPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__utilPINVOKE_8cs_source.html#l00013">operations_research_utilPINVOKE.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a12b4ff62cab42ad67b1b8c6e9c2c439c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a12b4ff62cab42ad67b1b8c6e9c2c439c">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a4384e2439a9c5c573d877a48ba3a0efd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a4384e2439a9c5c573d877a48ba3a0efd">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_1_1UtilInt64VectorEnumerator_html_af082ae7d3ac302aa772ac108d8e44484"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator.html#af082ae7d3ac302aa772ac108d8e44484">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="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a53a3c0ea2d40c3c5c15c5bab53222704"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a53a3c0ea2d40c3c5c15c5bab53222704">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_1UtilInt64Vector_html_af3b8cccd196619d5beee8d803cbf3d75"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#af3b8cccd196619d5beee8d803cbf3d75">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_a459ea8168ca338335ed4c2a7be19dd2d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a459ea8168ca338335ed4c2a7be19dd2d">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="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a7e08d48d2000516b946436d03eef89fa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a7e08d48d2000516b946436d03eef89fa">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_a6cec53f1dacf68358c2a99a7429bc758"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a6cec53f1dacf68358c2a99a7429bc758">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_html_a050192d9d1481bd6507831e910649184"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a050192d9d1481bd6507831e910649184">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_a86a5ed9325004655593f5cb4ad3f11ed"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a86a5ed9325004655593f5cb4ad3f11ed">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_a996886597498f13eecf1677b7b933f68"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a996886597498f13eecf1677b7b933f68">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_html_a5cd0b0d2d33367ad247a434464161345"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a5cd0b0d2d33367ad247a434464161345">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_a42cd199aeae6be0c3ec443dedb045abe"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector.html#a42cd199aeae6be0c3ec443dedb045abe">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_html_a3e458fe779fbf4290100fc1daf9813c2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a3e458fe779fbf4290100fc1daf9813c2">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_abbbc1f89215602b0ec6c836a2b8ec84e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#abbbc1f89215602b0ec6c836a2b8ec84e">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator_html_a81e2791334f54775a534a417d3eec96e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64Vector_1_1UtilInt64VectorEnumerator.html#a81e2791334f54775a534a417d3eec96e">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"><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 -->
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>