iterates over all ViewportIds in given ViewportMask Generated from class MR.ViewportIterator. This is the const half of the class.
More...
Inheritance diagram for MR.Const_ViewportIterator:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_ViewportIterator () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_ViewportIterator (MR.Const_ViewportIterator _other) |
Generated from constructor MR.ViewportIterator.ViewportIterator. | |
| unsafe | Const_ViewportIterator (MR.Const_ViewportMask mask) |
constructs begin iterator Generated from constructor MR.ViewportIterator.ViewportIterator. | |
| unsafe MR.ViewportMask | mask () |
Generated from method MR.ViewportIterator.mask. | |
| unsafe MR.ViewportId | deref () |
Generated from method MR.ViewportIterator.operator*. | |
| bool | Equals (MR.Const_ViewportIterator? b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe implicit | operator Const_ViewportIterator (MR.Const_ViewportMask mask) |
constructs begin iterator Generated from constructor MR.ViewportIterator.ViewportIterator. | |
| static unsafe ViewportIterator | operator++ (MR.Const_ViewportIterator _this) |
Generated from method MR.ViewportIterator.operator++. | |
| static unsafe bool | operator== (MR.Const_ViewportIterator a, MR.Const_ViewportIterator b) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.Const_ViewportIterator a, MR.Const_ViewportIterator b) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_ViewportIterator > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_ViewportIterator > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
iterates over all ViewportIds in given ViewportMask Generated from class MR.ViewportIterator. This is the const half of the class.