TLibAssocBase Class Reference

#include <baliba.h>

class TLibAssocBase
Protected Attributes
TAny *iPtr
Public Member Functions
TBool IsNull()
Protected Member Functions
TLibAssocBase()
TLibAssocBase(const RLibrary &, TAny *)
IMPORT_C voidDoUnload(TAny *)
IMPORT_C voidSet(const RLibrary &, TAny *)

Detailed Description

This is an implementation base class for TLibAssoc.

Member Attribute Documentation

iPtr

TAny *iPtr[protected]

A Pointer to the class instance.

Constructor & Destructor Documentation

TLibAssocBase ( )

TLibAssocBase()[protected, inline]

Default constructor.

It sets the member TLibAssocBase::iPtr to NULL.

TLibAssocBase ( const RLibrary &, TAny * )

IMPORT_CTLibAssocBase(const RLibrary &aLib,
TAny *aPtr
)[protected]

Member Function Documentation

DoUnload ( TAny * )

IMPORT_C voidDoUnload(TAny *aThis)[protected, static]

IsNull ( )

TBool IsNull()const [inline]

Tests whether the pointer to the class instance is NULL.

Return Value
ETrue, if the pointer is NULL; EFalse, otherwise.

Set ( const RLibrary &, TAny * )

IMPORT_C voidSet(const RLibrary &aLib,
TAny *aPtr
)[protected]