Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.loqate.com/llms.txt

Use this file to discover all available pages before exploring further.

Static Public Member Functions

MethodDescription
static lqtProcessOptions* create()Returns a pointer to a newly created lqtProcessOptions instance.
static void destroy(lqtProcessOptions* pProcessOptions)Destroys all resources associated with the supplied lqtProcessOptions pointer.

Public Member Functions

MethodDescription
const char* get(const char* option)Returns the string value associated with the supplied option name.
void set(const char* option, const char* value)Sets the supplied option name with the supplied option value.