ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
List of all members
RTTRAllocator::Node Struct Reference

#include <rttrallocator.hpp>

Inheritance diagram for RTTRAllocator::Node:
[legend]
Collaboration diagram for RTTRAllocator::Node:
[legend]

Class Description

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.

Additional Inherited Members

- Public Fields inherited from SidiNodeBase< Node >
Node * pnext
 
- Public Methods 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)
 
SidiNodeBaseoperator= (const SidiNodeBase &)=delete
 
SidiNodeBaseoperator= (SidiNodeBase &&) noexcept=default
 
bool pointsTo (const SidiNodeBase *elem) const
 
Node * removeNext ()
 
Node * removeRangeBehind (Node *last)
 

The documentation for this struct was generated from the following file: