|
| new IEnumerator< MR.MeshOrPointsXf > | GetEnumerator () |
| unsafe | Vector_MRMeshOrPointsXf_MRObjId () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Vector_MRMeshOrPointsXf_MRObjId (MR._ByValue_Vector_MRMeshOrPointsXf_MRObjId _other) |
| | Generated from constructor MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;::Vector.
|
| | Vector_MRMeshOrPointsXf_MRObjId (Const_Vector_MRMeshOrPointsXf_MRObjId _other) |
| | Generated from constructor MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;::Vector.
|
| | Vector_MRMeshOrPointsXf_MRObjId (Vector_MRMeshOrPointsXf_MRObjId _other) |
| | Generated from constructor MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;::Vector.
|
| unsafe | Vector_MRMeshOrPointsXf_MRObjId (ulong size, MR.Const_MeshOrPointsXf val) |
| | creates a vector with size elements with the given value Generated from constructor MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;::Vector.
|
| unsafe | Vector_MRMeshOrPointsXf_MRObjId (MR.Misc._Moved< MR.Std.Vector_MRMeshOrPointsXf > vec) |
| | moves data from the given std::vector<T> Generated from constructor MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;::Vector.
|
| unsafe MR.Vector_MRMeshOrPointsXf_MRObjId | assign (MR._ByValue_Vector_MRMeshOrPointsXf_MRObjId _other) |
| | Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;::operator=.
|
| unsafe void | clear () |
| | Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;clear.
|
| unsafe void | resize (ulong newSize, MR.Const_MeshOrPointsXf t) |
| | Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;resize.
|
| unsafe void | reserve (ulong capacity) |
| | Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;reserve.
|
| unsafe void | resizeWithReserve (ulong newSize, MR.Const_MeshOrPointsXf value) |
| | doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;resizeWithReserve.
|
| unsafe void | autoResizeSet (MR.ObjId pos, ulong len, MR.Const_MeshOrPointsXf val) |
| | sets elements [pos, pos+len) to the given value, adjusting the size of the vector to include new elements; the elements in between old size and pos are also set to val (for faster implementation) Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;autoResizeSet.
|
| unsafe void | autoResizeSet (MR.ObjId i, MR.Const_MeshOrPointsXf val) |
| | sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;autoResizeSet.
|
| unsafe void | pushBack (MR.Const_MeshOrPointsXf t) |
| | Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;::push_back.
|
| unsafe void | pushBack (MR.Misc._Moved< MR.MeshOrPointsXf > t) |
| | Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;::push_back.
|
| unsafe void | popBack () |
| | Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;::pop_back.
|
| unsafe new MR.MeshOrPointsXf | front () |
| | Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;front.
|
| unsafe new MR.MeshOrPointsXf | back () |
| | Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;back.
|
| unsafe new MR.? MeshOrPointsXf | data () |
| | Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;data.
|
| unsafe void | swap (MR.Vector_MRMeshOrPointsXf_MRObjId b) |
| | Generated from method MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;swap.
|
std::vector<T>-like container that requires specific indexing type,
- Template Parameters
-
| T | type of stored elements |
| I | type of index (shall be convertible to size_t) Generated from class MR::Vector&lt;MR.MeshOrPointsXf, MR.ObjId&gt;. This is the non-const half of the class. |