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