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...
Classes | |
| class | _Enumerator |
Public Member Functions | |
| new IEnumerator< MR.NoDefInit_MRPixelId > | GetEnumerator () |
| unsafe | Buffer_MRPixelId_MRPixelId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Buffer_MRPixelId_MRPixelId (MR._ByValue_Buffer_MRPixelId_MRPixelId _other) |
| Generated from constructor MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::Buffer. | |
| unsafe | Buffer_MRPixelId_MRPixelId (ulong size) |
| Generated from constructor MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::Buffer. | |
| unsafe MR.Buffer_MRPixelId_MRPixelId | assign (MR._ByValue_Buffer_MRPixelId_MRPixelId _other) |
| Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::operator=. | |
| unsafe void | clear () |
| Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;clear. | |
| unsafe void | resize (ulong newSize) |
| Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;resize. | |
| unsafe new MR.? NoDefInit_MRPixelId | data () |
| Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;data. | |
Properties | |
| unsafe new MR.NoDefInit_MRPixelId | this[MR.PixelId i] [get] |
| Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::operator[]. | |
std::vector<V>-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods
| V | type of stored elements |
| I | type of index (shall be convertible to size_t) Generated from class MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;. This is the non-const half of the class. |
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::Buffer.
|
inline |
Generated from constructor MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::Buffer.
|
inline |
Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::operator=.
|
inline |
Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;clear.
|
inline |
Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;data.
|
inline |
|
inline |
Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;resize.
|
get |
Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::operator[].