![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cThreadLockRef.h>
Additional Inherited Members | |
Public Member Functions inherited from Gray::cRefPtr< cThreadLockableRef > | |
| cRefPtr () noexcept | |
| cRefPtr (const cThreadLockableRef *p2) | |
| cRefPtr (const THIS_t &ref) | |
| cRefPtr (const cThreadLockableRef *p2, TIMESYSD_t dwWaitMS) | |
| ~cRefPtr () | |
| bool | isValidPtr () const |
| bool | isCorruptPtr () const |
| void | put_Ptr (cThreadLockableRef *p) |
| void | ReleasePtr () |
| int | get_RefCount () const |
| THIS_t & | operator= (const cThreadLockableRef *p2) |
| THIS_t & | operator= (const THIS_t &ref) |
| operator cRefPtr< _TYPE_2 > () const | |
Public Member Functions inherited from Gray::cPtrFacade< TYPE > | |
| cPtrFacade (TYPE *p=nullptr) noexcept | |
| cPtrFacade (THIS_t &&ref) noexcept | |
| bool | isValidPtr () const noexcept |
| TYPE ** | get_PPtr () |
| TYPE * | get_Ptr () const noexcept |
| void | put_Ptr (TYPE *p) noexcept |
| void | ReleasePtr () noexcept |
| void | AttachPtr (TYPE *p) noexcept |
| TYPE * | DetachPtr () noexcept |
| THIS_t & | operator= (TYPE *p) noexcept |
| THIS_t & | operator= (THIS_t &&ref) noexcept |
| operator TYPE * () const noexcept | |
| TYPE & | get_Ref () const |
| TYPE & | operator* () const |
| TYPE * | operator-> () const |
| bool | operator! () const noexcept |
| Comparison ops. More... | |
| bool | operator!= (TYPE *p2) const noexcept |
| bool | operator== (TYPE *p2) const noexcept |
Protected Member Functions inherited from Gray::cRefPtr< cThreadLockableRef > | |
| void | IncRefFirst () |
Protected Attributes inherited from Gray::cPtrFacade< TYPE > | |
| TYPE * | m_p |
| Pointer to some object of TYPE. More... | |
a cRefPtr (inc ref count for delete protection) that also thread locks the object. (like cLockerT) Similar to the MFC CMultiLock or CSingleLock and cRefPtr