Function (Path CDEnvC Header / autotree.h)

tree_array_append

void tree_array_append(AutoTree operation, AutoTree toAdd);

[API From 3.1.2] Add an object to the end of tree if tree type is array

Article - About this type


Parameters

  AutoTree operation
    Tree to operate

  AutoTree toAdd
    Node to append to the end of specified array node

函数 (属于 CDEnvC拓展 / autotree.h)

tree_array_append

void tree_array_append(AutoTree operation, AutoTree toAdd);

[API From 3.1.2] 为类型为数组的AutoTree添加一个元素到末尾

关于此类型的介绍文章


参数

  AutoTree operation
    要操作的树

  AutoTree toAdd
    要添加到末尾的节点