|
void | Dispose () |
|
| Int64Vector (global::System.Collections.IEnumerable c) |
|
| Int64Vector (global::System.Collections.Generic.IEnumerable< long > c) |
|
void | CopyTo (long[] array) |
|
void | CopyTo (long[] array, int arrayIndex) |
|
void | CopyTo (int index, long[] array, int arrayIndex, int count) |
|
long[] | ToArray () |
|
Int64VectorEnumerator | GetEnumerator () |
|
| Int64Vector () |
|
| Int64Vector (Int64Vector other) |
|
void | Clear () |
|
void | Add (long x) |
|
| Int64Vector (int capacity) |
|
void | AddRange (Int64Vector values) |
|
Int64Vector | GetRange (int index, int count) |
|
void | Insert (int index, long x) |
|
void | InsertRange (int index, Int64Vector values) |
|
void | RemoveAt (int index) |
|
void | RemoveRange (int index, int count) |
|
void | Reverse () |
|
void | Reverse (int index, int count) |
|
void | SetRange (int index, Int64Vector values) |
|
bool | Contains (long value) |
|
int | IndexOf (long value) |
|
int | LastIndexOf (long value) |
|
bool | Remove (long value) |
|
|
virtual void | Dispose (bool disposing) |
|
Definition at line 20 of file Int64Vector.cs.
◆ Int64Vector() [1/5]
Google.OrTools.ConstraintSolver.Int64Vector.Int64Vector |
( |
global.System.Collections.IEnumerable | c | ) |
|
|
inline |
◆ Int64Vector() [2/5]
Google.OrTools.ConstraintSolver.Int64Vector.Int64Vector |
( |
global.System.Collections.Generic.IEnumerable< long > | c | ) |
|
|
inline |
◆ Int64Vector() [3/5]
Google.OrTools.ConstraintSolver.Int64Vector.Int64Vector |
( |
| ) |
|
|
inline |
◆ Int64Vector() [4/5]
Google.OrTools.ConstraintSolver.Int64Vector.Int64Vector |
( |
Int64Vector | other | ) |
|
|
inline |
◆ Int64Vector() [5/5]
Google.OrTools.ConstraintSolver.Int64Vector.Int64Vector |
( |
int | capacity | ) |
|
|
inline |
◆ Add()
void Google.OrTools.ConstraintSolver.Int64Vector.Add |
( |
long | x | ) |
|
|
inline |
◆ AddRange()
void Google.OrTools.ConstraintSolver.Int64Vector.AddRange |
( |
Int64Vector | values | ) |
|
|
inline |
◆ Clear()
void Google.OrTools.ConstraintSolver.Int64Vector.Clear |
( |
| ) |
|
|
inline |
◆ Contains()
bool Google.OrTools.ConstraintSolver.Int64Vector.Contains |
( |
long | value | ) |
|
|
inline |
◆ CopyTo() [1/3]
void Google.OrTools.ConstraintSolver.Int64Vector.CopyTo |
( |
int | index, |
|
|
long[] | array, |
|
|
int | arrayIndex, |
|
|
int | count ) |
|
inline |
◆ CopyTo() [2/3]
void Google.OrTools.ConstraintSolver.Int64Vector.CopyTo |
( |
long[] | array | ) |
|
|
inline |
◆ CopyTo() [3/3]
void Google.OrTools.ConstraintSolver.Int64Vector.CopyTo |
( |
long[] | array, |
|
|
int | arrayIndex ) |
|
inline |
◆ Dispose() [1/2]
void Google.OrTools.ConstraintSolver.Int64Vector.Dispose |
( |
| ) |
|
|
inline |
◆ Dispose() [2/2]
virtual void Google.OrTools.ConstraintSolver.Int64Vector.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ GetEnumerator()
◆ GetRange()
Int64Vector Google.OrTools.ConstraintSolver.Int64Vector.GetRange |
( |
int | index, |
|
|
int | count ) |
|
inline |
◆ IndexOf()
int Google.OrTools.ConstraintSolver.Int64Vector.IndexOf |
( |
long | value | ) |
|
|
inline |
◆ Insert()
void Google.OrTools.ConstraintSolver.Int64Vector.Insert |
( |
int | index, |
|
|
long | x ) |
|
inline |
◆ InsertRange()
void Google.OrTools.ConstraintSolver.Int64Vector.InsertRange |
( |
int | index, |
|
|
Int64Vector | values ) |
|
inline |
◆ LastIndexOf()
int Google.OrTools.ConstraintSolver.Int64Vector.LastIndexOf |
( |
long | value | ) |
|
|
inline |
◆ Remove()
bool Google.OrTools.ConstraintSolver.Int64Vector.Remove |
( |
long | value | ) |
|
|
inline |
◆ RemoveAt()
void Google.OrTools.ConstraintSolver.Int64Vector.RemoveAt |
( |
int | index | ) |
|
|
inline |
◆ RemoveRange()
void Google.OrTools.ConstraintSolver.Int64Vector.RemoveRange |
( |
int | index, |
|
|
int | count ) |
|
inline |
◆ Repeat()
static Int64Vector Google.OrTools.ConstraintSolver.Int64Vector.Repeat |
( |
long | value, |
|
|
int | count ) |
|
inlinestatic |
◆ Reverse() [1/2]
void Google.OrTools.ConstraintSolver.Int64Vector.Reverse |
( |
| ) |
|
|
inline |
◆ Reverse() [2/2]
void Google.OrTools.ConstraintSolver.Int64Vector.Reverse |
( |
int | index, |
|
|
int | count ) |
|
inline |
◆ SetRange()
void Google.OrTools.ConstraintSolver.Int64Vector.SetRange |
( |
int | index, |
|
|
Int64Vector | values ) |
|
inline |
◆ ToArray()
long[] Google.OrTools.ConstraintSolver.Int64Vector.ToArray |
( |
| ) |
|
|
inline |
◆ swigCMemOwn
bool Google.OrTools.ConstraintSolver.Int64Vector.swigCMemOwn |
|
protected |
◆ Capacity
int Google.OrTools.ConstraintSolver.Int64Vector.Capacity |
|
getset |
◆ Count
int Google.OrTools.ConstraintSolver.Int64Vector.Count |
|
get |
◆ IsEmpty
bool Google.OrTools.ConstraintSolver.Int64Vector.IsEmpty |
|
get |
◆ IsFixedSize
bool Google.OrTools.ConstraintSolver.Int64Vector.IsFixedSize |
|
get |
◆ IsReadOnly
bool Google.OrTools.ConstraintSolver.Int64Vector.IsReadOnly |
|
get |
◆ IsSynchronized
bool Google.OrTools.ConstraintSolver.Int64Vector.IsSynchronized |
|
get |
◆ this[int index]
long Google.OrTools.ConstraintSolver.Int64Vector.this[int index] |
|
getset |
The documentation for this class was generated from the following file: