feisty meow concerns codebase
2.140
|
this is the tree factory used in the recursive_unpack. More...
#include <filename_tree.h>
Public Member Functions | |
virtual nodes::packable_tree * | create () |
implements the create() method for filename_trees to support packing. More... | |
Public Member Functions inherited from nodes::packable_tree_factory | |
virtual | ~packable_tree_factory () |
this is the tree factory used in the recursive_unpack.
it meets our needs for regenerating these objects from a streamed form.
Definition at line 52 of file filename_tree.h.
|
virtual |
implements the create() method for filename_trees to support packing.
Implements nodes::packable_tree_factory.
Definition at line 25 of file filename_tree.cpp.