feisty meow concerns codebase
2.140
|
#include <packable_tree.h>
Public Member Functions | |
virtual | ~packable_tree_factory () |
virtual packable_tree * | create ()=0 |
a tree factory is needed when we are recreating the packed tree. More... | |
Definition at line 61 of file packable_tree.h.
|
virtual |
Definition at line 48 of file packable_tree.cpp.
|
pure virtual |
a tree factory is needed when we are recreating the packed tree.
this is because the real type held is always a derived object. this method should just create a blank object of the appropriate type.
Implemented in filesystem::fname_tree_creator.
Referenced by nodes::packable_tree::recursive_unpack().