HDK
|
#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include "pxr/base/arch/library.h"
#include <string>
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) |
TF_API int | TfDlclose (void *handle) |
Close a dynamic library. More... | |
Interface for opening code libraries.
Definition in file dl.h.