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

iterator to enumerate all indices with set bits in BitSet class or its derivatives Generated from class MR::SetBitIteratorT<MR.GraphVertBitSet>. This is the const half of the class. More...

Inheritance diagram for MR.Const_SetBitIteratorT_MRGraphVertBitSet:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SetBitIteratorT_MRGraphVertBitSet ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SetBitIteratorT_MRGraphVertBitSet (MR.Const_SetBitIteratorT_MRGraphVertBitSet _other)
 Generated from constructor MR::SetBitIteratorT<MR.GraphVertBitSet>::SetBitIteratorT.
 Const_SetBitIteratorT_MRGraphVertBitSet (SetBitIteratorT_MRGraphVertBitSet _other)
 Generated from constructor MR::SetBitIteratorT<MR.GraphVertBitSet>::SetBitIteratorT.
unsafe Const_SetBitIteratorT_MRGraphVertBitSet (MR.Const_GraphVertBitSet bitset)
 constructs begin iterator Generated from constructor MR::SetBitIteratorT<MR.GraphVertBitSet>::SetBitIteratorT.
unsafe MR.? Const_GraphVertBitSet bitset ()
 Generated from method MR::SetBitIteratorT<MR.GraphVertBitSet>bitset.
unsafe MR.GraphVertId deref ()
 Generated from method MR::SetBitIteratorT<MR.GraphVertBitSet>::operator*.
bool Equals (MR.Const_SetBitIteratorT_MRGraphVertBitSet? b)
override bool Equals (object? other)

Static Public Member Functions

static unsafe implicit operator Const_SetBitIteratorT_MRGraphVertBitSet (MR.Const_GraphVertBitSet bitset)
 constructs begin iterator Generated from constructor MR::SetBitIteratorT<MR.GraphVertBitSet>::SetBitIteratorT.
static unsafe SetBitIteratorT_MRGraphVertBitSet operator++ (MR.Const_SetBitIteratorT_MRGraphVertBitSet _this)
 Generated from method MR::SetBitIteratorT<MR.GraphVertBitSet>operator++.
static unsafe bool operator== (MR.Const_SetBitIteratorT_MRGraphVertBitSet a, MR.Const_SetBitIteratorT_MRGraphVertBitSet b)
 Generated from function MR::operator==.
static unsafe bool operator!= (MR.Const_SetBitIteratorT_MRGraphVertBitSet a, MR.Const_SetBitIteratorT_MRGraphVertBitSet b)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

iterator to enumerate all indices with set bits in BitSet class or its derivatives Generated from class MR::SetBitIteratorT<MR.GraphVertBitSet>. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_SetBitIteratorT_MRGraphVertBitSet() [1/4]

unsafe MR.Const_SetBitIteratorT_MRGraphVertBitSet.Const_SetBitIteratorT_MRGraphVertBitSet ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SetBitIteratorT_MRGraphVertBitSet() [2/4]

unsafe MR.Const_SetBitIteratorT_MRGraphVertBitSet.Const_SetBitIteratorT_MRGraphVertBitSet ( MR.Const_SetBitIteratorT_MRGraphVertBitSet _other)
inline

Generated from constructor MR::SetBitIteratorT<MR.GraphVertBitSet>::SetBitIteratorT.

◆ Const_SetBitIteratorT_MRGraphVertBitSet() [3/4]

MR.Const_SetBitIteratorT_MRGraphVertBitSet.Const_SetBitIteratorT_MRGraphVertBitSet ( SetBitIteratorT_MRGraphVertBitSet _other)
inline

Generated from constructor MR::SetBitIteratorT<MR.GraphVertBitSet>::SetBitIteratorT.

◆ Const_SetBitIteratorT_MRGraphVertBitSet() [4/4]

unsafe MR.Const_SetBitIteratorT_MRGraphVertBitSet.Const_SetBitIteratorT_MRGraphVertBitSet ( MR.Const_GraphVertBitSet bitset)
inline

constructs begin iterator Generated from constructor MR::SetBitIteratorT<MR.GraphVertBitSet>::SetBitIteratorT.

Member Function Documentation

◆ bitset()

unsafe MR.? Const_GraphVertBitSet MR.Const_SetBitIteratorT_MRGraphVertBitSet.bitset ( )
inline

Generated from method MR::SetBitIteratorT<MR.GraphVertBitSet>bitset.

◆ deref()

unsafe MR.GraphVertId MR.Const_SetBitIteratorT_MRGraphVertBitSet.deref ( )
inline

Generated from method MR::SetBitIteratorT<MR.GraphVertBitSet>::operator*.

◆ Dispose() [1/2]

virtual void MR.Const_SetBitIteratorT_MRGraphVertBitSet.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_SetBitIteratorT_MRGraphVertBitSet.Dispose ( bool disposing)
inlineprotectedvirtual

◆ Equals() [1/2]

bool MR.Const_SetBitIteratorT_MRGraphVertBitSet.Equals ( MR.Const_SetBitIteratorT_MRGraphVertBitSet? b)
inline

◆ Equals() [2/2]

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

◆ operator Const_SetBitIteratorT_MRGraphVertBitSet()

unsafe implicit MR.Const_SetBitIteratorT_MRGraphVertBitSet.operator Const_SetBitIteratorT_MRGraphVertBitSet ( MR.Const_GraphVertBitSet bitset)
inlinestatic

constructs begin iterator Generated from constructor MR::SetBitIteratorT<MR.GraphVertBitSet>::SetBitIteratorT.

◆ operator!=()

unsafe bool MR.Const_SetBitIteratorT_MRGraphVertBitSet.operator!= ( MR.Const_SetBitIteratorT_MRGraphVertBitSet a,
MR.Const_SetBitIteratorT_MRGraphVertBitSet b )
inlinestatic

◆ operator++()

unsafe SetBitIteratorT_MRGraphVertBitSet MR.Const_SetBitIteratorT_MRGraphVertBitSet.operator++ ( MR.Const_SetBitIteratorT_MRGraphVertBitSet _this)
inlinestatic

Generated from method MR::SetBitIteratorT<MR.GraphVertBitSet>operator++.

◆ operator==()

unsafe bool MR.Const_SetBitIteratorT_MRGraphVertBitSet.operator== ( MR.Const_SetBitIteratorT_MRGraphVertBitSet a,
MR.Const_SetBitIteratorT_MRGraphVertBitSet b )
inlinestatic

Generated from function MR::operator==.


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