Interface for opening code libraries. More...
Go to the source code of this file.
Functions | |
TF_API void * | TfDlopen (const std::string &filename, int flag, std::string *error=NULL, bool loadScriptBindings=true) |
Open a dynamic library and notify lib/tf that a new module has been loaded. More... | |
TF_API int | TfDlclose (void *handle) |
Close a dynamic library. More... | |
Interface for opening code libraries.
Definition in file dl.h.