Base Framework
|
Inherits ReferenceCountedObject.
Public Member Functions | |
void | reset () noexcept |
bool | operator== (const Stats &stats) const noexcept |
bool | operator!= (const Stats &stats) const noexcept |
bool | gotCopies () const noexcept |
bool | gotMoves () const noexcept |
![]() | |
ReferenceCountedObject () noexcept | |
ReferenceCountedObject (const ReferenceCountedObject ©) noexcept | |
ReferenceCountedObject (ReferenceCountedObject &&move) noexcept | |
ReferenceCountedObject & | operator= (const ReferenceCountedObject ©) noexcept |
ReferenceCountedObject & | operator= (ReferenceCountedObject &&move) noexcept |
MemorySize | getNumberOfReferences_INTERNAL () const noexcept |
virtual bool | useGarbageCollector () const noexcept |
![]() | |
DynamicObject () noexcept | |
bool | isValidObject () const noexcept |
virtual | ~DynamicObject () noexcept(false) |
_COM_AZURE_DEV__BASE__OVERRIDE_ALLOC () | |
Public Attributes | |
MemorySize | constructs = 0 |
MemorySize | destructs = 0 |
MemorySize | copies = 0 |
MemorySize | moves = 0 |