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 31 May 2022 at 15:29:15 CEST