OpenTTD
|
Simple vector class that allows allocating an item without the need to copy this->data needlessly. More...
Go to the source code of this file.
Data Structures | |
class | SmallVector< T, S > |
Simple vector template class. More... | |
class | AutoFreeSmallVector< T, S > |
Simple vector template class, with automatic free. More... | |
class | AutoDeleteSmallVector< T, S > |
Simple vector template class, with automatic delete. More... |
Typedefs | |
typedef AutoFreeSmallVector < char *, 4 > | StringList |
Type for a list of strings. |
Simple vector class that allows allocating an item without the need to copy this->data needlessly.
Definition in file smallvec_type.hpp.