All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages

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

Detailed Description

Interface for opening code libraries.

Definition in file dl.h.