Public Member Functions | |
| virtual | ~ILibrary () |
| virtual void | CloseLibrary ()=0 |
| Closes dynamic library and invalidates pointer. | |
| virtual void * | GetSymbolAddress (const char *symname)=0 |
| Retrieves a symbol pointer from the dynamic library. | |
Definition at line 55 of file ILibrarySys.h.
| virtual SourceMod::ILibrary::~ILibrary | ( | ) | [inline, virtual] |
Virtual destructor (calls CloseLibrary)
Definition at line 59 of file ILibrarySys.h.
| virtual void* SourceMod::ILibrary::GetSymbolAddress | ( | const char * | symname | ) | [pure virtual] |
Retrieves a symbol pointer from the dynamic library.
| symname | Symbol name. |
1.5.1