Constructors
constructor
- new store_operation_cb(
object: object,
cb: (this: object, code: number | boolean, description: string) => void,
): store_operation_cb Parameters
- object: object
- cb: (this: object, code: number | boolean, description: string) => void
Methods
bind
- bind(
object: object,
cb: (this: object, code: number, description: string) => void,
): void Parameters
- object: object
- cb: (this: object, code: number, description: string) => void
Returns void
clear
- clear(): void
Returns void
Source
C++ class store_operation_cb
Custom Constructor
store_operation_cb