Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Functions | |
EXPCL_DTOOL_DTOOLUTIL void * | get_dso_symbol (void *handle, const std::string &name) |
EXPCL_DTOOL_DTOOLUTIL void * | load_dso (const DSearchPath &path, const Filename &filename) |
EXPCL_DTOOL_DTOOLUTIL std::string | load_dso_error () |
EXPCL_DTOOL_DTOOLUTIL bool | unload_dso (void *dso_handle) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file load_dso.h.
EXPCL_DTOOL_DTOOLUTIL void * get_dso_symbol | ( | void * | handle, |
const std::string & | name ) |
Definition at line 159 of file load_dso.cxx.
EXPCL_DTOOL_DTOOLUTIL void * load_dso | ( | const DSearchPath & | path, |
const Filename & | filename ) |
Definition at line 132 of file load_dso.cxx.
EXPCL_DTOOL_DTOOLUTIL std::string load_dso_error | ( | ) |
Definition at line 150 of file load_dso.cxx.
EXPCL_DTOOL_DTOOLUTIL bool unload_dso | ( | void * | dso_handle | ) |
Definition at line 145 of file load_dso.cxx.