#include <PointerObject.h>
Public Member Functions | |
| AZ_TYPE_INFO_WITH_NAME_DECL_API (AZCORE_API, PointerObject) | |
| bool | IsValid () const |
Public Attributes | |
| void * | m_address {} |
| AZ::TypeId | m_typeId |
Friends | |
| AZCORE_API bool | operator== (const PointerObject &lhs, const PointerObject &rhs) |
| AZCORE_API bool | operator!= (const PointerObject &lhs, const PointerObject &rhs) |
Wraps a pointer for serializing the pointer address to JSON This is not meant for serialization to filesystem