Internal struct which embeds extended FInfo data at the front, together with a recursive link used for recycling instances of the extended type.
#include <ftree.hpp>
Public Field Index: | |
FInfo::EIDirectory | data |
The usable data receivable with the FInfo instance. | |
LinkedEIDir * | next = nullptr |
A recursive link to implement a recyling list. | |
FInfo::EIDirectory data |
LinkedEIDir* next = nullptr |