std::vector<T>-like container that requires specific indexing type, More...
Classes | |
| class | _Enumerator |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| IEnumerator< MR.WatershedGraph.Const_BasinInfo > | GetEnumerator () |
| unsafe | Const_Vector_MRWatershedGraphBasinInfo_MRGraphVertId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Vector_MRWatershedGraphBasinInfo_MRGraphVertId (MR._ByValue_Vector_MRWatershedGraphBasinInfo_MRGraphVertId _other) |
| Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector. | |
| Const_Vector_MRWatershedGraphBasinInfo_MRGraphVertId (Const_Vector_MRWatershedGraphBasinInfo_MRGraphVertId _other) | |
| Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector. | |
| Const_Vector_MRWatershedGraphBasinInfo_MRGraphVertId (Vector_MRWatershedGraphBasinInfo_MRGraphVertId _other) | |
| Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector. | |
| unsafe | Const_Vector_MRWatershedGraphBasinInfo_MRGraphVertId (ulong size) |
creates a vector with size elements with default value Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector. | |
| unsafe | Const_Vector_MRWatershedGraphBasinInfo_MRGraphVertId (ulong size, MR.WatershedGraph.Const_BasinInfo val) |
creates a vector with size elements with the given value Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector. | |
| unsafe | Const_Vector_MRWatershedGraphBasinInfo_MRGraphVertId (MR.Misc._Moved< MR.Std.Vector_MRWatershedGraphBasinInfo > vec) |
| moves data from the given std::vector<T> Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector. | |
| unsafe bool | empty () |
| Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>empty. | |
| unsafe ulong | size () |
| Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>size. | |
| unsafe ulong | capacity () |
| Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>capacity. | |
| unsafe MR.WatershedGraph.Const_BasinInfo | front () |
| Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>front. | |
| unsafe MR.WatershedGraph.Const_BasinInfo | back () |
| Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>back. | |
| unsafe MR.GraphVertId | beginId () |
| returns the identifier of the first element Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>beginId. | |
| unsafe MR.GraphVertId | backId () |
| returns the identifier of the back() element Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>backId. | |
| unsafe MR.GraphVertId | endId () |
| returns backId() + 1 Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>endId. | |
| unsafe MR.WatershedGraph.? Const_BasinInfo | data () |
| Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>data. | |
| unsafe ulong | heapBytes () |
| returns the amount of memory this object occupies on heap Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>heapBytes. | |
Static Public Member Functions | |
| static unsafe implicit | operator Const_Vector_MRWatershedGraphBasinInfo_MRGraphVertId (MR.Misc._Moved< MR.Std.Vector_MRWatershedGraphBasinInfo > vec) |
| moves data from the given std::vector<T> Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Vector_MRWatershedGraphBasinInfo | vec [get, protected set] |
| The user can directly manipulate the vector, they can't break anything anyway. | |
| unsafe MR.WatershedGraph.Const_BasinInfo | this[MR.GraphVertId i] [get] |
| Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::operator[]. | |
std::vector<T>-like container that requires specific indexing type,
| T | type of stored elements |
| I | type of index (shall be convertible to size_t) Generated from class MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>. This is the const half of the class. |
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector.
|
inline |
Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector.
|
inline |
Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector.
|
inline |
creates a vector with size elements with default value Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector.
|
inline |
creates a vector with size elements with the given value Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector.
|
inline |
moves data from the given std::vector<T> Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector.
|
inline |
Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>back.
|
inline |
returns the identifier of the back() element Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>backId.
|
inline |
returns the identifier of the first element Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>beginId.
|
inline |
Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>capacity.
|
inline |
Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>data.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>empty.
|
inline |
returns backId() + 1 Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>endId.
|
inline |
Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>front.
|
inline |
|
inline |
returns the amount of memory this object occupies on heap Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>heapBytes.
|
inlinestatic |
moves data from the given std::vector<T> Generated from constructor MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::Vector.
|
inline |
Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>size.
|
get |
Generated from method MR::Vector<MR.WatershedGraph.BasinInfo, MR.GraphVertId>::operator[].
|
getprotected set |
The user can directly manipulate the vector, they can't break anything anyway.