FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kDataTree_Construct ( kDataTree tree,
kAlloc  allocator 
)

Constructs a data tree object.

The tree is initially empty; use kDataTree_Add with parent=kNULL to create a root node.

Parameters
treeDestination for the constructed object handle.
allocatorMemory allocator (or kNULL for default).
Returns
Operation status.