- Timestamp:
- Nov 26, 2007, 3:50:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchie/src/ObjectList.h
r248 r254 51 51 52 52 inline static Iterator<T> start() 53 { Iterator<T>(pointer_s->first_); }53 { return Iterator<T>(pointer_s->first_); } 54 54 inline static Iterator<T> end() 55 { Iterator<T>(pointer_s->last_); }55 { return Iterator<T>(pointer_s->last_); } 56 56 57 57 ObjectListElement<T>* first_;
Note: See TracChangeset
for help on using the changeset viewer.