|
void | Dispose () |
|
| IntVarVector (global::System.Collections.IEnumerable c) |
|
| IntVarVector (global::System.Collections.Generic.IEnumerable< IntVar > c) |
|
void | CopyTo (IntVar[] array) |
|
void | CopyTo (IntVar[] array, int arrayIndex) |
|
void | CopyTo (int index, IntVar[] array, int arrayIndex, int count) |
|
IntVar[] | ToArray () |
|
IntVarVectorEnumerator | GetEnumerator () |
|
| IntVarVector () |
|
| IntVarVector (IntVarVector other) |
|
void | Clear () |
|
void | Add (IntVar x) |
|
| IntVarVector (int capacity) |
|
void | AddRange (IntVarVector values) |
|
IntVarVector | GetRange (int index, int count) |
|
void | Insert (int index, IntVar x) |
|
void | InsertRange (int index, IntVarVector values) |
|
void | RemoveAt (int index) |
|
void | RemoveRange (int index, int count) |
|
void | Reverse () |
|
void | Reverse (int index, int count) |
|
void | SetRange (int index, IntVarVector values) |
|
bool | Contains (IntVar value) |
|
int | IndexOf (IntVar value) |
|
int | LastIndexOf (IntVar value) |
|
bool | Remove (IntVar value) |
|
|
virtual void | Dispose (bool disposing) |
|
- Todo
- (user): Try to move this code back to the .i with @define macros.
Definition at line 20 of file IntVarVector.cs.
◆ IntVarVector() [1/5]
Google.OrTools.ConstraintSolver.IntVarVector.IntVarVector |
( |
global.System.Collections.IEnumerable | c | ) |
|
|
inline |
◆ IntVarVector() [2/5]
Google.OrTools.ConstraintSolver.IntVarVector.IntVarVector |
( |
global.System.Collections.Generic.IEnumerable< IntVar > | c | ) |
|
|
inline |
◆ IntVarVector() [3/5]
Google.OrTools.ConstraintSolver.IntVarVector.IntVarVector |
( |
| ) |
|
|
inline |
◆ IntVarVector() [4/5]
Google.OrTools.ConstraintSolver.IntVarVector.IntVarVector |
( |
IntVarVector | other | ) |
|
|
inline |
◆ IntVarVector() [5/5]
Google.OrTools.ConstraintSolver.IntVarVector.IntVarVector |
( |
int | capacity | ) |
|
|
inline |
◆ Add()
void Google.OrTools.ConstraintSolver.IntVarVector.Add |
( |
IntVar | x | ) |
|
|
inline |
◆ AddRange()
void Google.OrTools.ConstraintSolver.IntVarVector.AddRange |
( |
IntVarVector | values | ) |
|
|
inline |
◆ Clear()
void Google.OrTools.ConstraintSolver.IntVarVector.Clear |
( |
| ) |
|
|
inline |
◆ Contains()
bool Google.OrTools.ConstraintSolver.IntVarVector.Contains |
( |
IntVar | value | ) |
|
|
inline |
◆ CopyTo() [1/3]
void Google.OrTools.ConstraintSolver.IntVarVector.CopyTo |
( |
int | index, |
|
|
IntVar[] | array, |
|
|
int | arrayIndex, |
|
|
int | count ) |
|
inline |
◆ CopyTo() [2/3]
void Google.OrTools.ConstraintSolver.IntVarVector.CopyTo |
( |
IntVar[] | array | ) |
|
|
inline |
◆ CopyTo() [3/3]
void Google.OrTools.ConstraintSolver.IntVarVector.CopyTo |
( |
IntVar[] | array, |
|
|
int | arrayIndex ) |
|
inline |
◆ Dispose() [1/2]
void Google.OrTools.ConstraintSolver.IntVarVector.Dispose |
( |
| ) |
|
|
inline |
◆ Dispose() [2/2]
virtual void Google.OrTools.ConstraintSolver.IntVarVector.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ GetEnumerator()
◆ GetRange()
IntVarVector Google.OrTools.ConstraintSolver.IntVarVector.GetRange |
( |
int | index, |
|
|
int | count ) |
|
inline |
◆ IndexOf()
int Google.OrTools.ConstraintSolver.IntVarVector.IndexOf |
( |
IntVar | value | ) |
|
|
inline |
◆ Insert()
void Google.OrTools.ConstraintSolver.IntVarVector.Insert |
( |
int | index, |
|
|
IntVar | x ) |
|
inline |
◆ InsertRange()
void Google.OrTools.ConstraintSolver.IntVarVector.InsertRange |
( |
int | index, |
|
|
IntVarVector | values ) |
|
inline |
◆ LastIndexOf()
int Google.OrTools.ConstraintSolver.IntVarVector.LastIndexOf |
( |
IntVar | value | ) |
|
|
inline |
◆ operator IntVar[]()
static implicit Google.OrTools.ConstraintSolver.IntVarVector.operator IntVar[] |
( |
IntVarVector | inVal | ) |
|
|
inlinestatic |
◆ operator IntVarVector()
static implicit Google.OrTools.ConstraintSolver.IntVarVector.operator IntVarVector |
( |
IntVar[] | inVal | ) |
|
|
inlinestatic |
◆ Remove()
bool Google.OrTools.ConstraintSolver.IntVarVector.Remove |
( |
IntVar | value | ) |
|
|
inline |
◆ RemoveAt()
void Google.OrTools.ConstraintSolver.IntVarVector.RemoveAt |
( |
int | index | ) |
|
|
inline |
◆ RemoveRange()
void Google.OrTools.ConstraintSolver.IntVarVector.RemoveRange |
( |
int | index, |
|
|
int | count ) |
|
inline |
◆ Repeat()
static IntVarVector Google.OrTools.ConstraintSolver.IntVarVector.Repeat |
( |
IntVar | value, |
|
|
int | count ) |
|
inlinestatic |
◆ Reverse() [1/2]
void Google.OrTools.ConstraintSolver.IntVarVector.Reverse |
( |
| ) |
|
|
inline |
◆ Reverse() [2/2]
void Google.OrTools.ConstraintSolver.IntVarVector.Reverse |
( |
int | index, |
|
|
int | count ) |
|
inline |
◆ SetRange()
void Google.OrTools.ConstraintSolver.IntVarVector.SetRange |
( |
int | index, |
|
|
IntVarVector | values ) |
|
inline |
◆ ToArray()
IntVar[] Google.OrTools.ConstraintSolver.IntVarVector.ToArray |
( |
| ) |
|
|
inline |
◆ swigCMemOwn
bool Google.OrTools.ConstraintSolver.IntVarVector.swigCMemOwn |
|
protected |
◆ Capacity
int Google.OrTools.ConstraintSolver.IntVarVector.Capacity |
|
getset |
◆ Count
int Google.OrTools.ConstraintSolver.IntVarVector.Count |
|
get |
◆ IsEmpty
bool Google.OrTools.ConstraintSolver.IntVarVector.IsEmpty |
|
get |
◆ IsFixedSize
bool Google.OrTools.ConstraintSolver.IntVarVector.IsFixedSize |
|
get |
◆ IsReadOnly
bool Google.OrTools.ConstraintSolver.IntVarVector.IsReadOnly |
|
get |
◆ IsSynchronized
bool Google.OrTools.ConstraintSolver.IntVarVector.IsSynchronized |
|
get |
◆ this[int index]
IntVar Google.OrTools.ConstraintSolver.IntVarVector.this[int index] |
|
getset |
The documentation for this class was generated from the following files: