15 #ifndef IMPALA_UTIL_DYNAMIC_UTIL_H
16 #define IMPALA_UTIL_DYNAMIC_UTIL_H
27 Status
DynamicLookup(
void* handle,
const char* symbol,
void** fn_ptr,
bool quiet=
false);
33 Status
DynamicOpen(
const char* library,
void** handle);
Status DynamicOpen(const char *library, void **handle)
Status DynamicLookup(void *handle, const char *symbol, void **fn_ptr, bool quiet)
void DynamicClose(void *handle)
Closes the handle.