libzypp
10.5.0
|
RW_pointer supporting 'copy on write' functionality. More...
#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 () |
_constPtr | cgetPtr () |
Private Member Functions | |
void | assertUnshared () |
Private Attributes | |
_Ptr | _dptr |
Related Functions | |
(Note that these are not member functions.) | |
template<class _D > | |
_D * | rwcowClone (const _D *rhs) |
template<class _D , class _Ptr > | |
std::ostream & | operator<< (std::ostream &str, const RWCOW_pointer< _D, _Ptr > &obj) |
template<class _D , class _Ptr > | |
bool | operator== (const RWCOW_pointer< _D, _Ptr > &lhs, const RWCOW_pointer< _D, _Ptr > &rhs) |
template<class _D , class _Ptr > | |
bool | operator== (const RWCOW_pointer< _D, _Ptr > &lhs, const typename _Ptr::_Ptr &rhs) |
template<class _D , class _Ptr > | |
bool | operator== (const typename _Ptr::_Ptr &lhs, const RWCOW_pointer< _D, _Ptr > &rhs) |
template<class _D , class _Ptr > | |
bool | operator== (const RWCOW_pointer< _D, _Ptr > &lhs, const typename _Ptr::_constPtr &rhs) |
template<class _D , class _Ptr > | |
bool | operator== (const typename _Ptr::_constPtr &lhs, const RWCOW_pointer< _D, _Ptr > &rhs) |
template<class _D , class _Ptr > | |
bool | operator!= (const RWCOW_pointer< _D, _Ptr > &lhs, const RWCOW_pointer< _D, _Ptr > &rhs) |
template<class _D , class _Ptr > | |
bool | operator!= (const RWCOW_pointer< _D, _Ptr > &lhs, const typename _Ptr::_Ptr &rhs) |
template<class _D , class _Ptr > | |
bool | operator!= (const typename _Ptr::_Ptr &lhs, const RWCOW_pointer< _D, _Ptr > &rhs) |
template<class _D , class _Ptr > | |
bool | operator!= (const RWCOW_pointer< _D, _Ptr > &lhs, const typename _Ptr::_constPtr &rhs) |
template<class _D , class _Ptr > | |
bool | operator!= (const typename _Ptr::_constPtr &lhs, const RWCOW_pointer< _D, _Ptr > &rhs) |
RW_pointer supporting 'copy on write' functionality.
Write access to the underlying object creates a copy, iff the object is shared.
See RW_pointer.
Definition at line 405 of file PtrTypes.h.
typedef _Traits::_Ptr zypp::RWCOW_pointer< _D, _Traits >::_Ptr |
Definition at line 407 of file PtrTypes.h.
typedef _Traits::_constPtr zypp::RWCOW_pointer< _D, _Traits >::_constPtr |
Definition at line 408 of file PtrTypes.h.
typedef _Ptr::unspecified_bool_type zypp::RWCOW_pointer< _D, _Traits >::unspecified_bool_type |
Definition at line 409 of file PtrTypes.h.
zypp::RWCOW_pointer< _D, _Traits >::RWCOW_pointer | ( | typename _Ptr::element_type * | dptr = 0 | ) | [inline, explicit] |
Definition at line 412 of file PtrTypes.h.
zypp::RWCOW_pointer< _D, _Traits >::RWCOW_pointer | ( | _Ptr | dptr | ) | [inline, explicit] |
Definition at line 417 of file PtrTypes.h.
void zypp::RWCOW_pointer< _D, _Traits >::reset | ( | ) | [inline] |
Definition at line 421 of file PtrTypes.h.
void zypp::RWCOW_pointer< _D, _Traits >::reset | ( | typename _Ptr::element_type * | dptr | ) | [inline] |
Definition at line 424 of file PtrTypes.h.
void zypp::RWCOW_pointer< _D, _Traits >::swap | ( | RWCOW_pointer< _D, _Traits > & | rhs | ) | [inline] |
Definition at line 427 of file PtrTypes.h.
void zypp::RWCOW_pointer< _D, _Traits >::swap | ( | _Ptr & | rhs | ) | [inline] |
Definition at line 430 of file PtrTypes.h.
zypp::RWCOW_pointer< _D, _Traits >::operator unspecified_bool_type | ( | ) | const [inline] |
Definition at line 433 of file PtrTypes.h.
const _D& zypp::RWCOW_pointer< _D, _Traits >::operator* | ( | ) | const [inline] |
Definition at line 436 of file PtrTypes.h.
const _D* zypp::RWCOW_pointer< _D, _Traits >::operator-> | ( | ) | const [inline] |
Definition at line 439 of file PtrTypes.h.
const _D* zypp::RWCOW_pointer< _D, _Traits >::get | ( | ) | const [inline] |
Definition at line 442 of file PtrTypes.h.
_D& zypp::RWCOW_pointer< _D, _Traits >::operator* | ( | ) | [inline] |
Definition at line 445 of file PtrTypes.h.
_D* zypp::RWCOW_pointer< _D, _Traits >::operator-> | ( | ) | [inline] |
Definition at line 448 of file PtrTypes.h.
_D* zypp::RWCOW_pointer< _D, _Traits >::get | ( | ) | [inline] |
Definition at line 451 of file PtrTypes.h.
bool zypp::RWCOW_pointer< _D, _Traits >::unique | ( | ) | const [inline] |
Definition at line 455 of file PtrTypes.h.
long zypp::RWCOW_pointer< _D, _Traits >::use_count | ( | ) | const [inline] |
Definition at line 458 of file PtrTypes.h.
_constPtr zypp::RWCOW_pointer< _D, _Traits >::getPtr | ( | ) | const [inline] |
Definition at line 461 of file PtrTypes.h.
_Ptr zypp::RWCOW_pointer< _D, _Traits >::getPtr | ( | ) | [inline] |
Definition at line 464 of file PtrTypes.h.
_constPtr zypp::RWCOW_pointer< _D, _Traits >::cgetPtr | ( | ) | [inline] |
Definition at line 467 of file PtrTypes.h.
void zypp::RWCOW_pointer< _D, _Traits >::assertUnshared | ( | ) | [inline, private] |
Definition at line 472 of file PtrTypes.h.
_Ptr zypp::RWCOW_pointer< _D, _Traits >::_dptr [private] |
Definition at line 479 of file PtrTypes.h.