MeshLib C# Docs
Loading...
Searching...
No Matches
MR.NodeId Struct Reference

Generated from class MR.NodeId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.NodeId> MR.NoInitNodeId This is the by-value version of the struct. More...

+ Inheritance diagram for MR.NodeId:

Public Member Functions

 NodeId (NodeId _other)
 Generated copy constructor.
 
unsafe NodeId ()
 Constructs an empty (default-constructed) instance.
 
unsafe NodeId (MR.Const_NoInit _1)
 Generated from constructor MR.NodeId.NodeId.
 
unsafe NodeId (int i)
 Generated from constructor MR.NodeId.NodeId.
 
readonly unsafe bool valid ()
 Generated from method MR.NodeId.valid.
 
unsafe ref int get ()
 Generated from method MR.NodeId.get.
 
readonly unsafe bool less (MR.NodeId b)
 Generated from method MR.NodeId.operator<.
 
unsafe void decr ()
 Generated from method MR.NodeId.operator--.
 
unsafe NodeId decr (MR.NodeId _this)
 Generated from method MR.NodeId.operator--.
 
unsafe void incr ()
 Generated from method MR.NodeId.operator++.
 
unsafe NodeId incr (MR.NodeId _this)
 Generated from method MR.NodeId.operator++.
 
unsafe ref MR.NodeId subAssign (int a)
 Generated from method MR.NodeId.operator-=.
 
unsafe ref MR.NodeId addAssign (int a)
 Generated from method MR.NodeId.operator+=.
 
bool Equals (MR.NodeId b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator NodeId (ConstBox_NodeId other)
 Copy contents from a wrapper class to this struct.
 
static unsafe implicit operator int (MR.NodeId _this)
 Generated from conversion operator MR.NodeId.operator int.
 
static unsafe operator bool (MR.NodeId _this)
 Generated from conversion operator MR.NodeId.operator bool.
 
static unsafe bool operator== (MR.NodeId _this, MR.NodeId b)
 Generated from method MR.NodeId.operator==.
 
static unsafe bool operator!= (MR.NodeId _this, MR.NodeId b)
 
static MR.NodeId operator+ (MR.NodeId id, int a)
 Generated from function MR.operator+<MR.NodeTag>.
 
static MR.NodeId operator+ (MR.NodeId id, uint a)
 Generated from function MR.operator+<MR.NodeTag>.
 
static MR.NodeId operator+ (MR.NodeId id, ulong a)
 Generated from function MR.operator+<MR.NodeTag>.
 

Public Attributes

int id
 

Detailed Description

Generated from class MR.NodeId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.NodeId> MR.NoInitNodeId This is the by-value version of the struct.

Constructor & Destructor Documentation

◆ NodeId() [1/4]

MR.NodeId.NodeId ( NodeId _other)
inline

Generated copy constructor.

◆ NodeId() [2/4]

unsafe MR.NodeId.NodeId ( )
inline

Constructs an empty (default-constructed) instance.

◆ NodeId() [3/4]

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

Generated from constructor MR.NodeId.NodeId.

◆ NodeId() [4/4]

unsafe MR.NodeId.NodeId ( int i)
inline

Generated from constructor MR.NodeId.NodeId.

Member Function Documentation

◆ addAssign()

unsafe ref MR.NodeId MR.NodeId.addAssign ( int a)
inline

Generated from method MR.NodeId.operator+=.

◆ decr() [1/2]

unsafe void MR.NodeId.decr ( )
inline

Generated from method MR.NodeId.operator--.

◆ decr() [2/2]

unsafe NodeId MR.NodeId.decr ( MR.NodeId _this)
inline

Generated from method MR.NodeId.operator--.

◆ Equals() [1/2]

bool MR.NodeId.Equals ( MR.NodeId b)
inline

◆ Equals() [2/2]

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

◆ get()

unsafe ref int MR.NodeId.get ( )
inline

Generated from method MR.NodeId.get.

◆ incr() [1/2]

unsafe void MR.NodeId.incr ( )
inline

Generated from method MR.NodeId.operator++.

◆ incr() [2/2]

unsafe NodeId MR.NodeId.incr ( MR.NodeId _this)
inline

Generated from method MR.NodeId.operator++.

◆ less()

readonly unsafe bool MR.NodeId.less ( MR.NodeId b)
inline

Generated from method MR.NodeId.operator<.

◆ operator bool()

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

Generated from conversion operator MR.NodeId.operator bool.

◆ operator int()

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

Generated from conversion operator MR.NodeId.operator int.

◆ operator NodeId()

static implicit MR.NodeId.operator NodeId ( ConstBox_NodeId other)
static

Copy contents from a wrapper class to this struct.

◆ operator!=()

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

◆ operator+() [1/3]

static MR.NodeId MR.NodeId.operator+ ( MR.NodeId id,
int a )
inlinestatic

Generated from function MR.operator+<MR.NodeTag>.

◆ operator+() [2/3]

static MR.NodeId MR.NodeId.operator+ ( MR.NodeId id,
uint a )
inlinestatic

Generated from function MR.operator+<MR.NodeTag>.

◆ operator+() [3/3]

static MR.NodeId MR.NodeId.operator+ ( MR.NodeId id,
ulong a )
inlinestatic

Generated from function MR.operator+<MR.NodeTag>.

◆ operator==()

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

Generated from method MR.NodeId.operator==.

◆ subAssign()

unsafe ref MR.NodeId MR.NodeId.subAssign ( int a)
inline

Generated from method MR.NodeId.operator-=.

◆ valid()

readonly unsafe bool MR.NodeId.valid ( )
inline

Generated from method MR.NodeId.valid.

Member Data Documentation

◆ id

int MR.NodeId.id

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