Optim Data Privacy Providers  11.3.0
 All Data Structures Files Functions Variables Macros Groups Pages
ODPP Parser and ODPP Parameter Generator API

ODPP Parser is based upon ANTLR (ANother Tool for Language Recognition). The ODPP Parser is implemented in C and uses the ANTLR3 C Runtime library. The parser takes an ODPP parameter string as input, and returns a key-value array/linked-list as output.

The application (e.g. ODPP-type UDFs or Optim-Lua) calling the ODPP Parser uses the key-value array/linked-list returned from the ODPP Parser as input to the ODPP Parameter Generator. The ODPP Parameter Generator uses the key-value array/linked-list to build the ODPP-specific parameters that are used to initialize the ODPP framework and specific ODPP service provider.


ODPP PARSER AND PARAMETER GENERATOR DATA STRUCTURES

The following are the data structures provided for the ODPP Parser and Parameter generator:


ODPP PARSER AND ADAPTER FUNCTIONS

The following are the functions provided for the ODPP Parser and Parameter generator: