Inkscape
Vector Graphics Editor
|
#include <forward-pointer-iterator.h>
Public Types | |
typedef Traits::Reference< BaseType >::LValue | value_type |
typedef Traits::Reference< BaseType >::LValue | reference |
typedef Traits::Reference< BaseType >::RValue | const_reference |
typedef Traits::Reference< BaseType >::Pointer | pointer |
typedef ForwardPointerIterator< BaseType const, Strategy > | Ancestor |
typedef ForwardPointerIterator< BaseType, Strategy > | Self |
Public Member Functions | |
ForwardPointerIterator () | |
ForwardPointerIterator (pointer p) | |
operator pointer () const | |
reference | operator* () const |
pointer | operator-> () const |
Self & | operator++ () |
Self | operator++ (int) |
Definition at line 72 of file forward-pointer-iterator.h.
typedef ForwardPointerIterator<BaseType const, Strategy> Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::Ancestor |
Definition at line 81 of file forward-pointer-iterator.h.
typedef Traits::Reference<BaseType>::RValue Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::const_reference |
Definition at line 78 of file forward-pointer-iterator.h.
typedef Traits::Reference<BaseType>::Pointer Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::pointer |
Definition at line 79 of file forward-pointer-iterator.h.
typedef Traits::Reference<BaseType>::LValue Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::reference |
Definition at line 77 of file forward-pointer-iterator.h.
typedef ForwardPointerIterator<BaseType, Strategy> Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::Self |
Definition at line 82 of file forward-pointer-iterator.h.
typedef Traits::Reference<BaseType>::LValue Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::value_type |
Definition at line 76 of file forward-pointer-iterator.h.
|
inline |
Definition at line 84 of file forward-pointer-iterator.h.
|
inline |
Definition at line 85 of file forward-pointer-iterator.h.
|
inline |
Definition at line 87 of file forward-pointer-iterator.h.
References Inkscape::Util::ForwardPointerIterator< BaseType const, Strategy >::operator->().
|
inline |
Definition at line 90 of file forward-pointer-iterator.h.
References Inkscape::Util::ForwardPointerIterator< BaseType const, Strategy >::operator*().
|
inline |
Definition at line 97 of file forward-pointer-iterator.h.
References Inkscape::Util::ForwardPointerIterator< BaseType const, Strategy >::operator++().
Referenced by Inkscape::Util::ForwardPointerIterator< BaseType const, Strategy >::operator++(), and Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::operator++().
|
inline |
Definition at line 101 of file forward-pointer-iterator.h.
References Inkscape::Util::ForwardPointerIterator< BaseType, Strategy >::operator++().
|
inline |
Definition at line 93 of file forward-pointer-iterator.h.
References Inkscape::Util::ForwardPointerIterator< BaseType const, Strategy >::operator->().