Generated from class MR.Heap<float, MR.GraphVertId, std.greater<float>>::Element. This is the const half of the class.
More...
Inheritance diagram for MR.Const_Heap_Float_MRGraphVertId_StdGreaterFloat.Const_Element:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_Element () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Element (MR.GraphVertId id, float val) |
Constructs MR.Heap<float, MR.GraphVertId, std.greater<float>>::Element elementwise. | |
| unsafe | Const_Element (MR.Heap_Float_MRGraphVertId_StdGreaterFloat.Const_Element _other) |
Generated from constructor MR.Heap<float, MR.GraphVertId, std.greater<float>>::Element.Element. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.GraphVertId | id [get] |
| unsafe float | val [get] |
Properties inherited from MR.Misc.Object< Const_Element > | |
| 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_Element > | |
| bool | _IsOwningVal |
Generated from class MR.Heap<float, MR.GraphVertId, std.greater<float>>::Element. This is the const half of the class.