listFixed< T > Class Template Reference
This template fixes a problem with Microsoft's STL implementation of the list class.
More...
#include <ListFixed.h>
Inheritance diagram for listFixed:
[legend]Collaboration diagram for listFixed< T >:
[legend]List of all members.
Public Methods |
void | sort () |
void | sort (_Pr3 _Pr) |
Detailed Description
template<class T>
class listFixed< T >
This template fixes a problem with Microsoft's STL implementation of the list class.
Namely, list::sort will barf on more than 32767 elements. (Knowledge base: Q240014)
This template replaces only the sort methods.
Definition at line 35 of file ListFixed.h.
The documentation for this class was generated from the following file:
Generated on Tue May 21 03:35:11 2002 for Archimedes by
1.2.15