| 440 | |
| 441 | std::optional<uint32_t> getDestructor() const noexcept { return Dtor; } |
| 442 | std::optional<uint32_t> getCallback() const noexcept { return DtorCallback; } |
| 443 | |
| 444 | bool IsSync() noexcept { return DtorSync; } |
| 445 | std::optional<uint32_t> &getDestructor() noexcept { return Dtor; } |