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.


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