RHuiOwnedPointer Class Reference
Pointer that optionally has ownership.
Constructor & Destructor Documentation
RHuiOwnedPointer()
RHuiOwnedPointer
|
(
|
)
|
[inline]
|
RHuiOwnedPointer(T *, THuiOwnership)
RHuiOwnedPointer
|
(
|
T *
|
aPointer,
|
|
THuiOwnership
|
aOwnership
|
|
)
|
[inline]
|
~RHuiOwnedPointer()
~RHuiOwnedPointer
|
(
|
)
|
[inline, virtual]
|
Destructor. The object is deleted if the pointer has ownership.
Member Functions Documentation
NonConstRef()
T &
|
NonConstRef
|
(
|
)
|
const [inline]
|
Ptr()
const T *
|
Ptr
|
(
|
)
|
const [inline]
|
Ref()
const T &
|
Ref
|
(
|
)
|
const [inline]
|
operator T *()
operator T *
|
(
|
)
|
[inline]
|
operator const T *()
operator const T *
|
(
|
)
|
const [inline]
|
operator->()
T *
|
operator->
|
(
|
)
|
[inline]
|
operator->()
const T *
|
operator->
|
(
|
)
|
const [inline]
|
operator=(const RHuiOwnedPointer &)
Assignment prohibited. This isn't defined anywhere.
Member Data Documentation
THuiOwnership
iOwnership
Have ownership of the object being pointed to. If the owned pointer is deleted, the object will be deleted as well.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.