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