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