40 open(
const char* plugin_filename,
bool global =
true);
43 open(
const std::string& plugin_filename,
bool global =
true)
45 return open(plugin_filename.c_str(), global);
OIIO_UTIL_API std::string geterror(bool clear=true)
OIIO_UTIL_API bool close(Handle plugin_handle)
OIIO_UTIL_API const char * plugin_extension(void)
OIIO_UTIL_API Handle open(const char *plugin_filename, bool global=true)
OIIO_UTIL_API void * getsym(Handle plugin_handle, const char *symbol_name, bool report_error=true)
#define OIIO_NAMESPACE_END
#define OIIO_NAMESPACE_BEGIN