Template Class SelectPtrSet#

Inheritance Relationships#

Base Type#

Class Documentation#

template<class T>
class SelectPtrSet : public RoseSelectObject<T*>#

Public Types

typedef PtrSetWrap<T>::const_iterator const_iterator#

Public Functions

inline SelectPtrSet()#
inline SelectPtrSet(const PtrSetWrap<T> &r)#
inline const_iterator begin() const#
inline const_iterator end() const#
inline virtual bool operator()(T *const &cur) const#