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

Generated from class MR.GraphVertId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.GraphVertId> This is the const reference to the struct. More...

+ Inheritance diagram for MR.ConstBox_GraphVertId:

Classes

struct  _Underlying
 

Public Member Functions

unsafe ConstBox_GraphVertId (GraphVertId other)
 Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
 
virtual void Dispose ()
 
unsafe ConstBox_GraphVertId (ConstBox_GraphVertId _other)
 Generated copy constructor.
 
unsafe ConstBox_GraphVertId ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_GraphVertId (MR.Const_NoInit _1)
 Generated from constructor MR.GraphVertId.GraphVertId.
 
unsafe ConstBox_GraphVertId (int i)
 Generated from constructor MR.GraphVertId.GraphVertId.
 
unsafe bool valid ()
 Generated from method MR.GraphVertId.valid.
 
unsafe bool less (MR.GraphVertId b)
 Generated from method MR.GraphVertId.operator<.
 
bool Equals (MR.GraphVertId b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator ConstBox_GraphVertId (GraphVertId other)
 Convert from a struct by copying it. Note that only ConstBox_GraphVertId has this conversion, Box_GraphVertId intentionally doesn't.
 
static unsafe implicit operator int (MR.ConstBox_GraphVertId _this)
 Generated from conversion operator MR.GraphVertId.operator int.
 
static unsafe operator bool (MR.ConstBox_GraphVertId _this)
 Generated from conversion operator MR.GraphVertId.operator bool.
 
static unsafe bool operator== (MR.ConstBox_GraphVertId _this, MR.GraphVertId b)
 Generated from method MR.GraphVertId.operator==.
 
static unsafe bool operator!= (MR.ConstBox_GraphVertId _this, MR.GraphVertId b)
 
static unsafe Box_GraphVertId operator-- (MR.ConstBox_GraphVertId _this)
 Generated from method MR.GraphVertId.operator--.
 
static unsafe Box_GraphVertId operator++ (MR.ConstBox_GraphVertId _this)
 Generated from method MR.GraphVertId.operator++.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly GraphVertId _Ref [get]
 Get the underlying struct.
 
ref readonly int id [get]
 
- Properties inherited from MR.Misc.Object< ConstBox_GraphVertId >
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< ConstBox_GraphVertId >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.GraphVertId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.GraphVertId> This is the const reference to the struct.


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