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 66 of file rttrallocator.hpp.
#include <rttrallocator.hpp>
Additional Inherited Members | |
Public Field Index: inherited from SidiNodeBase< Node > | |
| Node * | pnext |
Public Method Index: inherited from SidiNodeBase< Node > | |
| SidiNodeBase () noexcept=default | |
| SidiNodeBase (const SidiNodeBase &)=delete | |
| SidiNodeBase (Node *next) noexcept | |
| SidiNodeBase (SidiNodeBase &&) noexcept=default | |
| Node * | addBehind (Node *elem) |
| integer | count (SidiNodeBase *end=nullptr) const |
| bool | hasNext () const |
| Node * | next () const |
| void | next (SidiNodeBase *p) |
| SidiNodeBase & | operator= (const SidiNodeBase &)=delete |
| SidiNodeBase & | operator= (SidiNodeBase &&) noexcept=default |
| bool | pointsTo (const SidiNodeBase *elem) const |
| Node * | removeNext () |
| Node * | removeRangeBehind (Node *last) |