Changeset 5076 in orxonox.OLD for trunk/src/lib/util
- Timestamp:
- Aug 19, 2005, 3:52:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/list.h
r5074 r5076 138 138 T* lastElement(); 139 139 bool isEmpty(); 140 int getSize();140 unsigned int getSize(); 141 141 bool inList(T* entity); 142 142 tIterator<T>* getIterator(); … … 359 359 */ 360 360 template<class T> 361 inline int tList<T>::getSize()361 inline unsigned int tList<T>::getSize() 362 362 { 363 363 return this->size;
Note: See TracChangeset
for help on using the changeset viewer.