|
Guardtime KSI c SDK
|
#include <tree_builder.h>
Data Fields | |
| int(* | fn )(KSI_TreeNode *in, void *c, KSI_TreeNode **out) |
| void * | c |
| unsigned char | levelOverhead |
| void* KSI_TreeBuilderLeafProcessor_st::c |
The processor context.
| int(* KSI_TreeBuilderLeafProcessor_st::fn) (KSI_TreeNode *in, void *c, KSI_TreeNode **out) |
Processor function.
| [in] | in | The input tree node. |
| [in] | c | The processor context. |
| [out] | out | Output value, if the function creates a new node - output may be NULL. |
| unsigned char KSI_TreeBuilderLeafProcessor_st::levelOverhead |
1.8.14