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