|
The Assimilation Monitoring Project
|

Public Member Functions | |
| def | __init__ |
| def | load_library |
| def | load |
| def | getpaths |
| def | getplatformpaths |
Data Fields | |
| other_dirs | |
Definition at line 354 of file AssimCtypes.py.
| def cma::AssimCtypes::LibraryLoader::__init__ | ( | self | ) |
Definition at line 355 of file AssimCtypes.py.
| def cma::AssimCtypes::LibraryLoader::getpaths | ( | self, | |
| libname | |||
| ) |
Return a list of paths where the library might be found.
Definition at line 382 of file AssimCtypes.py.
| def cma::AssimCtypes::LibraryLoader::getplatformpaths | ( | self, | |
| libname | |||
| ) |
Reimplemented in cma::AssimCtypes::DarwinLibraryLoader, cma::AssimCtypes::PosixLibraryLoader, and cma::AssimCtypes::WindowsLibraryLoader.
Definition at line 394 of file AssimCtypes.py.
| def cma::AssimCtypes::LibraryLoader::load | ( | self, | |
| path | |||
| ) |
Given a path to a library, load it.
Reimplemented in cma::AssimCtypes::WindowsLibraryLoader.
Definition at line 368 of file AssimCtypes.py.
| def cma::AssimCtypes::LibraryLoader::load_library | ( | self, | |
| libname | |||
| ) |
Given the name of a library, load it.
Reimplemented in cma::AssimCtypes::WindowsLibraryLoader.
Definition at line 358 of file AssimCtypes.py.
Definition at line 355 of file AssimCtypes.py.