This type is used to add a list of custom data object to entries in FTree .
#include <finfo.hpp>
Public Field Index: | |
Box | data |
The custom data. | |
Public Field Index: inherited from SidiNodeBase< InfoBox > | |
InfoBox * | pnext |
Public Method Index: | |
InfoBox (const Box &pData) | |
Public Method Index: inherited from SidiNodeBase< InfoBox > | |
SidiNodeBase () noexcept=default | |
SidiNodeBase (const SidiNodeBase &)=delete | |
SidiNodeBase (InfoBox *next) noexcept | |
SidiNodeBase (SidiNodeBase &&) noexcept=default | |
InfoBox * | addBehind (InfoBox *elem) |
integer | count (SidiNodeBase *end=nullptr) const |
bool | hasNext () const |
InfoBox * | next () const |
void | next (SidiNodeBase *p) |
SidiNodeBase & | operator= (const SidiNodeBase &)=delete |
SidiNodeBase & | operator= (SidiNodeBase &&) noexcept=default |
bool | pointsTo (const SidiNodeBase *elem) const |
InfoBox * | removeNext () |
InfoBox * | removeRangeBehind (InfoBox *last) |