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