simple alternative to boost/iterator_range Generated from class MR.IteratorRange<MR.ChunkIterator>. This is the const half of the class.
More...
Inheritance diagram for MR.Const_IteratorRange_MRChunkIterator:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_IteratorRange_MRChunkIterator (MR.Const_IteratorRange_MRChunkIterator _other) |
Generated from constructor MR.IteratorRange<MR.ChunkIterator>::IteratorRange. | |
| unsafe | Const_IteratorRange_MRChunkIterator (MR.Const_ChunkIterator begin, MR.Const_ChunkIterator end) |
Generated from constructor MR.IteratorRange<MR.ChunkIterator>::IteratorRange. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Const_ChunkIterator | begin [get] |
| unsafe MR.Const_ChunkIterator | end [get] |
Properties inherited from MR.Misc.Object< Const_IteratorRange_MRChunkIterator > | |
| 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. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_IteratorRange_MRChunkIterator > | |
| bool | _IsOwningVal |
simple alternative to boost/iterator_range Generated from class MR.IteratorRange<MR.ChunkIterator>. This is the const half of the class.