std.vector<V>-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods
More...
std.vector<V>-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods
- Template Parameters
-
| V | type of stored elements |
| I | type of index (shall be convertible to size_t) Generated from class MR.Buffer<MR.FaceId>. This is the non-const half of the class. |
◆ Buffer_MRFaceId() [1/3]
| unsafe MR.Buffer_MRFaceId.Buffer_MRFaceId |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Buffer_MRFaceId() [2/3]
| unsafe MR.Buffer_MRFaceId.Buffer_MRFaceId |
( |
MR._ByValue_Buffer_MRFaceId | _other | ) |
|
|
inline |
Generated from constructor MR.Buffer<MR.FaceId>::Buffer.
◆ Buffer_MRFaceId() [3/3]
| unsafe MR.Buffer_MRFaceId.Buffer_MRFaceId |
( |
ulong | size | ) |
|
|
inline |
Generated from constructor MR.Buffer<MR.FaceId>::Buffer.
◆ assign()
Generated from method MR.Buffer<MR.FaceId>::operator=.
◆ clear()
| unsafe void MR.Buffer_MRFaceId.clear |
( |
| ) |
|
|
inline |
Generated from method MR.Buffer<MR.FaceId>::clear.
◆ data()
Generated from method MR.Buffer<MR.FaceId>::data.
◆ resize()
| unsafe void MR.Buffer_MRFaceId.resize |
( |
ulong | newSize | ) |
|
|
inline |
Generated from method MR.Buffer<MR.FaceId>::resize.
◆ this[ulong i]
Generated from method MR.Buffer<MR.FaceId>::operator[].
The documentation for this class was generated from the following file: