|
The Assimilation Monitoring Project
|


Public Member Functions | |
| def | load_library |
| def | load |
| def | getplatformpaths |
Static Public Attributes | |
| list | name_formats = ["%s.dll", "lib%s.dll", "%slib.dll"] |
Definition at line 528 of file AssimCtypes.py.
| def cma::AssimCtypes::WindowsLibraryLoader::getplatformpaths | ( | self, | |
| libname | |||
| ) |
Reimplemented from cma::AssimCtypes::LibraryLoader.
Definition at line 556 of file AssimCtypes.py.
| def cma::AssimCtypes::WindowsLibraryLoader::load | ( | self, | |
| path | |||
| ) |
Given a path to a library, load it.
Reimplemented from cma::AssimCtypes::LibraryLoader.
Definition at line 553 of file AssimCtypes.py.
| def cma::AssimCtypes::WindowsLibraryLoader::load_library | ( | self, | |
| libname | |||
| ) |
Given the name of a library, load it.
Reimplemented from cma::AssimCtypes::LibraryLoader.
Definition at line 531 of file AssimCtypes.py.
list cma::AssimCtypes::WindowsLibraryLoader::name_formats = ["%s.dll", "lib%s.dll", "%slib.dll"] [static] |
Definition at line 529 of file AssimCtypes.py.