Changeset 5466 in orxonox.OLD for trunk/src/lib/util/array.h
- Timestamp:
- Nov 3, 2005, 12:34:05 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/array.h
r5390 r5466 15 15 16 16 /*! 17 @file array.h 18 @brief Contains the tArray Class that handles arrays of classes. 19 this class creates a Array of a semi-Dynamic length. 20 beware, that after finalizing the array may not be resized again. 21 */ 17 * @file array.h 18 * @brief Contains the tArray Class that handles arrays of classes. 19 * this class creates a Array of a semi-Dynamic length. 20 * beware, that after finalizing the array may not be resized again. 21 * 22 * This array is very performant and usefull, if you need a Dynamic Array, 23 * that you fill once, and then only read the pushed in values to it again. 24 */ 22 25 23 26 #ifndef _ARRAY_H
Note: See TracChangeset
for help on using the changeset viewer.