SourceMod::ILibrary Class Reference

List of all members.

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.

Detailed Description

Definition at line 55 of file ILibrarySys.h.


Constructor & Destructor Documentation

virtual SourceMod::ILibrary::~ILibrary (  )  [inline, virtual]

Virtual destructor (calls CloseLibrary)

Definition at line 59 of file ILibrarySys.h.


Member Function Documentation

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

Retrieves a symbol pointer from the dynamic library.

Parameters:
symname Symbol name.
Returns:
Symbol pointer, NULL if not found.


The documentation for this class was generated from the following file:
Generated on Thu Aug 28 22:10:24 2008 for SourceMod SDK by  doxygen 1.5.1