108 lines
102 KiB
HTML
108 lines
102 KiB
HTML
|
|
<!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 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 List</span></a></li>
|
||
|
|
<li><a href="globals.html"><span>File 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">UtilInt64VectorVector.cs</div> </div>
|
||
|
|
</div><!--header-->
|
||
|
|
<div class="contents">
|
||
|
|
<a href="UtilInt64VectorVector_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// <auto-generated /></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <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> <span class="comment">// Version 3.0.12</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <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> <span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <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> </div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="keyword">using</span> System;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <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> <span class="keyword">using</span> System.Collections;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> </div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html"> 17</a></span> <span class="keyword">public</span> <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html">UtilInt64VectorVector</a> : global::System.IDisposable, global::System.Collections.IEnumerable</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  , global::System.Collections.Generic.IEnumerable<UtilInt64Vector></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  {</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#acd73bc4a76c5b66ff24e78edd53ec732"> 21</a></span>  <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#acd73bc4a76c5b66ff24e78edd53ec732">swigCMemOwn</a>;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> </div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#ad95f914857fb94153a709826909d4cae">UtilInt64VectorVector</a>(global::System.
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_aa11bf0b0b9e6e1a44b8fd01687b4f2d9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#aa11bf0b0b9e6e1a44b8fd01687b4f2d9">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr UtilInt64VectorVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a4d65c62c0a5c9bbdbdb048d70b165f60"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a4d65c62c0a5c9bbdbdb048d70b165f60">Google.OrTools.Util.UtilInt64VectorVector.RemoveAt</a></div><div class="ttdeci">void RemoveAt(int index)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00280">UtilInt64VectorVector.cs:280</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_ad95f914857fb94153a709826909d4cae"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#ad95f914857fb94153a709826909d4cae">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVector</a></div><div class="ttdeci">UtilInt64VectorVector()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00230">UtilInt64VectorVector.cs:230</a></div></div>
|
||
|
|
<div class="ttc" id="namespaceSystem_1_1Runtime_1_1InteropServices_html"><div class="ttname"><a href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a349ad5b80c412d94e2a5c0dddf936b26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a349ad5b80c412d94e2a5c0dddf936b26">Google.OrTools.Util.UtilInt64VectorVector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00089">UtilInt64VectorVector.cs:89</a></div></div>
|
||
|
|
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1Util_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1Util.html">Google.OrTools.Util</a></div><div class="ttdef"><b>Definition:</b> <a href="Domain_8cs_source.html#l00011">Domain.cs:11</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a777b293a676aa6ba4b2c935c2fdb37e0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a777b293a676aa6ba4b2c935c2fdb37e0">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVector</a></div><div class="ttdeci">UtilInt64VectorVector(global::System.Collections.ICollection c)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00049">UtilInt64VectorVector.cs:49</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#l00132">operations_research_utilPINVOKE.cs:132</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a6999106196659bc19b31d85194d42404"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a6999106196659bc19b31d85194d42404">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_Reverse__SWIG_0</a></div><div class="ttdeci">static void UtilInt64VectorVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a9a920cf1cdaa3c84ca09e14cca54ea6e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a9a920cf1cdaa3c84ca09e14cca54ea6e">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_Insert</a></div><div class="ttdeci">static void UtilInt64VectorVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a2fd57803cf798ab9a9a44bf22b4c339d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a2fd57803cf798ab9a9a44bf22b4c339d">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_AddRange</a></div><div class="ttdeci">static void UtilInt64VectorVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a84baba69308c9275d653e4bf897a0b72"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a84baba69308c9275d653e4bf897a0b72">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_RemoveRange</a></div><div class="ttdeci">static void UtilInt64VectorVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a6699d10df17f9d3875b6b5a5c035dfa5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a6699d10df17f9d3875b6b5a5c035dfa5">Google.OrTools.Util.UtilInt64VectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(UtilInt64Vector[] array)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00101">UtilInt64VectorVector.cs:101</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a3c496535a74df4c8f5dcf129c14b2d65"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a3c496535a74df4c8f5dcf129c14b2d65">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_Add</a></div><div class="ttdeci">static void UtilInt64VectorVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a31d39efd923a3a549916c8677fe47f22"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a31d39efd923a3a549916c8677fe47f22">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_SetRange</a></div><div class="ttdeci">static void UtilInt64VectorVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_1_1SWIGPendingException_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_1_1SWIGPendingException.html">Google.OrTools.Util.operations_research_utilPINVOKE.SWIGPendingException</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__utilPINVOKE_8cs_source.html#l00127">operations_research_utilPINVOKE.cs:127</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html">Google.OrTools.Util.UtilInt64VectorVector</a></div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00017">UtilInt64VectorVector.cs:17</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_aa7701610acb16f5a166a34c5576be2d7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#aa7701610acb16f5a166a34c5576be2d7">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_size</a></div><div class="ttdeci">static uint UtilInt64VectorVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a99676ad3ed4ad3a7c38556de0ed3d02c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a99676ad3ed4ad3a7c38556de0ed3d02c">Google.OrTools.Util.operations_research_utilPINVOKE.delete_UtilInt64VectorVector</a></div><div class="ttdeci">static void delete_UtilInt64VectorVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a893f3b903bf799d1276e0bec8ff0bb8b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a893f3b903bf799d1276e0bec8ff0bb8b">Google.OrTools.Util.UtilInt64VectorVector.AddRange</a></div><div class="ttdeci">void AddRange(UtilInt64VectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00258">UtilInt64VectorVector.cs:258</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator_html_aa0c2905f274ccbf5bdfc568165e11061"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator.html#aa0c2905f274ccbf5bdfc568165e11061">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVectorEnumerator.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00201">UtilInt64VectorVector.cs:201</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator.html">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVectorEnumerator</a></div><div class="ttdoc">Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever t...</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00146">UtilInt64VectorVector.cs:146</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a30bdc5399d419c515210f615611bc416"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a30bdc5399d419c515210f615611bc416">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr UtilInt64VectorVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a8e3163771acfd6c08a720b827e89f869"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a8e3163771acfd6c08a720b827e89f869">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVector</a></div><div class="ttdeci">UtilInt64VectorVector(UtilInt64VectorVector other)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00233">UtilInt64VectorVector.cs:233</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a6b5ff803cc46cbedce494c8b873ec9e3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a6b5ff803cc46cbedce494c8b873ec9e3">Google.OrTools.Util.UtilInt64VectorVector.GetRange</a></div><div class="ttdeci">UtilInt64VectorVector GetRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00263">UtilInt64VectorVector.cs:263</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a1f6131edc68d52a3723a0d57196f67e0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a1f6131edc68d52a3723a0d57196f67e0">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVector</a></div><div class="ttdeci">UtilInt64VectorVector(int capacity)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00237">UtilInt64VectorVector.cs:237</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a5e01f70516e216a6e4747249a0404a04"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a5e01f70516e216a6e4747249a0404a04">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_RemoveAt</a></div><div class="ttdeci">static void UtilInt64VectorVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a60e558636c78102b28ca474e077ee0e3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a60e558636c78102b28ca474e077ee0e3">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_getitemcopy</a></div><div class="ttdeci">static global::System.IntPtr UtilInt64VectorVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a8a5362c0257299272605fbef2620a8b1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a8a5362c0257299272605fbef2620a8b1">Google.OrTools.Util.UtilInt64VectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(int index, UtilInt64Vector[] array, int arrayIndex, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00111">UtilInt64VectorVector.cs:111</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a692b4a130a3c8923702cba84f47db67f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a692b4a130a3c8923702cba84f47db67f">Google.OrTools.Util.UtilInt64VectorVector.Insert</a></div><div class="ttdeci">void Insert(int index, UtilInt64Vector x)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00270">UtilInt64VectorVector.cs:270</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_ad2e1f9abb6c99191cf0e44ea1b5f1bc5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#ad2e1f9abb6c99191cf0e44ea1b5f1bc5">Google.OrTools.Util.UtilInt64VectorVector.IsFixedSize</a></div><div class="ttdeci">bool IsFixedSize</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00057">UtilInt64VectorVector.cs:57</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a435500eee0bc828a531cd70b1418d2e7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a435500eee0bc828a531cd70b1418d2e7">Google.OrTools.Util.UtilInt64VectorVector.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00207">UtilInt64VectorVector.cs:207</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a0ced1b7f0e5512fdb31ebe85ebceebb7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a0ced1b7f0e5512fdb31ebe85ebceebb7">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_Reverse__SWIG_1</a></div><div class="ttdeci">static void UtilInt64VectorVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_acbb18cac3f5a29bfad97d5b0a180b495"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#acbb18cac3f5a29bfad97d5b0a180b495">Google.OrTools.Util.UtilInt64VectorVector.GetEnumerator</a></div><div class="ttdeci">UtilInt64VectorVectorEnumerator GetEnumerator()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00137">UtilInt64VectorVector.cs:137</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_a015dc2a46a943d74de30e43e727f1e31"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#a015dc2a46a943d74de30e43e727f1e31">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_InsertRange</a></div><div class="ttdeci">static void UtilInt64VectorVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_abb163ed0aa0375b965d7dcd5fe166e76"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#abb163ed0aa0375b965d7dcd5fe166e76">Google.OrTools.Util.UtilInt64VectorVector.SetRange</a></div><div class="ttdeci">void SetRange(int index, UtilInt64VectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00306">UtilInt64VectorVector.cs:306</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator_html_ad7eec66f315c40125c40ac9787c7319f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator.html#ad7eec66f315c40125c40ac9787c7319f">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVectorEnumerator.UtilInt64VectorVectorEnumerator</a></div><div class="ttdeci">UtilInt64VectorVectorEnumerator(UtilInt64VectorVector collection)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00154">UtilInt64VectorVector.cs:154</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#l00151">operations_research_utilPINVOKE.cs:151</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE_html_ab77761fa889b02edd09f9e27a9a1f205"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1operations__research__utilPINVOKE.html#ab77761fa889b02edd09f9e27a9a1f205">Google.OrTools.Util.operations_research_utilPINVOKE.UtilInt64VectorVector_Clear</a></div><div class="ttdeci">static void UtilInt64VectorVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a4e2e71f272ae83a95a5fd6867ef04938"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a4e2e71f272ae83a95a5fd6867ef04938">Google.OrTools.Util.UtilInt64VectorVector.IsSynchronized</a></div><div class="ttdeci">bool IsSynchronized</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00095">UtilInt64VectorVector.cs:95</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator_html_a6df96eda058f27ac8715e0386cd47148"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator.html#a6df96eda058f27ac8715e0386cd47148">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVectorEnumerator.Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00193">UtilInt64VectorVector.cs:193</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_ae38b824e2b9048e5ec03772a6a88c421"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#ae38b824e2b9048e5ec03772a6a88c421">Google.OrTools.Util.UtilInt64VectorVector.IsReadOnly</a></div><div class="ttdeci">bool IsReadOnly</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00063">UtilInt64VectorVector.cs:63</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>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a753211f079b7027534a632165f34db63"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a753211f079b7027534a632165f34db63">Google.OrTools.Util.UtilInt64VectorVector.Reverse</a></div><div class="ttdeci">void Reverse()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00297">UtilInt64VectorVector.cs:297</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a61f46e58ce14270d5ec00af2f4885fda"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a61f46e58ce14270d5ec00af2f4885fda">Google.OrTools.Util.UtilInt64VectorVector.Reverse</a></div><div class="ttdeci">void Reverse(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00301">UtilInt64VectorVector.cs:301</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_a99cfbee01f96402e844aa9fe49cfa2e2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#a99cfbee01f96402e844aa9fe49cfa2e2">Google.OrTools.Util.UtilInt64VectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(UtilInt64Vector[] array, int arrayIndex)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00106">UtilInt64VectorVector.cs:106</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_ac996bea8b0c86fd8161bea9a69651a7c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#ac996bea8b0c86fd8161bea9a69651a7c">Google.OrTools.Util.UtilInt64VectorVector.InsertRange</a></div><div class="ttdeci">void InsertRange(int index, UtilInt64VectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00275">UtilInt64VectorVector.cs:275</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_affee5ce516a23f63418ba889e9301131"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#affee5ce516a23f63418ba889e9301131">Google.OrTools.Util.UtilInt64VectorVector.Add</a></div><div class="ttdeci">void Add(UtilInt64Vector x)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00211">UtilInt64VectorVector.cs:211</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_abeda3d7ebee54093a6a7b255838fbc79"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#abeda3d7ebee54093a6a7b255838fbc79">Google.OrTools.Util.UtilInt64VectorVector.Dispose</a></div><div class="ttdeci">virtual void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00036">UtilInt64VectorVector.cs:36</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_acd73bc4a76c5b66ff24e78edd53ec732"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#acd73bc4a76c5b66ff24e78edd53ec732">Google.OrTools.Util.UtilInt64VectorVector.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00021">UtilInt64VectorVector.cs:21</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator_html_acb03c19a986109563e0040ed228e968d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator.html#acb03c19a986109563e0040ed228e968d">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVectorEnumerator.Current</a></div><div class="ttdeci">UtilInt64Vector Current</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00162">UtilInt64VectorVector.cs:162</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_ae808395f53111378d09c462615c4b8b5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#ae808395f53111378d09c462615c4b8b5">Google.OrTools.Util.UtilInt64VectorVector.RemoveRange</a></div><div class="ttdeci">void RemoveRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00285">UtilInt64VectorVector.cs:285</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_html_aaba8733a8d137408a7f666f623c5b6ce"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector.html#aaba8733a8d137408a7f666f623c5b6ce">Google.OrTools.Util.UtilInt64VectorVector.Repeat</a></div><div class="ttdeci">static UtilInt64VectorVector Repeat(UtilInt64Vector value, int count)</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00290">UtilInt64VectorVector.cs:290</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator_html_a400efd8cfa1eb2b0f771fbd7987cd9d4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Util_1_1UtilInt64VectorVector_1_1UtilInt64VectorVectorEnumerator.html#a400efd8cfa1eb2b0f771fbd7987cd9d4">Google.OrTools.Util.UtilInt64VectorVector.UtilInt64VectorVectorEnumerator.MoveNext</a></div><div class="ttdeci">bool MoveNext()</div><div class="ttdef"><b>Definition:</b> <a href="UtilInt64VectorVector_8cs_source.html#l00181">UtilInt64VectorVector.cs:181</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>
|