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

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

+ Inheritance diagram for MR.ConstBox_GraphEdgeId:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe ConstBox_GraphEdgeId (GraphEdgeId 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.)
 
unsafe ConstBox_GraphEdgeId (ConstBox_GraphEdgeId _other)
 Generated copy constructor.
 
unsafe ConstBox_GraphEdgeId ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_GraphEdgeId (MR.Const_NoInit _1)
 Generated from constructor MR.GraphEdgeId.GraphEdgeId.
 
unsafe ConstBox_GraphEdgeId (int i)
 Generated from constructor MR.GraphEdgeId.GraphEdgeId.
 
unsafe bool valid ()
 Generated from method MR.GraphEdgeId.valid.
 
unsafe bool less (MR.GraphEdgeId b)
 Generated from method MR.GraphEdgeId.operator<.
 
bool Equals (MR.GraphEdgeId b)
 
override bool Equals (object? other)
 

Static Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

ref readonly int id [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ConstBox_GraphEdgeId() [1/5]

unsafe MR.ConstBox_GraphEdgeId.ConstBox_GraphEdgeId ( GraphEdgeId other)
inline

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.)

◆ ConstBox_GraphEdgeId() [2/5]

unsafe MR.ConstBox_GraphEdgeId.ConstBox_GraphEdgeId ( ConstBox_GraphEdgeId _other)
inline

Generated copy constructor.

◆ ConstBox_GraphEdgeId() [3/5]

unsafe MR.ConstBox_GraphEdgeId.ConstBox_GraphEdgeId ( )
inline

Constructs an empty (default-constructed) instance.

◆ ConstBox_GraphEdgeId() [4/5]

unsafe MR.ConstBox_GraphEdgeId.ConstBox_GraphEdgeId ( MR.Const_NoInit _1)
inline

Generated from constructor MR.GraphEdgeId.GraphEdgeId.

◆ ConstBox_GraphEdgeId() [5/5]

unsafe MR.ConstBox_GraphEdgeId.ConstBox_GraphEdgeId ( int i)
inline

Generated from constructor MR.GraphEdgeId.GraphEdgeId.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.ConstBox_GraphEdgeId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.ConstBox_GraphEdgeId.Dispose ( bool disposing)
inlineprotectedvirtual

◆ Equals() [1/2]

bool MR.ConstBox_GraphEdgeId.Equals ( MR.GraphEdgeId b)
inline

◆ Equals() [2/2]

override bool MR.ConstBox_GraphEdgeId.Equals ( object? other)
inline

◆ less()

unsafe bool MR.ConstBox_GraphEdgeId.less ( MR.GraphEdgeId b)
inline

Generated from method MR.GraphEdgeId.operator<.

◆ operator bool()

static unsafe MR.ConstBox_GraphEdgeId.operator bool ( MR.ConstBox_GraphEdgeId _this)
inlineexplicitstatic

Generated from conversion operator MR.GraphEdgeId.operator bool.

◆ operator ConstBox_GraphEdgeId()

static implicit MR.ConstBox_GraphEdgeId.operator ConstBox_GraphEdgeId ( GraphEdgeId other)
inlinestatic

Convert from a struct by copying it. Note that only ConstBox_GraphEdgeId has this conversion, Box_GraphEdgeId intentionally doesn't.

◆ operator int()

static unsafe implicit MR.ConstBox_GraphEdgeId.operator int ( MR.ConstBox_GraphEdgeId _this)
inlinestatic

Generated from conversion operator MR.GraphEdgeId.operator int.

◆ operator!=()

static unsafe bool MR.ConstBox_GraphEdgeId.operator!= ( MR.ConstBox_GraphEdgeId _this,
MR.GraphEdgeId b )
inlinestatic

◆ operator++()

static unsafe Box_GraphEdgeId MR.ConstBox_GraphEdgeId.operator++ ( MR.ConstBox_GraphEdgeId _this)
inlinestatic

Generated from method MR.GraphEdgeId.operator++.

◆ operator--()

static unsafe Box_GraphEdgeId MR.ConstBox_GraphEdgeId.operator-- ( MR.ConstBox_GraphEdgeId _this)
inlinestatic

Generated from method MR.GraphEdgeId.operator--.

◆ operator==()

static unsafe bool MR.ConstBox_GraphEdgeId.operator== ( MR.ConstBox_GraphEdgeId _this,
MR.GraphEdgeId b )
inlinestatic

Generated from method MR.GraphEdgeId.operator==.

◆ valid()

unsafe bool MR.ConstBox_GraphEdgeId.valid ( )
inline

Generated from method MR.GraphEdgeId.valid.

Property Documentation

◆ id

ref readonly int MR.ConstBox_GraphEdgeId.id
get

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