SourceMod SDK  1.7
SourceMod::ILibrary Class Referenceabstract

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. More...
 

Constructor & Destructor Documentation

virtual SourceMod::ILibrary::~ILibrary ( )
inlinevirtual

Virtual destructor (calls CloseLibrary)

Member Function Documentation

virtual void* SourceMod::ILibrary::GetSymbolAddress ( const char *  symname)
pure virtual

Retrieves a symbol pointer from the dynamic library.

Parameters
symnameSymbol name.
Returns
Symbol pointer, NULL if not found.

The documentation for this class was generated from the following file: