#include <baliba.h>
class TLibAssocBase |
Protected Attributes | |
---|---|
TAny * | iPtr |
Public Member Functions | |
---|---|
TBool | IsNull() |
Protected Member Functions | |
---|---|
TLibAssocBase() | |
TLibAssocBase(const RLibrary &, TAny *) | |
IMPORT_C void | DoUnload(TAny *) |
IMPORT_C void | Set(const RLibrary &, TAny *) |
This is an implementation base class for TLibAssoc.
TLibAssocBase | ( | ) | [protected, inline] |
Default constructor.
It sets the member TLibAssocBase::iPtr to NULL.
TBool | IsNull | ( | ) | const [inline] |
Tests whether the pointer to the class instance is NULL.
Returns: ETrue, if the pointer is NULL; EFalse, otherwise.