Guardtime KSI c SDK
Data Fields
KSI_TreeBuilderLeafProcessor_st Struct Reference

#include <tree_builder.h>

Data Fields

int(* fn )(KSI_TreeNode *in, void *c, KSI_TreeNode **out)
 
void * c
 
unsigned char levelOverhead
 

Field Documentation

void* KSI_TreeBuilderLeafProcessor_st::c

The processor context.

int(* KSI_TreeBuilderLeafProcessor_st::fn) (KSI_TreeNode *in, void *c, KSI_TreeNode **out)

Processor function.

Parameters
[in]inThe input tree node.
[in]cThe processor context.
[out]outOutput value, if the function creates a new node - output may be NULL.
Returns
On success returns KSI_OK, otherwise a status code is returned (see KSI_StatusCode).
unsigned char KSI_TreeBuilderLeafProcessor_st::levelOverhead

The documentation for this struct was generated from the following file: