DotNet Reference
DotNet Reference
Detailed Description
Definition at line 18 of file CpIntVectorVector.cs.
Classes | |
| class | CpIntVectorVectorEnumerator |
| Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. More... | |
Public Member Functions | |
| void | Dispose () |
| CpIntVectorVector (global::System.Collections.IEnumerable c) | |
| CpIntVectorVector (global::System.Collections.Generic.IEnumerable< CpIntVector > c) | |
| void | CopyTo (CpIntVector[] array) |
| void | CopyTo (CpIntVector[] array, int arrayIndex) |
| void | CopyTo (int index, CpIntVector[] array, int arrayIndex, int count) |
| CpIntVector[] | ToArray () |
| CpIntVectorVectorEnumerator | GetEnumerator () |
| void | Clear () |
| void | Add (CpIntVector x) |
| CpIntVectorVector () | |
| CpIntVectorVector (CpIntVectorVector other) | |
| CpIntVectorVector (int capacity) | |
| void | AddRange (CpIntVectorVector values) |
| CpIntVectorVector | GetRange (int index, int count) |
| void | Insert (int index, CpIntVector x) |
| void | InsertRange (int index, CpIntVectorVector values) |
| void | RemoveAt (int index) |
| void | RemoveRange (int index, int count) |
| void | Reverse () |
| void | Reverse (int index, int count) |
| void | SetRange (int index, CpIntVectorVector values) |
Static Public Member Functions | |
| static CpIntVectorVector | Repeat (CpIntVector value, int count) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Properties | |
| bool | IsFixedSize [get] |
| bool | IsReadOnly [get] |
| CpIntVector | this[int index] [get, set] |
| int | Capacity [get, set] |
| int | Count [get] |
| bool | IsSynchronized [get] |
Constructor & Destructor Documentation
◆ CpIntVectorVector() [1/5]
|
inline |
Definition at line 53 of file CpIntVectorVector.cs.
◆ CpIntVectorVector() [2/5]
|
inline |
Definition at line 61 of file CpIntVectorVector.cs.
◆ CpIntVectorVector() [3/5]
|
inline |
Definition at line 248 of file CpIntVectorVector.cs.
◆ CpIntVectorVector() [4/5]
|
inline |
Definition at line 251 of file CpIntVectorVector.cs.
◆ CpIntVectorVector() [5/5]
|
inline |
Definition at line 255 of file CpIntVectorVector.cs.
Member Function Documentation
◆ Add()
|
inline |
Definition at line 229 of file CpIntVectorVector.cs.
◆ AddRange()
|
inline |
Definition at line 276 of file CpIntVectorVector.cs.
◆ Clear()
|
inline |
Definition at line 225 of file CpIntVectorVector.cs.
◆ CopyTo() [1/3]
|
inline |
Definition at line 113 of file CpIntVectorVector.cs.
◆ CopyTo() [2/3]
|
inline |
Definition at line 118 of file CpIntVectorVector.cs.
◆ CopyTo() [3/3]
|
inline |
Definition at line 123 of file CpIntVectorVector.cs.
◆ Dispose() [1/2]
|
inline |
Definition at line 36 of file CpIntVectorVector.cs.
◆ Dispose() [2/2]
|
inlineprotectedvirtual |
Definition at line 41 of file CpIntVectorVector.cs.
◆ GetEnumerator()
|
inline |
Definition at line 155 of file CpIntVectorVector.cs.
◆ GetRange()
|
inline |
Definition at line 281 of file CpIntVectorVector.cs.
◆ Insert()
|
inline |
Definition at line 288 of file CpIntVectorVector.cs.
◆ InsertRange()
|
inline |
Definition at line 293 of file CpIntVectorVector.cs.
◆ RemoveAt()
|
inline |
Definition at line 298 of file CpIntVectorVector.cs.
◆ RemoveRange()
|
inline |
Definition at line 303 of file CpIntVectorVector.cs.
◆ Repeat()
|
inlinestatic |
Definition at line 308 of file CpIntVectorVector.cs.
◆ Reverse() [1/2]
|
inline |
Definition at line 315 of file CpIntVectorVector.cs.
◆ Reverse() [2/2]
|
inline |
Definition at line 319 of file CpIntVectorVector.cs.
◆ SetRange()
|
inline |
Definition at line 324 of file CpIntVectorVector.cs.
◆ ToArray()
|
inline |
Definition at line 141 of file CpIntVectorVector.cs.
Member Data Documentation
◆ swigCMemOwn
|
protected |
Definition at line 21 of file CpIntVectorVector.cs.
Property Documentation
◆ Capacity
|
getset |
Definition at line 90 of file CpIntVectorVector.cs.
◆ Count
|
get |
Definition at line 101 of file CpIntVectorVector.cs.
◆ IsFixedSize
|
get |
Definition at line 69 of file CpIntVectorVector.cs.
◆ IsReadOnly
|
get |
Definition at line 75 of file CpIntVectorVector.cs.
◆ IsSynchronized
|
get |
Definition at line 107 of file CpIntVectorVector.cs.
◆ this[int index]
|
getset |
Definition at line 81 of file CpIntVectorVector.cs.
The documentation for this class was generated from the following file: