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

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

+ Inheritance diagram for MR.Box_VertId:

Public Member Functions

unsafe Box_VertId (VertId 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 Box_VertId (ConstBox_VertId _other)
 Generated copy constructor.
 
void Assign (ConstBox_VertId _other)
 Generated copy assignment.
 
unsafe Box_VertId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Box_VertId (MR.Const_NoInit _1)
 Generated from constructor MR.VertId.VertId.
 
unsafe Box_VertId (int i)
 Generated from constructor MR.VertId.VertId.
 
unsafe Box_VertId (ulong i)
 Generated from constructor MR.VertId.VertId.
 
unsafe ref int get ()
 Generated from method MR.VertId.get.
 
unsafe void decr ()
 Generated from method MR.VertId.operator--.
 
unsafe void incr ()
 Generated from method MR.VertId.operator++.
 
unsafe ref MR.VertId subAssign (int a)
 Generated from method MR.VertId.operator-=.
 
unsafe ref MR.VertId addAssign (int a)
 Generated from method MR.VertId.operator+=.
 
- Public Member Functions inherited from MR.ConstBox_VertId
virtual void Dispose ()
 
unsafe ConstBox_VertId (VertId 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_VertId (ConstBox_VertId _other)
 Generated copy constructor.
 
unsafe ConstBox_VertId ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_VertId (MR.Const_NoInit _1)
 Generated from constructor MR.VertId.VertId.
 
unsafe ConstBox_VertId (int i)
 Generated from constructor MR.VertId.VertId.
 
unsafe ConstBox_VertId (ulong i)
 Generated from constructor MR.VertId.VertId.
 
unsafe bool valid ()
 Generated from method MR.VertId.valid.
 
unsafe bool less (MR.VertId b)
 Generated from method MR.VertId.operator<.
 
bool Equals (MR.VertId b)
 
override bool Equals (object? other)
 

Properties

new ref int id [get]
 
- Properties inherited from MR.ConstBox_VertId
ref readonly int id [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from MR.ConstBox_VertId
static implicit operator ConstBox_VertId (VertId other)
 Convert from a struct by copying it. Note that only ConstBox_VertId has this conversion, Box_VertId intentionally doesn't.
 
static unsafe implicit operator int (MR.ConstBox_VertId _this)
 Generated from conversion operator MR.VertId.operator int.
 
static unsafe operator bool (MR.ConstBox_VertId _this)
 Generated from conversion operator MR.VertId.operator bool.
 
static unsafe bool operator== (MR.ConstBox_VertId _this, MR.VertId b)
 Generated from method MR.VertId.operator==.
 
static unsafe bool operator!= (MR.ConstBox_VertId _this, MR.VertId b)
 
static unsafe Box_VertId operator-- (MR.ConstBox_VertId _this)
 Generated from method MR.VertId.operator--.
 
static unsafe Box_VertId operator++ (MR.ConstBox_VertId _this)
 Generated from method MR.VertId.operator++.
 
- Protected Member Functions inherited from MR.ConstBox_VertId
virtual unsafe void Dispose (bool disposing)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Box_VertId() [1/6]

unsafe MR.Box_VertId.Box_VertId ( VertId 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.)

◆ Box_VertId() [2/6]

unsafe MR.Box_VertId.Box_VertId ( ConstBox_VertId _other)
inline

Generated copy constructor.

◆ Box_VertId() [3/6]

unsafe MR.Box_VertId.Box_VertId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_VertId() [4/6]

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

Generated from constructor MR.VertId.VertId.

◆ Box_VertId() [5/6]

unsafe MR.Box_VertId.Box_VertId ( int i)
inline

Generated from constructor MR.VertId.VertId.

◆ Box_VertId() [6/6]

unsafe MR.Box_VertId.Box_VertId ( ulong i)
inline

Generated from constructor MR.VertId.VertId.

Member Function Documentation

◆ addAssign()

unsafe ref MR.VertId MR.Box_VertId.addAssign ( int a)
inline

Generated from method MR.VertId.operator+=.

◆ Assign()

void MR.Box_VertId.Assign ( ConstBox_VertId _other)
inline

Generated copy assignment.

◆ decr()

unsafe void MR.Box_VertId.decr ( )
inline

Generated from method MR.VertId.operator--.

◆ get()

unsafe ref int MR.Box_VertId.get ( )
inline

Generated from method MR.VertId.get.

◆ incr()

unsafe void MR.Box_VertId.incr ( )
inline

Generated from method MR.VertId.operator++.

◆ subAssign()

unsafe ref MR.VertId MR.Box_VertId.subAssign ( int a)
inline

Generated from method MR.VertId.operator-=.

Property Documentation

◆ id

new ref int MR.Box_VertId.id
get

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