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

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

+ Inheritance diagram for MR.ConstBox_UndirectedEdgeId:

Classes

struct  _Underlying
 

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

ref readonly int id [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ConstBox_UndirectedEdgeId() [1/6]

unsafe MR.ConstBox_UndirectedEdgeId.ConstBox_UndirectedEdgeId ( UndirectedEdgeId 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_UndirectedEdgeId() [2/6]

unsafe MR.ConstBox_UndirectedEdgeId.ConstBox_UndirectedEdgeId ( ConstBox_UndirectedEdgeId _other)
inline

Generated copy constructor.

◆ ConstBox_UndirectedEdgeId() [3/6]

unsafe MR.ConstBox_UndirectedEdgeId.ConstBox_UndirectedEdgeId ( )
inline

Constructs an empty (default-constructed) instance.

◆ ConstBox_UndirectedEdgeId() [4/6]

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

Generated from constructor MR.UndirectedEdgeId.UndirectedEdgeId.

◆ ConstBox_UndirectedEdgeId() [5/6]

unsafe MR.ConstBox_UndirectedEdgeId.ConstBox_UndirectedEdgeId ( int i)
inline

Generated from constructor MR.UndirectedEdgeId.UndirectedEdgeId.

◆ ConstBox_UndirectedEdgeId() [6/6]

unsafe MR.ConstBox_UndirectedEdgeId.ConstBox_UndirectedEdgeId ( ulong i)
inline

Generated from constructor MR.UndirectedEdgeId.UndirectedEdgeId.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.ConstBox_UndirectedEdgeId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

bool MR.ConstBox_UndirectedEdgeId.Equals ( MR.UndirectedEdgeId b)
inline

◆ Equals() [2/2]

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

◆ less()

unsafe bool MR.ConstBox_UndirectedEdgeId.less ( MR.UndirectedEdgeId b)
inline

Generated from method MR.UndirectedEdgeId.operator<.

◆ operator bool()

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

Generated from conversion operator MR.UndirectedEdgeId.operator bool.

◆ operator ConstBox_UndirectedEdgeId()

static implicit MR.ConstBox_UndirectedEdgeId.operator ConstBox_UndirectedEdgeId ( UndirectedEdgeId other)
inlinestatic

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

◆ operator int()

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

Generated from conversion operator MR.UndirectedEdgeId.operator int.

◆ operator!=()

static unsafe bool MR.ConstBox_UndirectedEdgeId.operator!= ( MR.ConstBox_UndirectedEdgeId _this,
MR.UndirectedEdgeId b )
inlinestatic

◆ operator++()

static unsafe Box_UndirectedEdgeId MR.ConstBox_UndirectedEdgeId.operator++ ( MR.ConstBox_UndirectedEdgeId _this)
inlinestatic

Generated from method MR.UndirectedEdgeId.operator++.

◆ operator--()

static unsafe Box_UndirectedEdgeId MR.ConstBox_UndirectedEdgeId.operator-- ( MR.ConstBox_UndirectedEdgeId _this)
inlinestatic

Generated from method MR.UndirectedEdgeId.operator--.

◆ operator==()

static unsafe bool MR.ConstBox_UndirectedEdgeId.operator== ( MR.ConstBox_UndirectedEdgeId _this,
MR.UndirectedEdgeId b )
inlinestatic

Generated from method MR.UndirectedEdgeId.operator==.

◆ valid()

unsafe bool MR.ConstBox_UndirectedEdgeId.valid ( )
inline

Generated from method MR.UndirectedEdgeId.valid.

Property Documentation

◆ id

ref readonly int MR.ConstBox_UndirectedEdgeId.id
get

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