SmallStack item that can be kept in a pool (by having an index). More...
#include <smallstack_type.hpp>
Public Member Functions | |
PooledSmallStack (Titem value, Tindex next) | |
void | CreateBranch () |
void | DeleteBranch () |
Tindex | NumBranches () |
Private Attributes | |
Tindex | branch_count |
Number of branches in the tree structure this item is parent of. |
SmallStack item that can be kept in a pool (by having an index).
Definition at line 188 of file smallstack_type.hpp.