Stores one of 2 objects: MR.WholeEdgeMap, phmap.flat_hash_map<MR.UndirectedEdgeId, MR.EdgeId>. This is the non-const half of the class.
More...
Inheritance diagram for MR.Std.Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId:Public Member Functions | |
| unsafe | Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId (MR.Std._ByValue_Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId other) |
| Constructs a copy of another instance. The source remains alive. | |
| unsafe void | assign (MR.Std._ByValue_Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId other) |
| Assigns the contents from another instance. Both objects remain alive after the call. | |
| unsafe | Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId (MR._ByValue_WholeEdgeMap value, MR.Std.VariantIndex_0 tag=default) |
Constructs the variant storing the element 0, of type MR.WholeEdgeMap. | |
| unsafe | Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId (MR.Phmap._ByValue_FlatHashMap_MRUndirectedEdgeId_MREdgeId value, MR.Std.VariantIndex_1 tag=default) |
Constructs the variant storing the element 1, of type phmap.flat_hash_map<MR.UndirectedEdgeId, MR.EdgeId>. | |
| unsafe void | assignAsMRWholeEdgeMap (MR._ByValue_WholeEdgeMap value) |
Assigns to the variant, making it store the element 0, of type MR.WholeEdgeMap. | |
| unsafe void | assignAsPhmapFlatHashMapMRUndirectedEdgeIdMREdgeId (MR.Phmap._ByValue_FlatHashMap_MRUndirectedEdgeId_MREdgeId value) |
Assigns to the variant, making it store the element 1, of type phmap.flat_hash_map<MR.UndirectedEdgeId, MR.EdgeId>. | |
| unsafe new MR.? WholeEdgeMap | getMRWholeEdgeMap () |
Returns the element 0, of type MR.WholeEdgeMap, mutable. If it's not the active element, returns null. | |
| unsafe new MR.Phmap.? FlatHashMap_MRUndirectedEdgeId_MREdgeId | getPhmapFlatHashMapMRUndirectedEdgeIdMREdgeId () |
Returns the element 1, of type phmap.flat_hash_map<MR.UndirectedEdgeId, MR.EdgeId>, mutable. If it's not the active element, returns null. | |
Public Member Functions inherited from MR.Std.Const_Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId | |
| virtual void | Dispose () |
| unsafe | Const_Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId (MR.Std._ByValue_Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId other) |
| Constructs a copy of another instance. The source remains alive. | |
| unsafe ulong | index () |
| Returns the index of the stored element type. In rare cases may return -1 if this variant is "valueless by exception". | |
| unsafe | Const_Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId (MR._ByValue_WholeEdgeMap value, MR.Std.VariantIndex_0 tag=default) |
Constructs the variant storing the element 0, of type MR.WholeEdgeMap. | |
| unsafe | Const_Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId (MR.Phmap._ByValue_FlatHashMap_MRUndirectedEdgeId_MREdgeId value, MR.Std.VariantIndex_1 tag=default) |
Constructs the variant storing the element 1, of type phmap.flat_hash_map<MR.UndirectedEdgeId, MR.EdgeId>. | |
| unsafe MR.? Const_WholeEdgeMap | getMRWholeEdgeMap () |
Returns the element 0, of type MR.WholeEdgeMap, read-only. If it's not the active element, returns null. | |
| unsafe MR.Phmap.? Const_FlatHashMap_MRUndirectedEdgeId_MREdgeId | getPhmapFlatHashMapMRUndirectedEdgeIdMREdgeId () |
Returns the element 1, of type phmap.flat_hash_map<MR.UndirectedEdgeId, MR.EdgeId>, read-only. If it's not the active element, returns null. | |
Additional Inherited Members | |
Protected Member Functions inherited from MR.Std.Const_Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_Variant_MRWholeEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMREdgeId > | |
| 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. | |
Stores one of 2 objects: MR.WholeEdgeMap, phmap.flat_hash_map<MR.UndirectedEdgeId, MR.EdgeId>. This is the non-const half of the class.