Template Class ParamIterator

Class Documentation

template<typename T>
class ParamIterator

Public Types

typedef T value_type
typedef const T &reference
typedef ptrdiff_t difference_type

Public Functions

inline ParamIterator(const ParamIterator &other)
inline ParamIterator &operator=(const ParamIterator &other)
inline const T &operator*() const
inline const T *operator->() const
inline ParamIterator &operator++()
inline ParamIterator operator++(int)
inline bool operator==(const ParamIterator &other) const
inline bool operator!=(const ParamIterator &other) const