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

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

Inheritance diagram for MR.Box_GraphVertId:

Public Member Functions

unsafe Box_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.)
unsafe Box_GraphVertId (ConstBox_GraphVertId _other)
 Generated copy constructor.
void Assign (ConstBox_GraphVertId _other)
 Generated copy assignment.
unsafe Box_GraphVertId ()
 Constructs an empty (default-constructed) instance.
unsafe Box_GraphVertId (MR.Const_NoInit _1)
 Generated from constructor MR.GraphVertId.GraphVertId.
unsafe Box_GraphVertId (int i)
 Generated from constructor MR.GraphVertId.GraphVertId.
unsafe Box_GraphVertId (ulong i)
 Generated from constructor MR.GraphVertId.GraphVertId.
unsafe ref int get ()
 Generated from method MR.GraphVertId.get.
unsafe void decr ()
 Generated from method MR::GraphVertId::operator--.
unsafe void incr ()
 Generated from method MR::GraphVertId::operator++.
unsafe ref MR.GraphVertId subAssign (int a)
 Generated from method MR::GraphVertId::operator-=.
unsafe ref MR.GraphVertId addAssign (int a)
 Generated from method MR::GraphVertId::operator+=.
Public Member Functions inherited from MR.ConstBox_GraphVertId
virtual void Dispose ()
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.)
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 ConstBox_GraphVertId (ulong 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)

Properties

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

Additional Inherited Members

Static Public Member Functions inherited from MR.ConstBox_GraphVertId
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 inherited from MR.ConstBox_GraphVertId
virtual unsafe void Dispose (bool disposing)

Detailed Description

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

Constructor & Destructor Documentation

◆ Box_GraphVertId() [1/6]

unsafe MR.Box_GraphVertId.Box_GraphVertId ( GraphVertId 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_GraphVertId() [2/6]

unsafe MR.Box_GraphVertId.Box_GraphVertId ( ConstBox_GraphVertId _other)
inline

Generated copy constructor.

◆ Box_GraphVertId() [3/6]

unsafe MR.Box_GraphVertId.Box_GraphVertId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_GraphVertId() [4/6]

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

Generated from constructor MR.GraphVertId.GraphVertId.

◆ Box_GraphVertId() [5/6]

unsafe MR.Box_GraphVertId.Box_GraphVertId ( int i)
inline

Generated from constructor MR.GraphVertId.GraphVertId.

◆ Box_GraphVertId() [6/6]

unsafe MR.Box_GraphVertId.Box_GraphVertId ( ulong i)
inline

Generated from constructor MR.GraphVertId.GraphVertId.

Member Function Documentation

◆ addAssign()

unsafe ref MR.GraphVertId MR.Box_GraphVertId.addAssign ( int a)
inline

Generated from method MR::GraphVertId::operator+=.

◆ Assign()

void MR.Box_GraphVertId.Assign ( ConstBox_GraphVertId _other)
inline

Generated copy assignment.

◆ decr()

unsafe void MR.Box_GraphVertId.decr ( )
inline

Generated from method MR::GraphVertId::operator--.

◆ get()

unsafe ref int MR.Box_GraphVertId.get ( )
inline

Generated from method MR.GraphVertId.get.

◆ incr()

unsafe void MR.Box_GraphVertId.incr ( )
inline

Generated from method MR::GraphVertId::operator++.

◆ subAssign()

unsafe ref MR.GraphVertId MR.Box_GraphVertId.subAssign ( int a)
inline

Generated from method MR::GraphVertId::operator-=.

Property Documentation

◆ id

new ref int MR.Box_GraphVertId.id
get

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