ISpObjectTokenCategory constructor
ISpObjectTokenCategory(
- VTablePointer ptr
Creates a new instance of ISpObjectTokenCategory from a VTablePointer.
This constructor requires a valid pointer to the ISpObjectTokenCategory
interface. The ptr must not be nullptr; otherwise, an assertion error
is thrown.
Implementation
ISpObjectTokenCategory(super.ptr)
: _vtable = ptr.value.cast<ISpObjectTokenCategoryVtbl>().ref;