The vector Class Definitions and Implementation. More...
Go to the source code of this file.
Classes | |
| class | scl::vector< T > |
| This Class is similar to std::vector, the difference between that is this one allocates memory by malloc rather that new. This is important is ObjectPool. More... | |
Namespaces | |
| namespace | scl |
The vector Class Definitions and Implementation.
Definition in file Vector.h.