This class sets an iterator to a given position.
More...
#include <ilserver/model.h>
template<class RelationList>
class IlsListRelationPosition< RelationList >
This class sets an iterator to a given position.
Library: server
This class is aliased (typedef
) as Position
in list relations.
- Related Pattern
Memento
- See also
- IlsOwnsList::Position, IlsOwnsList::Iterator.
§ operator+()
template<class RelationList >
Moves the iterator forward in the list according to the value supplied as its argument.
- Exceptions
-
IlsEndOfList | If the iterator is moved past the last list item. |
§ operator++() [1/2]
template<class RelationList >
This increment operator moves the iterator to the next item in the list.
- Exceptions
-
IlsEndOfList | If the iterator is moved past the last list item. |
§ operator++() [2/2]
template<class RelationList >
This operator is identical to operator++()
except that it uses a prefix notation.
- Exceptions
-
IlsEndOfList | If the iterator is moved past the last list item. |
§ operator+=()
template<class RelationList >
Moves the iterator forward according to the value supplied as its argument.
- Exceptions
-
IlsEndOfList | If the value provided moves the iterator past the last list item. |
§ operator-()
template<class RelationList >
Moves the iterator backward in the list according to the value supplied as its argument.
- Exceptions
-
§ operator--() [1/2]
template<class RelationList >
This decrement operator moves the iterator to the previous item in the list.
- Exceptions
-
§ operator--() [2/2]
template<class RelationList >
This operator is identical to operator--()
except that it uses a prefix notation.
- Exceptions
-
§ operator-=()
template<class RelationList >
Moves the iterator backward in the list according to the value supplied as its argument.
- Exceptions
-
© Copyright 2018, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.