iox::cxx::ObjectPool::Iterator🔗
Public Functions🔗
| Name | |
|---|---|
| Iterator(Index_t index, ObjectPool< T, CAPACITY > & pool) | |
| T & | operator*() | 
| T * | operator->() | 
| Iterator & | operator++() | 
| Iterator | operator++(int ) | 
| bool | operator!=(const Iterator & other) const | 
| bool | operator==(const Iterator & other) const | 
Public Functions Documentation🔗
function Iterator🔗
inline Iterator(
    Index_t index,
    ObjectPool< T, CAPACITY > & pool
)
function operator*🔗
inline T & operator*()
function operator->🔗
inline T * operator->()
function operator++🔗
inline Iterator & operator++()
function operator++🔗
inline Iterator operator++(
    int 
)
function operator!=🔗
inline bool operator!=(
    const Iterator & other
) const
function operator==🔗
inline bool operator==(
    const Iterator & other
) const
Updated on 17 June 2021 at 11:15:26 CEST