RTI Connext Traditional C++ API Version 7.5.0
|
STL-compliant random-access iterator for SampleRef<T> More...
Public Member Functions | |
SampleIterator & | operator++ () |
STL-compliant random-access iterator for SampleRef<T>
|
inline |
Coverity complains about this increment because it may overflow. However the user is responsible for not incrementing the iterator beyond the end of the sequence when accessing the iterator. With the current implementation we are providing a big enough iterator to iterate over a full sequence without overflowing.