The node type of the internal node type used for stacking recyclables. Besides inheriting the single-list pointer, this type is empty.
Definition at line 891 of file allocation.inl.
Additional Inherited Members | |
| Public Field Index: inherited from alib::lang::SidiNodeBase< Node > | |
| Node * | n |
| Public Method Index: inherited from alib::lang::SidiNodeBase< Node > | |
| SidiNodeBase () noexcept=default | |
| Default constructor. (Does not initialize the pointer.). | |
| Node * | addBehind (Node *elem) noexcept |
| integer | count (SidiNodeBase *end=nullptr) const noexcept |
| bool | hasNext () const |
| void | next (SidiNodeBase *p) |
| SidiNodeBase & | operator= (const SidiNodeBase &)=delete |
| bool | pointsTo (const SidiNodeBase *elem) const |
| Node * | removeNext () noexcept |
| Node * | removeRangeBehind (Node *last) noexcept |