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...
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. | |
| Const_MapOrHashMap_MRFaceId_MRFaceId (Const_MapOrHashMap_MRFaceId_MRFaceId _other) | |
| Generated from constructor MR::MapOrHashMap<MR.FaceId, MR.FaceId>::MapOrHashMap. | |
| Const_MapOrHashMap_MRFaceId_MRFaceId (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, protected set] |
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.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
Generated from method MR::MapOrHashMap<MR.FaceId, MR.FaceId>createHashMap. Parameter capacity defaults to 0.
|
inlinestatic |
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
Generated from method MR::MapOrHashMap<MR.FaceId, MR.FaceId>getHashMap.
|
inline |
|
getprotected set |