MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Std.Const_Variant_MRUndirectedEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMRUndirectedEdgeId Class Reference

Stores one of 2 objects: MR.UndirectedEdgeMap, phmap.flat_hash_map<MR.UndirectedEdgeId, MR.UndirectedEdgeId>. This is the const half of the class. More...

+ Inheritance diagram for MR.Std.Const_Variant_MRUndirectedEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMRUndirectedEdgeId:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_Variant_MRUndirectedEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMRUndirectedEdgeId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Variant_MRUndirectedEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMRUndirectedEdgeId (MR.Std._ByValue_Variant_MRUndirectedEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMRUndirectedEdgeId 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_MRUndirectedEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMRUndirectedEdgeId (MR._ByValue_UndirectedEdgeMap value, MR.Std.VariantIndex_0 tag=default)
 Constructs the variant storing the element 0, of type MR.UndirectedEdgeMap.
 
unsafe Const_Variant_MRUndirectedEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMRUndirectedEdgeId (MR.Phmap._ByValue_FlatHashMap_MRUndirectedEdgeId_MRUndirectedEdgeId value, MR.Std.VariantIndex_1 tag=default)
 Constructs the variant storing the element 1, of type phmap.flat_hash_map<MR.UndirectedEdgeId, MR.UndirectedEdgeId>.
 
unsafe MR.? Const_UndirectedEdgeMap getMRUndirectedEdgeMap ()
 Returns the element 0, of type MR.UndirectedEdgeMap, read-only. If it's not the active element, returns null.
 
unsafe MR.Phmap.? Const_FlatHashMap_MRUndirectedEdgeId_MRUndirectedEdgeId getPhmapFlatHashMapMRUndirectedEdgeIdMRUndirectedEdgeId ()
 Returns the element 1, of type phmap.flat_hash_map<MR.UndirectedEdgeId, MR.UndirectedEdgeId>, read-only. If it's not the active element, returns null.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_Variant_MRUndirectedEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMRUndirectedEdgeId >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_Variant_MRUndirectedEdgeMap_PhmapFlatHashMapMRUndirectedEdgeIdMRUndirectedEdgeId >
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.
 

Detailed Description

Stores one of 2 objects: MR.UndirectedEdgeMap, phmap.flat_hash_map<MR.UndirectedEdgeId, MR.UndirectedEdgeId>. This is the const half of the class.


The documentation for this class was generated from the following file: