std::vector<T>-like container that requires specific indexing type, More...
Classes | |
| class | _Enumerator |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| IEnumerator< MR.Misc.ConstRef< MR.PixelId > > | GetEnumerator () |
| unsafe | Const_Vector_MRPixelId_MRPixelId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Vector_MRPixelId_MRPixelId (MR._ByValue_Vector_MRPixelId_MRPixelId _other) |
| Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector. | |
| Const_Vector_MRPixelId_MRPixelId (Const_Vector_MRPixelId_MRPixelId _other) | |
| Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector. | |
| Const_Vector_MRPixelId_MRPixelId (Vector_MRPixelId_MRPixelId _other) | |
| Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector. | |
| unsafe | Const_Vector_MRPixelId_MRPixelId (ulong size) |
creates a vector with size elements with default value Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector. | |
| unsafe | Const_Vector_MRPixelId_MRPixelId (ulong size, in MR.PixelId val) |
creates a vector with size elements with the given value Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector. | |
| unsafe | Const_Vector_MRPixelId_MRPixelId (MR.Misc._Moved< MR.Std.Vector_MRPixelId > vec) |
| moves data from the given std::vector<T> Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector. | |
| unsafe bool | empty () |
| Generated from method MR::Vector<MR.PixelId, MR.PixelId>empty. | |
| unsafe ulong | size () |
| Generated from method MR::Vector<MR.PixelId, MR.PixelId>size. | |
| unsafe ulong | capacity () |
| Generated from method MR::Vector<MR.PixelId, MR.PixelId>capacity. | |
| unsafe ref readonly MR.PixelId | front () |
| Generated from method MR::Vector<MR.PixelId, MR.PixelId>front. | |
| unsafe ref readonly MR.PixelId | back () |
| Generated from method MR::Vector<MR.PixelId, MR.PixelId>back. | |
| unsafe MR.PixelId | beginId () |
| returns the identifier of the first element Generated from method MR::Vector<MR.PixelId, MR.PixelId>beginId. | |
| unsafe MR.PixelId | backId () |
| returns the identifier of the back() element Generated from method MR::Vector<MR.PixelId, MR.PixelId>backId. | |
| unsafe MR.PixelId | endId () |
| returns backId() + 1 Generated from method MR::Vector<MR.PixelId, MR.PixelId>endId. | |
| unsafe MR.? PixelId | data () |
| Generated from method MR::Vector<MR.PixelId, MR.PixelId>data. | |
| unsafe ulong | heapBytes () |
| returns the amount of memory this object occupies on heap Generated from method MR::Vector<MR.PixelId, MR.PixelId>heapBytes. | |
| bool | Equals (MR.Const_Vector_MRPixelId_MRPixelId? b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe implicit | operator Const_Vector_MRPixelId_MRPixelId (MR.Misc._Moved< MR.Std.Vector_MRPixelId > vec) |
| moves data from the given std::vector<T> Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector. | |
| static unsafe bool | operator== (MR.Const_Vector_MRPixelId_MRPixelId _this, MR.Const_Vector_MRPixelId_MRPixelId b) |
| Generated from method MR::Vector<MR.PixelId, MR.PixelId>operator==. | |
| static unsafe bool | operator!= (MR.Const_Vector_MRPixelId_MRPixelId _this, MR.Const_Vector_MRPixelId_MRPixelId b) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Vector_MRPixelId | vec [get, protected set] |
| The user can directly manipulate the vector, they can't break anything anyway. | |
| unsafe ref readonly MR.PixelId | this[MR.PixelId i] [get] |
| Generated from method MR::Vector<MR.PixelId, MR.PixelId>::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.PixelId, MR.PixelId>. This is the const half of the class. |
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector.
|
inline |
Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector.
|
inline |
Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector.
|
inline |
creates a vector with size elements with default value Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector.
|
inline |
creates a vector with size elements with the given value Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector.
|
inline |
moves data from the given std::vector<T> Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector.
|
inline |
Generated from method MR::Vector<MR.PixelId, MR.PixelId>back.
|
inline |
returns the identifier of the back() element Generated from method MR::Vector<MR.PixelId, MR.PixelId>backId.
|
inline |
returns the identifier of the first element Generated from method MR::Vector<MR.PixelId, MR.PixelId>beginId.
|
inline |
Generated from method MR::Vector<MR.PixelId, MR.PixelId>capacity.
|
inline |
Generated from method MR::Vector<MR.PixelId, MR.PixelId>data.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
Generated from method MR::Vector<MR.PixelId, MR.PixelId>empty.
|
inline |
returns backId() + 1 Generated from method MR::Vector<MR.PixelId, MR.PixelId>endId.
|
inline |
|
inline |
|
inline |
Generated from method MR::Vector<MR.PixelId, MR.PixelId>front.
|
inline |
|
inline |
returns the amount of memory this object occupies on heap Generated from method MR::Vector<MR.PixelId, MR.PixelId>heapBytes.
|
inlinestatic |
moves data from the given std::vector<T> Generated from constructor MR::Vector<MR.PixelId, MR.PixelId>::Vector.
|
inlinestatic |
|
inlinestatic |
Generated from method MR::Vector<MR.PixelId, MR.PixelId>operator==.
|
inline |
Generated from method MR::Vector<MR.PixelId, MR.PixelId>size.
|
get |
Generated from method MR::Vector<MR.PixelId, MR.PixelId>::operator[].
|
getprotected set |
The user can directly manipulate the vector, they can't break anything anyway.