Synopsis
(macro) size_t otm_GetDataSize(OTM_TREE *tree)
Purpose
Get the data size of an object tree.
Description
This function will return the size (in bytes) of the objects stored in an object tree. This will be the same as the value specified to otm_CreateTree for the element size parameter.
Input
tree
Tree pointer
Return
Data size