+ +
+

CutterRzIter

+
+
+template<typename T>
class CutterRzIter
+
+

Public Functions

+
+
+inline CutterRzIter(RzIterator *rzIter)
+
+ +
+
+inline CutterRzIter<T> &operator++()
+
+ +
+
+inline operator bool()
+
+ +
+
+inline T &operator*()
+
+ +
+
+inline T *get()
+
+ +
+
+inline T *operator->()
+
+ +
+
+ +
+ + +
+