| OpenTTD
    | 
SmallStack item that can be kept in a pool. More...
#include <smallstack_type.hpp>
 
  
 | Data Fields | |
| Tindex | branch_count | 
| Number of branches in the tree structure this item is parent of. | |
|  Data Fields inherited from SmallStackItem< Titem, Tindex > | |
| Tindex | next | 
| Pool index of next item. | |
| Titem | value | 
| Value of current item. | |
| Additional Inherited Members | |
|  Public Member Functions inherited from SmallStackItem< Titem, Tindex > | |
| SmallStackItem (const Titem &value, Tindex next) | |
| Create a new item. | |
SmallStack item that can be kept in a pool.
Definition at line 146 of file smallstack_type.hpp.
 1.8.1.2
 1.8.1.2