#include <module.h>
Inheritance diagram for ModuleStatic:
Public Member Functions | |
ModuleStatic (const HashString &rstrName) | |
virtual | ~ModuleStatic () |
virtual bool | IsValid () const |
virtual bool | IsStatic () const |
virtual ModSymbol | LookupSymbol (const HashString &rstrSymbol) |
const HashString & | GetName () const |
void | IncRef () |
void | DecRef () |
int | GetRefCount () const |
Public Attributes | |
HashTable< ModSymbol > | m_Symbols |
Protected Attributes | |
ModuleManager * | m_pkManager |
HashString | m_strName |
|
Initialize library layer
|
|
|
|
Implements Module. |
|
Implements Module. |
|
Query library for symbol
Implements Module. |
|
|
|
Increase reference count |
|
Decrease reference count and garbage collect if 0 |
|
|
|
Available symbols |
|
Module manager |
|
Module name |