ALib C++ Framework
by
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::lang::RTTRAllocator< TAllocator >::Node Struct Reference

Description:

template<typename TAllocator>
struct alib::lang::RTTRAllocator< TAllocator >::Node

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.

Inheritance diagram for alib::lang::RTTRAllocator< TAllocator >::Node:
alib::lang::SidiNodeBase< Node >

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)
SidiNodeBaseoperator= (const SidiNodeBase &)=delete
bool pointsTo (const SidiNodeBase *elem) const
Node * removeNext () noexcept
Node * removeRangeBehind (Node *last) noexcept

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