AutoFreeSmallVector< T, S > Class Template Reference

Simple vector template class, with automatic free. More...

#include <smallvec_type.hpp>

Inheritance diagram for AutoFreeSmallVector< T, S >:
SmallVector< T, S >

Public Member Functions

FORCEINLINE void Clear ()
 Remove all items from the list.

Detailed Description

template<typename T, uint S>
class AutoFreeSmallVector< T, S >

Simple vector template class, with automatic free.

Note:
There are no asserts in the class so you have to care about that you grab an item which is inside the list.
Parameters:
T The type of the items stored, must be a pointer
S The steps of allocation

Definition at line 287 of file smallvec_type.hpp.


The documentation for this class was generated from the following file:

Generated on Sat Nov 20 20:59:47 2010 for OpenTTD by  doxygen 1.6.1