Changeset 3787 in orxonox.OLD for orxonox/branches/textEngine/src/lib/util
- Timestamp:
- Apr 13, 2005, 2:32:26 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/textEngine/src/lib/util/list.h
r3681 r3787 107 107 void destroy(); 108 108 T* firstElement(); 109 T* lastElement(); 109 110 bool isEmpty(); 110 111 int getSize(); … … 217 218 } 218 219 220 template<class T> 221 T* tList<T>::lastElement() 222 { 223 return this->last->curr; 224 } 225 219 226 220 227 template<class T>
Note: See TracChangeset
for help on using the changeset viewer.