stores a mapping from keys K to values V in one of two forms: 1) as dense map (vector) preferable when there are few missing keys in a range [0, endKey) 2) as hash map preferable when valid keys are a small subset of the range Generated from class MR.MapOrHashMap<MR.FaceId, MR.FaceId>. This is the const half of the class.
More...
Inheritance diagram for MR.Const_MapOrHashMap_MRFaceId_MRFaceId:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_MapOrHashMap_MRFaceId_MRFaceId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_MapOrHashMap_MRFaceId_MRFaceId (MR.Std._ByValue_Variant_MRFaceMap_PhmapFlatHashMapMRFaceIdMRFaceId var) |
Constructs MR.MapOrHashMap<MR.FaceId, MR.FaceId> elementwise. | |
| unsafe | Const_MapOrHashMap_MRFaceId_MRFaceId (MR._ByValue_MapOrHashMap_MRFaceId_MRFaceId _other) |
Generated from constructor MR.MapOrHashMap<MR.FaceId, MR.FaceId>::MapOrHashMap. | |
| unsafe MR.? Const_FaceMap | getMap () |
Generated from method MR.MapOrHashMap<MR.FaceId, MR.FaceId>::getMap. | |
| unsafe MR.Phmap.? Const_FlatHashMap_MRFaceId_MRFaceId | getHashMap () |
Generated from method MR.MapOrHashMap<MR.FaceId, MR.FaceId>::getHashMap. | |
Static Public Member Functions | |
| static unsafe MR.MapOrHashMap_MRFaceId_MRFaceId | createMap (ulong? size=null) |
Generated from method MR.MapOrHashMap<MR.FaceId, MR.FaceId>::createMap. Parameter size defaults to 0. | |
| static unsafe MR.MapOrHashMap_MRFaceId_MRFaceId | createHashMap (ulong? capacity=null) |
Generated from method MR.MapOrHashMap<MR.FaceId, MR.FaceId>::createHashMap. Parameter capacity defaults to 0. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Variant_MRFaceMap_PhmapFlatHashMapMRFaceIdMRFaceId | var [get] |
Properties inherited from MR.Misc.Object< Const_MapOrHashMap_MRFaceId_MRFaceId > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_MapOrHashMap_MRFaceId_MRFaceId > | |
| bool | _IsOwningVal |
stores a mapping from keys K to values V in one of two forms: 1) as dense map (vector) preferable when there are few missing keys in a range [0, endKey) 2) as hash map preferable when valid keys are a small subset of the range Generated from class MR.MapOrHashMap<MR.FaceId, MR.FaceId>. This is the const half of the class.