DotNet Reference
DotNet Reference
Detailed Description
Definition at line 18 of file constraint_solver/IntVector.cs.
Classes | |
| class | IntVectorEnumerator |
| Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. More... | |
Public Member Functions | |
| void | Dispose () |
| IntVector (global::System.Collections.IEnumerable c) | |
| IntVector (global::System.Collections.Generic.IEnumerable< int > c) | |
| void | CopyTo (int[] array) |
| void | CopyTo (int[] array, int arrayIndex) |
| void | CopyTo (int index, int[] array, int arrayIndex, int count) |
| int[] | ToArray () |
| IntVectorEnumerator | GetEnumerator () |
| void | Clear () |
| void | Add (int x) |
| IntVector () | |
| IntVector (IntVector other) | |
| IntVector (int capacity) | |
| void | AddRange (IntVector values) |
| IntVector | GetRange (int index, int count) |
| void | Insert (int index, int x) |
| void | InsertRange (int index, IntVector values) |
| void | RemoveAt (int index) |
| void | RemoveRange (int index, int count) |
| void | Reverse () |
| void | Reverse (int index, int count) |
| void | SetRange (int index, IntVector values) |
| bool | Contains (int value) |
| int | IndexOf (int value) |
| int | LastIndexOf (int value) |
| bool | Remove (int value) |
Static Public Member Functions | |
| static IntVector | Repeat (int value, int count) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Properties | |
| bool | IsFixedSize [get] |
| bool | IsReadOnly [get] |
| int | this[int index] [get, set] |
| int | Capacity [get, set] |
| int | Count [get] |
| bool | IsSynchronized [get] |
Constructor & Destructor Documentation
◆ IntVector() [1/5]
|
inline |
Definition at line 53 of file constraint_solver/IntVector.cs.
◆ IntVector() [2/5]
|
inline |
Definition at line 61 of file constraint_solver/IntVector.cs.
◆ IntVector() [3/5]
|
inline |
Definition at line 247 of file constraint_solver/IntVector.cs.
◆ IntVector() [4/5]
Definition at line 250 of file constraint_solver/IntVector.cs.
◆ IntVector() [5/5]
|
inline |
Definition at line 254 of file constraint_solver/IntVector.cs.
Member Function Documentation
◆ Add()
|
inline |
Definition at line 229 of file constraint_solver/IntVector.cs.
◆ AddRange()
|
inline |
Definition at line 275 of file constraint_solver/IntVector.cs.
◆ Clear()
|
inline |
Definition at line 225 of file constraint_solver/IntVector.cs.
◆ Contains()
|
inline |
Definition at line 328 of file constraint_solver/IntVector.cs.
◆ CopyTo() [1/3]
|
inline |
Definition at line 123 of file constraint_solver/IntVector.cs.
◆ CopyTo() [2/3]
|
inline |
Definition at line 113 of file constraint_solver/IntVector.cs.
◆ CopyTo() [3/3]
|
inline |
Definition at line 118 of file constraint_solver/IntVector.cs.
◆ Dispose() [1/2]
|
inline |
Definition at line 36 of file constraint_solver/IntVector.cs.
◆ Dispose() [2/2]
|
inlineprotectedvirtual |
Definition at line 41 of file constraint_solver/IntVector.cs.
◆ GetEnumerator()
|
inline |
Definition at line 155 of file constraint_solver/IntVector.cs.
◆ GetRange()
|
inline |
Definition at line 280 of file constraint_solver/IntVector.cs.
◆ IndexOf()
|
inline |
Definition at line 333 of file constraint_solver/IntVector.cs.
◆ Insert()
|
inline |
Definition at line 287 of file constraint_solver/IntVector.cs.
◆ InsertRange()
|
inline |
Definition at line 292 of file constraint_solver/IntVector.cs.
◆ LastIndexOf()
|
inline |
Definition at line 338 of file constraint_solver/IntVector.cs.
◆ Remove()
|
inline |
Definition at line 343 of file constraint_solver/IntVector.cs.
◆ RemoveAt()
|
inline |
Definition at line 297 of file constraint_solver/IntVector.cs.
◆ RemoveRange()
|
inline |
Definition at line 302 of file constraint_solver/IntVector.cs.
◆ Repeat()
|
inlinestatic |
Definition at line 307 of file constraint_solver/IntVector.cs.
◆ Reverse() [1/2]
|
inline |
Definition at line 314 of file constraint_solver/IntVector.cs.
◆ Reverse() [2/2]
|
inline |
Definition at line 318 of file constraint_solver/IntVector.cs.
◆ SetRange()
|
inline |
Definition at line 323 of file constraint_solver/IntVector.cs.
◆ ToArray()
|
inline |
Definition at line 141 of file constraint_solver/IntVector.cs.
Member Data Documentation
◆ swigCMemOwn
|
protected |
Definition at line 21 of file constraint_solver/IntVector.cs.
Property Documentation
◆ Capacity
|
getset |
Definition at line 90 of file constraint_solver/IntVector.cs.
◆ Count
|
get |
Definition at line 101 of file constraint_solver/IntVector.cs.
◆ IsFixedSize
|
get |
Definition at line 69 of file constraint_solver/IntVector.cs.
◆ IsReadOnly
|
get |
Definition at line 75 of file constraint_solver/IntVector.cs.
◆ IsSynchronized
|
get |
Definition at line 107 of file constraint_solver/IntVector.cs.
◆ this[int index]
|
getset |
Definition at line 81 of file constraint_solver/IntVector.cs.
The documentation for this class was generated from the following file: