17 INLINE FltToEggLevelState::
21 _flt_object =
nullptr;
22 _egg_parent =
nullptr;
28 INLINE FltToEggLevelState::
30 _flt_object(copy._flt_object),
31 _egg_parent(copy._egg_parent),
32 _converter(copy._converter)
40 INLINE
void FltToEggLevelState::
42 _flt_object = copy._flt_object;
43 _egg_parent = copy._egg_parent;
44 _converter = copy._converter;
This class supervises the construction of an EggData structure from the data represented by the FltHe...
This keeps track of relevant things about the traversal as we walk through the flt hierarchy.