Class PtrSetWrap::iterator#

Nested Relationships#

This class is a nested type of Template Class PtrSetWrap.

Inheritance Relationships#

Base Type#

Class Documentation#

class iterator : public PtrSetWrap<T>::Iterator#

Public Functions

inline iterator(const Iterator &that)#
inline bool operator==(const iterator &that) const#
inline iterator &operator=(const iterator &that)#
inline T *&Current()#
inline T *&operator*()#