Base Framework
|
#include <base/ResourceHandle.h>
Inherits ReferenceCountedObject.
Public Member Functions | |
ResourceHandle () noexcept | |
String | getDescription () const noexcept |
void | setDescription (const String &_description) noexcept |
unsigned int | getCreatedById () const noexcept |
unsigned int | getResourceId () 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 () | |
Static Public Member Functions | |
static unsigned int | getResources () noexcept |
Resource handle meta information for profiling.
|
inlinenoexcept |
Initializes resource meta info.
|
inlinenoexcept |
Returns the ID of the thread that created the resource.
|
inlinenoexcept |
Returns the description of the resource.
|
inlinenoexcept |
Returns the unique resource ID.
|
inlinestaticnoexcept |
Returns the number of open resources.
|
inlinenoexcept |
Sets the description of the resource.