#include <PtrTypes.h>
Public Types | |
| typedef _Traits::_Ptr | _Ptr |
| typedef _Traits::_constPtr | _constPtr |
| typedef _Ptr::unspecified_bool_type | unspecified_bool_type |
Public Member Functions | |
| RWCOW_pointer (typename _Ptr::element_type *dptr=0) | |
| RWCOW_pointer (_Ptr dptr) | |
| void | reset () |
| void | reset (typename _Ptr::element_type *dptr) |
| void | swap (RWCOW_pointer &rhs) |
| void | swap (_Ptr &rhs) |
| operator unspecified_bool_type () const | |
| const _D & | operator * () const |
| const _D * | operator-> () const |
| const _D * | get () const |
| _D & | operator * () |
| _D * | operator-> () |
| _D * | get () |
| bool | unique () const |
| long | use_count () const |
| _constPtr | getPtr () const |
| _Ptr | getPtr () |
Private Member Functions | |
| void | assertUnshared () |
Private Attributes | |
| _Ptr | _dptr |
Related Functions | |
| (Note that these are not member functions.) | |
| _D * | rwcowClone (const _D *rhs) |
| std::ostream & | operator<< (std::ostream &str, const RWCOW_pointer< _D, _Ptr > &obj) |
Write access to the underlying object creates a copy, iff the object is shared.
See RW_pointer.
Definition at line 305 of file PtrTypes.h.
|
|||||
|
Definition at line 307 of file PtrTypes.h. |
|
|||||
|
Definition at line 308 of file PtrTypes.h. |
|
|||||
|
Definition at line 309 of file PtrTypes.h. |
|
||||||||||
|
Definition at line 312 of file PtrTypes.h. |
|
||||||||||
|
Definition at line 317 of file PtrTypes.h. |
|
|||||||||
|
Definition at line 321 of file PtrTypes.h. |
|
||||||||||
|
Definition at line 324 of file PtrTypes.h. |
|
||||||||||
|
Definition at line 327 of file PtrTypes.h. |
|
||||||||||
|
Definition at line 330 of file PtrTypes.h. |
|
|||||||||
|
Definition at line 333 of file PtrTypes.h. |
|
|||||||||
|
Definition at line 336 of file PtrTypes.h. |
|
|||||||||
|
Definition at line 339 of file PtrTypes.h. |
|
|||||||||
|
Definition at line 342 of file PtrTypes.h. |
|
|||||||||
|
Definition at line 345 of file PtrTypes.h. |
|
|||||||||
|
Definition at line 348 of file PtrTypes.h. |
|
|||||||||
|
Definition at line 351 of file PtrTypes.h. |
|
|||||||||
|
Definition at line 355 of file PtrTypes.h. |
|
|||||||||
|
Definition at line 358 of file PtrTypes.h. |
|
|||||||||
|
Definition at line 361 of file PtrTypes.h. |
|
|||||||||
|
Definition at line 364 of file PtrTypes.h. |
|
|||||||||
|
Definition at line 369 of file PtrTypes.h. |
|
|||||
|
Definition at line 376 of file PtrTypes.h. Referenced by zypp::RWCOW_pointer< Impl >::swap(). |
1.4.6