![]() |
VISR
0.11.1
Versatile Interactive Scene Renderer
|
#include <object_vector.hpp>
Public Types | |
using | value_type = Object & |
using | pointer = Object * |
Public Member Functions | |
const_iterator ()=default | |
const_iterator (const_iterator const &rhs)=default | |
value_type | operator* () const |
pointer | operator-> () const |
bool | operator== (const const_iterator &rhs) const |
bool | operator!= (const const_iterator &rhs) const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
Friends | |
class | ObjectVector |
Constant iterator class for ObjectVector It models the BidirectionalIterator concept (like std::set iterators)
|
default |
|
default |
|
inline |
|
inline |
|
inline |
Pre-increment operator
|
inline |
Post-increment operator
|
inline |
Pre-increment operator
|
inline |
Post-decrement operator
|
inline |
|
inline |
|
friend |