|
||
class RRefBase;
Base class that provides an implementation for the templated RRef
class.
Defined in RRefBase
:
Copy(const RRefBase &)
Provides an implementation for the RRef class copy constructor and assignment op...DoAlloc(const TAny *,TInt)
Creates a copy of an object, which is to be contained by this reference object.DoAllocL(const TAny *,TInt)
Creates a copy of an object, which is to be contained by this reference object, ...Free()
Frees the memory holding the contained object. RRefBase()
Default constructor. RRefBase(const RRefBase &)
Copy constructor.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;