feisty meow concerns codebase  2.140
filesystem::fname_tree_creator Class Reference

this is the tree factory used in the recursive_unpack. More...

#include <filename_tree.h>

Inheritance diagram for filesystem::fname_tree_creator:
Collaboration diagram for filesystem::fname_tree_creator:

Public Member Functions

virtual nodes::packable_treecreate ()
 implements the create() method for filename_trees to support packing. More...
 
- Public Member Functions inherited from nodes::packable_tree_factory
virtual ~packable_tree_factory ()
 

Detailed Description

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.

Member Function Documentation

◆ create()

nodes::packable_tree * filesystem::fname_tree_creator::create ( )
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.


The documentation for this class was generated from the following files: