Skip to content
Snippets Groups Projects
  • Jonathan Schöbel's avatar
    ce4fcf29
    added copy methods (Fragment) · ce4fcf29
    Jonathan Schöbel authored
    Fragment can be copied, either recursive (copying also all childs) or
    nonrecursive (ignoring the childs, thus the copy has always no childs).
    Adding the same element twice in the tree (graph) isn't possible, as
    this leads to problems e.g. double free or similars.
    ce4fcf29
    History
    added copy methods (Fragment)
    Jonathan Schöbel authored
    Fragment can be copied, either recursive (copying also all childs) or
    nonrecursive (ignoring the childs, thus the copy has always no childs).
    Adding the same element twice in the tree (graph) isn't possible, as
    this leads to problems e.g. double free or similars.