Generated from class MR.EdgeId. Derived classes: Direct: (non-virtual) MR::NoDefInit<MR.EdgeId> This is the non-const reference to the struct. More...
Public Member Functions | |
| unsafe | Box_EdgeId (EdgeId 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_EdgeId (ConstBox_EdgeId _other) |
| Generated copy constructor. | |
| void | Assign (ConstBox_EdgeId _other) |
| Generated copy assignment. | |
| unsafe | Box_EdgeId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Box_EdgeId (MR.Const_NoInit _1) |
| Generated from constructor MR.EdgeId.EdgeId. | |
| unsafe | Box_EdgeId (MR.UndirectedEdgeId u) |
| Generated from constructor MR.EdgeId.EdgeId. | |
| unsafe | Box_EdgeId (int i) |
| Generated from constructor MR.EdgeId.EdgeId. | |
| unsafe | Box_EdgeId (uint i) |
| Generated from constructor MR.EdgeId.EdgeId. | |
| unsafe | Box_EdgeId (ulong i) |
| Generated from constructor MR.EdgeId.EdgeId. | |
| unsafe ref int | get () |
| Generated from method MR.EdgeId.get. | |
| unsafe void | decr () |
| Generated from method MR::EdgeId::operator--. | |
| unsafe void | incr () |
| Generated from method MR::EdgeId::operator++. | |
| unsafe ref MR.EdgeId | subAssign (int a) |
| Generated from method MR::EdgeId::operator-=. | |
| unsafe ref MR.EdgeId | addAssign (int a) |
| Generated from method MR::EdgeId::operator+=. | |
| Public Member Functions inherited from MR.ConstBox_EdgeId | |
| virtual void | Dispose () |
| unsafe | ConstBox_EdgeId (EdgeId 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_EdgeId (ConstBox_EdgeId _other) |
| Generated copy constructor. | |
| unsafe | ConstBox_EdgeId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | ConstBox_EdgeId (MR.Const_NoInit _1) |
| Generated from constructor MR.EdgeId.EdgeId. | |
| unsafe | ConstBox_EdgeId (MR.UndirectedEdgeId u) |
| Generated from constructor MR.EdgeId.EdgeId. | |
| unsafe | ConstBox_EdgeId (int i) |
| Generated from constructor MR.EdgeId.EdgeId. | |
| unsafe | ConstBox_EdgeId (uint i) |
| Generated from constructor MR.EdgeId.EdgeId. | |
| unsafe | ConstBox_EdgeId (ulong i) |
| Generated from constructor MR.EdgeId.EdgeId. | |
| unsafe bool | valid () |
| Generated from method MR.EdgeId.valid. | |
| unsafe MR.EdgeId | sym () |
| Generated from method MR.EdgeId.sym. | |
| unsafe bool | even () |
| Generated from method MR.EdgeId.even. | |
| unsafe bool | odd () |
| Generated from method MR.EdgeId.odd. | |
| unsafe MR.UndirectedEdgeId | undirected () |
| Generated from method MR.EdgeId.undirected. | |
| unsafe bool | less (MR.EdgeId b) |
| Generated from method MR::EdgeId::operator<. | |
| bool | Equals (MR.EdgeId b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe implicit | operator Box_EdgeId (MR.UndirectedEdgeId u) |
| Generated from constructor MR.EdgeId.EdgeId. | |
| Static Public Member Functions inherited from MR.ConstBox_EdgeId | |
| static implicit | operator ConstBox_EdgeId (EdgeId other) |
| Convert from a struct by copying it. Note that only ConstBox_EdgeId has this conversion, Box_EdgeId intentionally doesn't. | |
| static unsafe implicit | operator ConstBox_EdgeId (MR.UndirectedEdgeId u) |
| Generated from constructor MR.EdgeId.EdgeId. | |
| static unsafe implicit | operator int (MR.ConstBox_EdgeId _this) |
| Generated from conversion operator MR::EdgeId::operator int. | |
| static unsafe | operator bool (MR.ConstBox_EdgeId _this) |
| Generated from conversion operator MR::EdgeId::operator bool. | |
| static unsafe implicit | operator MR.UndirectedEdgeId (MR.ConstBox_EdgeId _this) |
| Generated from conversion operator MR::EdgeId::operator MR.UndirectedEdgeId. | |
| static unsafe bool | operator== (MR.ConstBox_EdgeId _this, MR.EdgeId b) |
| Generated from method MR::EdgeId::operator==. | |
| static unsafe bool | operator!= (MR.ConstBox_EdgeId _this, MR.EdgeId b) |
| static unsafe Box_EdgeId | operator-- (MR.ConstBox_EdgeId _this) |
| Generated from method MR::EdgeId::operator--. | |
| static unsafe Box_EdgeId | operator++ (MR.ConstBox_EdgeId _this) |
| Generated from method MR::EdgeId::operator++. | |
| static unsafe MR.EdgeId | operator+ (ConstBox_EdgeId id, int a) |
| Generated from function MR::operator+<MR::EdgeTag>. | |
| static unsafe MR.EdgeId | operator+ (ConstBox_EdgeId id, uint a) |
| Generated from function MR::operator+<MR::EdgeTag>. | |
| static unsafe MR.EdgeId | operator+ (ConstBox_EdgeId id, ulong a) |
| Generated from function MR::operator+<MR::EdgeTag>. | |
Properties | |
| new ref int | id [get] |
| Properties inherited from MR.ConstBox_EdgeId | |
| ref readonly int | id [get] |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.ConstBox_EdgeId | |
| virtual unsafe void | Dispose (bool disposing) |
Generated from class MR.EdgeId. Derived classes: Direct: (non-virtual) MR::NoDefInit<MR.EdgeId> This is the non-const reference to the struct.
|
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.)
|
inline |
Generated copy constructor.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.EdgeId.EdgeId.
|
inline |
Generated from constructor MR.EdgeId.EdgeId.
|
inline |
Generated from constructor MR.EdgeId.EdgeId.
|
inline |
Generated from constructor MR.EdgeId.EdgeId.
|
inline |
Generated from constructor MR.EdgeId.EdgeId.
|
inline |
Generated from method MR::EdgeId::operator+=.
|
inline |
Generated copy assignment.
|
inline |
Generated from method MR::EdgeId::operator--.
|
inline |
Generated from method MR.EdgeId.get.
|
inline |
Generated from method MR::EdgeId::operator++.
|
inlinestatic |
Generated from constructor MR.EdgeId.EdgeId.
|
inline |
Generated from method MR::EdgeId::operator-=.
|
get |