|
|
|
|
Location:
e32std.h
Link against: euser.lib
class RRefBase;
Base class that provides an implementation for the templated RRef class.
Defined in RRefBase:
Copy(), DoAlloc(), DoAllocL(), Free(), RRefBase(), RRefBase(), iPtr
protected: inline RRefBase(const RRefBase &aRef);
Copy constructor.
|
protected: IMPORT_C void DoAlloc(const TAny *aPtr, TInt aSize);
Creates a copy of an object, which is to be contained by this reference object.
|
protected: IMPORT_C void DoAllocL(const TAny *aPtr, TInt aSize);
Creates a copy of an object, which is to be contained by this reference object, and leaves on error.
|
protected: IMPORT_C void Copy(const RRefBase &aRef);
Provides an implementation for the RRef class copy constructor and assignment operator.
|
protected: TInt * iPtr;