#include <ParameterTypes.hpp>
Public Types | |
typedef const_iterator | self_type |
typedef const ParameterProperty_t | value_type |
typedef const ParameterProperty_t & | reference |
typedef const ParameterProperty_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. | |
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 value. | |
const fastdds::rtps::octet * | address () const |
Getter for the pointer. | |
size_t difference_type |
std::forward_iterator_tag iterator_category |
const ParameterProperty_t* pointer |
const ParameterProperty_t& reference |
|
inline |
Constructor using a pointer.
ptr | Pointer to be set |
|
inlineprotected |
Getter for the pointer.
|
inlineprotected |
Shift the pointer to the next value.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |