|
ZeroBuf
0.5.0
Zero-copy, zero-serialize, zero-hassle protocol buffers
|
Forward iterator for Vector< T > More...
#include <Vector.h>
Inheritance diagram for zerobuf::Vector< T >::Iterator< U >:
Collaboration diagram for zerobuf::Vector< T >::Iterator< U >:Public Member Functions | |
| Iterator (U &vector, const size_t index) | |
| bool | operator== (const Iterator &rhs) const |
| bool | operator!= (const Iterator &rhs) const |
| Iterator & | operator++ () |
| const U::element_type & | operator* () const |
| template<class Q = U, typename = typename std::enable_if< !std::is_const<Q>::value>::type> | |
| U::element_type & | operator* () |
Forward iterator for Vector< T >