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.VertId>. This is the non-const half of the class. |
◆ Buffer_MRVertId() [1/3]
| unsafe MR.Buffer_MRVertId.Buffer_MRVertId |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Buffer_MRVertId() [2/3]
| unsafe MR.Buffer_MRVertId.Buffer_MRVertId |
( |
MR._ByValue_Buffer_MRVertId | _other | ) |
|
|
inline |
Generated from constructor MR.Buffer<MR.VertId>::Buffer.
◆ Buffer_MRVertId() [3/3]
| unsafe MR.Buffer_MRVertId.Buffer_MRVertId |
( |
ulong | size | ) |
|
|
inline |
Generated from constructor MR.Buffer<MR.VertId>::Buffer.
◆ assign()
Generated from method MR.Buffer<MR.VertId>::operator=.
◆ clear()
| unsafe void MR.Buffer_MRVertId.clear |
( |
| ) |
|
|
inline |
Generated from method MR.Buffer<MR.VertId>::clear.
◆ data()
Generated from method MR.Buffer<MR.VertId>::data.
◆ resize()
| unsafe void MR.Buffer_MRVertId.resize |
( |
ulong | newSize | ) |
|
|
inline |
Generated from method MR.Buffer<MR.VertId>::resize.
◆ this[ulong i]
Generated from method MR.Buffer<MR.VertId>::operator[].
The documentation for this class was generated from the following file: