std::vector<T>-like container that requires specific indexing type, More...
Classes | |
| class | _Enumerator |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| IEnumerator< MR.Std.Filesystem.Const_Path > | GetEnumerator () |
| unsafe | Const_Vector_StdFilesystemPath_MRTextureId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Vector_StdFilesystemPath_MRTextureId (MR._ByValue_Vector_StdFilesystemPath_MRTextureId _other) |
| Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector. | |
| Const_Vector_StdFilesystemPath_MRTextureId (Const_Vector_StdFilesystemPath_MRTextureId _other) | |
| Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector. | |
| Const_Vector_StdFilesystemPath_MRTextureId (Vector_StdFilesystemPath_MRTextureId _other) | |
| Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector. | |
| unsafe | Const_Vector_StdFilesystemPath_MRTextureId (ulong size) |
creates a vector with size elements with default value Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector. | |
| unsafe | Const_Vector_StdFilesystemPath_MRTextureId (ulong size, string val) |
creates a vector with size elements with the given value Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector. | |
| unsafe | Const_Vector_StdFilesystemPath_MRTextureId (MR.Misc._Moved< MR.Std.Vector_StdFilesystemPath > vec) |
| moves data from the given std::vector<T> Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector. | |
| unsafe bool | empty () |
| Generated from method MR::Vector<std::filesystem::path, MR.TextureId>empty. | |
| unsafe ulong | size () |
| Generated from method MR::Vector<std::filesystem::path, MR.TextureId>size. | |
| unsafe ulong | capacity () |
| Generated from method MR::Vector<std::filesystem::path, MR.TextureId>capacity. | |
| unsafe MR.Std.Filesystem.Const_Path | front () |
| Generated from method MR::Vector<std::filesystem::path, MR.TextureId>front. | |
| unsafe MR.Std.Filesystem.Const_Path | back () |
| Generated from method MR::Vector<std::filesystem::path, MR.TextureId>back. | |
| unsafe MR.TextureId | beginId () |
| returns the identifier of the first element Generated from method MR::Vector<std::filesystem::path, MR.TextureId>beginId. | |
| unsafe MR.TextureId | backId () |
| returns the identifier of the back() element Generated from method MR::Vector<std::filesystem::path, MR.TextureId>backId. | |
| unsafe MR.TextureId | endId () |
| returns backId() + 1 Generated from method MR::Vector<std::filesystem::path, MR.TextureId>endId. | |
| unsafe MR.Std.Filesystem.? Const_Path | data () |
| Generated from method MR::Vector<std::filesystem::path, MR.TextureId>data. | |
| unsafe ulong | heapBytes () |
| returns the amount of memory this object occupies on heap Generated from method MR::Vector<std::filesystem::path, MR.TextureId>heapBytes. | |
| bool | Equals (MR.Const_Vector_StdFilesystemPath_MRTextureId? b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe implicit | operator Const_Vector_StdFilesystemPath_MRTextureId (MR.Misc._Moved< MR.Std.Vector_StdFilesystemPath > vec) |
| moves data from the given std::vector<T> Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector. | |
| static unsafe bool | operator== (MR.Const_Vector_StdFilesystemPath_MRTextureId _this, MR.Const_Vector_StdFilesystemPath_MRTextureId b) |
| Generated from method MR::Vector<std::filesystem::path, MR.TextureId>operator==. | |
| static unsafe bool | operator!= (MR.Const_Vector_StdFilesystemPath_MRTextureId _this, MR.Const_Vector_StdFilesystemPath_MRTextureId b) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Vector_StdFilesystemPath | vec [get, protected set] |
| The user can directly manipulate the vector, they can't break anything anyway. | |
| unsafe MR.Std.Filesystem.Const_Path | this[MR.TextureId i] [get] |
| Generated from method MR::Vector<std::filesystem::path, MR.TextureId>::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::Vector<std::filesystem::path, MR.TextureId>. This is the const half of the class. |
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector.
|
inline |
Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector.
|
inline |
Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector.
|
inline |
creates a vector with size elements with default value Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector.
|
inline |
creates a vector with size elements with the given value Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector.
|
inline |
moves data from the given std::vector<T> Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector.
|
inline |
Generated from method MR::Vector<std::filesystem::path, MR.TextureId>back.
|
inline |
returns the identifier of the back() element Generated from method MR::Vector<std::filesystem::path, MR.TextureId>backId.
|
inline |
returns the identifier of the first element Generated from method MR::Vector<std::filesystem::path, MR.TextureId>beginId.
|
inline |
Generated from method MR::Vector<std::filesystem::path, MR.TextureId>capacity.
|
inline |
Generated from method MR::Vector<std::filesystem::path, MR.TextureId>data.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
Generated from method MR::Vector<std::filesystem::path, MR.TextureId>empty.
|
inline |
returns backId() + 1 Generated from method MR::Vector<std::filesystem::path, MR.TextureId>endId.
|
inline |
|
inline |
|
inline |
Generated from method MR::Vector<std::filesystem::path, MR.TextureId>front.
|
inline |
|
inline |
returns the amount of memory this object occupies on heap Generated from method MR::Vector<std::filesystem::path, MR.TextureId>heapBytes.
|
inlinestatic |
moves data from the given std::vector<T> Generated from constructor MR::Vector<std::filesystem::path, MR.TextureId>::Vector.
|
inlinestatic |
|
inlinestatic |
Generated from method MR::Vector<std::filesystem::path, MR.TextureId>operator==.
|
inline |
Generated from method MR::Vector<std::filesystem::path, MR.TextureId>size.
|
get |
Generated from method MR::Vector<std::filesystem::path, MR.TextureId>::operator[].
|
getprotected set |
The user can directly manipulate the vector, they can't break anything anyway.