Class ObjectPool::Iterator

Nested Relationships

This class is a nested type of Template Class ObjectPool.

Class Documentation

class Iterator

Public Functions

inline Iterator(Index_t index, ObjectPool<T, CAPACITY> &pool)
inline T &operator*()
inline T *operator->()
inline Iterator &operator++()
inline Iterator operator++(int)
inline bool operator!=(const Iterator &other) const
inline bool operator==(const Iterator &other) const