|
iceoryx_doc
1.0.1
|
Public Member Functions | |
| 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 |