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