Base Framework
|
Dynamic object. More...
#include <base/DynamicObject.h>
Inherited by AsynchronousReadEventListener [virtual]
, AsynchronousWriteEventListener [virtual]
, JSON, ReferenceCountedObject, ThreadLocalContext, Version, and YAML.
Public Member Functions | |
DynamicObject () noexcept | |
bool | isValidObject () const noexcept |
virtual | ~DynamicObject () noexcept(false) |
_COM_AZURE_DEV__BASE__OVERRIDE_ALLOC () | |
Dynamic object.
The base class of all dynamically allocated classes.
|
inlinenoexcept |
Initializes the object.
|
inlinevirtualnoexcept |
Destroys the object.
|
noexcept |
Returns true if the object is valid.