Changeset 5321 in orxonox.OLD for trunk/src/lib/util
- Timestamp:
- Oct 8, 2005, 3:55:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/array.h
r5262 r5321 37 37 38 38 /** @returns The array */ 39 inline constT* getArray () const { return this->array; };39 inline T* getArray () const { return this->array; }; 40 40 inline const T getEntry(unsigned int number) const; 41 41 /** * @returns The Count of entries in the Array*/
Note: See TracChangeset
for help on using the changeset viewer.