|
cisst-saw
|
#include <osaDynamicLoaderAndFactory.h>
Public Member Functions | |
| virtual | ~osaDynamicLoaderAndFactoryBase () |
| void | Reset () |
| Public Member Functions inherited from osaDynamicLoader | |
| osaDynamicLoader () | |
| virtual | ~osaDynamicLoader () |
| bool | Load (const char *file, const char *path=0) |
| bool | Load (const std::string &file, const std::string &path="") |
| void | UnLoad (void) |
Protected Member Functions | |
| osaDynamicLoaderAndFactoryBase () | |
| bool | Init (const char *name, const char *file, const char *path, const std::type_info &tinfo, int version) |
Protected Attributes | |
| void * | create |
| void * | destroy |
| Protected Attributes inherited from osaDynamicLoader | |
| void * | handle |
|
inlineprotected |
|
inlinevirtual |
|
protected |
| void osaDynamicLoaderAndFactoryBase::Reset | ( | ) |
|
protected |
|
protected |