blocxx
Protected Member Functions | Protected Attributes
BLOCXX_NAMESPACE::COWReferenceBase Class Reference

#include <COWReferenceBase.hpp>

Inheritance diagram for BLOCXX_NAMESPACE::COWReferenceBase:
BLOCXX_NAMESPACE::COWReference< T >

List of all members.

Protected Member Functions

 COWReferenceBase ()
 COWReferenceBase (const COWReferenceBase &arg)
void incRef ()
bool decRef ()
bool refCountGreaterThanOne () const
bool getWriteLock ()
void swap (COWReferenceBase &arg)
void useRefCountOf (const COWReferenceBase &arg)

Protected Attributes

RefCount *volatile m_pRefCount

Detailed Description

Definition at line 61 of file COWReferenceBase.hpp.


Constructor & Destructor Documentation

BLOCXX_NAMESPACE::COWReferenceBase::COWReferenceBase ( )
inlineprotected

Definition at line 64 of file COWReferenceBase.hpp.

BLOCXX_NAMESPACE::COWReferenceBase::COWReferenceBase ( const COWReferenceBase arg)
inlineprotected

Definition at line 66 of file COWReferenceBase.hpp.


Member Function Documentation

bool BLOCXX_NAMESPACE::COWReferenceBase::decRef ( )
inlineprotected
bool BLOCXX_NAMESPACE::COWReferenceBase::getWriteLock ( )
inlineprotected
void BLOCXX_NAMESPACE::COWReferenceBase::incRef ( )
inlineprotected

Definition at line 71 of file COWReferenceBase.hpp.

bool BLOCXX_NAMESPACE::COWReferenceBase::refCountGreaterThanOne ( ) const
inlineprotected
void BLOCXX_NAMESPACE::COWReferenceBase::swap ( COWReferenceBase arg)
inlineprotected
void BLOCXX_NAMESPACE::COWReferenceBase::useRefCountOf ( const COWReferenceBase arg)
inlineprotected

Definition at line 113 of file COWReferenceBase.hpp.

References m_pRefCount.

Referenced by BLOCXX_NAMESPACE::COWReference< T >::useRefCountOf().


Member Data Documentation

RefCount* volatile BLOCXX_NAMESPACE::COWReferenceBase::m_pRefCount
protected

Definition at line 121 of file COWReferenceBase.hpp.

Referenced by swap(), and useRefCountOf().


The documentation for this class was generated from the following file: