#include <QosPolicies.hpp>
Public Types | |
| typedef const_iterator | self_type |
| typedef const Partition_t | value_type |
| typedef const Partition_t | reference |
| typedef const Partition_t * | pointer |
| typedef size_t | difference_type |
| typedef std::forward_iterator_tag | iterator_category |
Public Member Functions | |
| const_iterator (const fastdds::rtps::octet *ptr) | |
| Constructor using a pointer. More... | |
| self_type | operator++ () |
| self_type | operator++ (int) |
| reference | operator* () |
| pointer | operator-> () |
| bool | operator== (const self_type &rhs) const |
| bool | operator!= (const self_type &rhs) const |
Protected Member Functions | |
| void | advance () |
| Shift the pointer to the next element. More... | |
| typedef size_t difference_type |
| typedef std::forward_iterator_tag iterator_category |
| typedef const Partition_t* pointer |
| typedef const Partition_t reference |
| typedef const_iterator self_type |
| typedef const Partition_t value_type |
|
inline |
Constructor using a pointer.
| ptr | Pointer to be set |
|
inlineprotected |
Shift the pointer to the next element.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |