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