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 non-const half of the class.
More...
|
|
unsafe | MapOrHashMap_MRFaceId_MRFaceId () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | MapOrHashMap_MRFaceId_MRFaceId (MR.Std._ByValue_Variant_MRFaceMap_PhmapFlatHashMapMRFaceIdMRFaceId var) |
| | Constructs MR.MapOrHashMap<MR.FaceId, MR.FaceId> elementwise.
|
| |
|
unsafe | MapOrHashMap_MRFaceId_MRFaceId (MR._ByValue_MapOrHashMap_MRFaceId_MRFaceId _other) |
| | Generated from constructor MR.MapOrHashMap<MR.FaceId, MR.FaceId>::MapOrHashMap.
|
| |
|
unsafe MR.MapOrHashMap_MRFaceId_MRFaceId | assign (MR._ByValue_MapOrHashMap_MRFaceId_MRFaceId _other) |
| | Generated from method MR.MapOrHashMap<MR.FaceId, MR.FaceId>::operator=.
|
| |
|
unsafe void | setMap (MR.Misc._Moved< MR.FaceMap > m) |
| | Generated from method MR.MapOrHashMap<MR.FaceId, MR.FaceId>::setMap.
|
| |
|
unsafe void | setHashMap (MR.Misc._Moved< MR.Phmap.FlatHashMap_MRFaceId_MRFaceId > m) |
| | Generated from method MR.MapOrHashMap<MR.FaceId, MR.FaceId>::setHashMap.
|
| |
|
unsafe void | resizeReserve (ulong denseTotalSize, ulong hashAdditionalCapacity) |
| | if this stores dense map then resizes it to denseTotalSize; if this stores hash map then sets its capacity to size()+hashAdditionalCapacity Generated from method MR.MapOrHashMap<MR.FaceId, MR.FaceId>::resizeReserve.
|
| |
|
unsafe void | pushBack (MR.FaceId key, MR.FaceId val) |
| | appends one element in the map, in case of dense map, key must be equal to vector.endId() Generated from method MR.MapOrHashMap<MR.FaceId, MR.FaceId>::pushBack.
|
| |
|
unsafe new MR.? FaceMap | getMap () |
| | Generated from method MR.MapOrHashMap<MR.FaceId, MR.FaceId>::getMap.
|
| |
|
unsafe new MR.Phmap.? FlatHashMap_MRFaceId_MRFaceId | getHashMap () |
| | Generated from method MR.MapOrHashMap<MR.FaceId, MR.FaceId>::getHashMap.
|
| |
|
unsafe void | clear () |
| | Generated from method MR.MapOrHashMap<MR.FaceId, MR.FaceId>::clear.
|
| |
|
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.
|
| |
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 non-const half of the class.