Class Iterator::_Iterator
- Defined in File iterator.h 
Nested Relationships
This class is a nested type of Class Iterator.
Class Documentation
- 
class _Iterator
- Inter class as iterator of Iterator. - Public Functions - 
explicit _Iterator(Iterator *lt)
- Constructor. 
 - 
inline ~_Iterator()
- Destructor. 
 - 
_Iterator &operator++()
- prefix ++ overload 
 - 
inline MSTensorMap &operator*()
- dereference operator 
 - 
inline MSTensorMap *operator->()
- dereference operator 
 - 
inline bool operator!=(const _Iterator &rhs)
- bool operator 
 
- 
explicit _Iterator(Iterator *lt)