Loading...
Searching...
No Matches

Interface for opening code libraries. More...

+ Include dependency graph for dl.h:

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.
 
TF_API int TfDlclose (void *handle)
 Close a dynamic library.
 

Detailed Description

Interface for opening code libraries.

Definition in file dl.h.