Changeset 7323 for code/branches/doc/src/libraries/core
- Timestamp:
- Sep 2, 2010, 3:16:08 AM (14 years ago)
- Location:
- code/branches/doc/src/libraries/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/core/Iterator.h
r7271 r7323 200 200 @return The Iterator itself 201 201 */ 202 inline Iterator<T> operator++(int i)202 inline Iterator<T> operator++(int) 203 203 { 204 204 Iterator<T> copy = *this; -
code/branches/doc/src/libraries/core/ObjectListIterator.h
r7297 r7323 131 131 @return The ObjectListIterator itself 132 132 */ 133 inline ObjectListIterator<T> operator++(int i)133 inline ObjectListIterator<T> operator++(int) 134 134 { 135 135 ObjectListIterator<T> copy = *this;
Note: See TracChangeset
for help on using the changeset viewer.