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