Skip to main content

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.