| 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; } |
| 446 | std::optional<uint32_t> &getCallback() noexcept { return DtorCallback; } |
| 447 |