ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
FTree::LinkedEISLDir Struct Reference

Description:

Internal struct which embeds extended FInfo data at the front, together with a recursive link used for recycling instances of the extended type.

Definition at line 171 of file ftree.hpp.

#include <ftree.hpp>

Collaboration diagram for FTree::LinkedEISLDir:
[legend]

Public Field Index:

FInfo::EISymLinkDir data
 The usable data receivable with the FInfo instance.
 
LinkedEISLDirnext = nullptr
 A recursive link to implement a recyling list.
 

Field Details:

◆ data

The usable data receivable with the FInfo instance.

Definition at line 173 of file ftree.hpp.

◆ next

LinkedEISLDir* next = nullptr

A recursive link to implement a recyling list.

Definition at line 174 of file ftree.hpp.


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