Class PtrSetWrap::const_iterator#

Nested Relationships#

This class is a nested type of Template Class PtrSetWrap.

Inheritance Relationships#

Base Type#

Class Documentation#

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

Public Functions

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