Documentation ¶
Overview ¶
Code generated by wazero-emscripten-embind, DO NOT EDIT.
Code generated by wazero-emscripten-embind, DO NOT EDIT.
Code generated by wazero-emscripten-embind, DO NOT EDIT.
Index ¶
- func Attach(e embind.Engine) error
- func ClassMyClassStaticGetStringFromInstance(e embind.Engine, ctx context.Context, arg0 embind.ClassBase) (string, error)
- func MyClass(e embind.Engine, ctx context.Context) (embind.ClassBase, error)
- func PrintMyClass(e embind.Engine, ctx context.Context, arg0 embind.ClassBase) error
- type ClassMyClass
- func (class *ClassMyClass) CallMethod(ctx context.Context, name string, arguments ...any) (any, error)
- func (class *ClassMyClass) Clone(ctx context.Context) (*ClassMyClass, error)
- func (class *ClassMyClass) Delete(ctx context.Context) error
- func (class *ClassMyClass) DeleteLater(ctx context.Context) (embind.ClassBase, error)
- func (class *ClassMyClass) GetProperty(ctx context.Context, name string) (any, error)
- func (class *ClassMyClass) GetPropertyX(ctx context.Context) (int32, error)
- func (class *ClassMyClass) IncrementX0(ctx context.Context) error
- func (class *ClassMyClass) IncrementX1(ctx context.Context, arg0 int32) error
- func (class *ClassMyClass) IsAliasOf(ctx context.Context, second embind.ClassBase) (bool, error)
- func (class *ClassMyClass) IsDeleted(ctx context.Context) bool
- func (class *ClassMyClass) SetProperty(ctx context.Context, name string, value any) error
- func (class *ClassMyClass) SetPropertyX(ctx context.Context, val int32) error
- func (class *ClassMyClass) StaticGetStringFromInstance(ctx context.Context, arg0 embind.ClassBase) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintMyClass ¶
Types ¶
type ClassMyClass ¶
type ClassMyClass struct {
embind.ClassBase
}
func NewClassMyClass1 ¶ added in v1.1.0
func NewClassMyClass1(e embind.Engine, ctx context.Context, arg0 int32) (*ClassMyClass, error)
func NewClassMyClass2 ¶ added in v1.1.0
func (*ClassMyClass) CallMethod ¶ added in v1.1.0
func (*ClassMyClass) Clone ¶ added in v1.1.0
func (class *ClassMyClass) Clone(ctx context.Context) (*ClassMyClass, error)
func (*ClassMyClass) Delete ¶ added in v1.1.0
func (class *ClassMyClass) Delete(ctx context.Context) error
func (*ClassMyClass) DeleteLater ¶ added in v1.1.0
func (class *ClassMyClass) DeleteLater(ctx context.Context) (embind.ClassBase, error)
func (*ClassMyClass) GetProperty ¶ added in v1.1.0
func (*ClassMyClass) GetPropertyX ¶ added in v1.1.0
func (class *ClassMyClass) GetPropertyX(ctx context.Context) (int32, error)
func (*ClassMyClass) IncrementX0 ¶ added in v1.1.0
func (class *ClassMyClass) IncrementX0(ctx context.Context) error
func (*ClassMyClass) IncrementX1 ¶ added in v1.1.0
func (class *ClassMyClass) IncrementX1(ctx context.Context, arg0 int32) error
func (*ClassMyClass) IsAliasOf ¶ added in v1.1.0
func (class *ClassMyClass) IsAliasOf(ctx context.Context, second embind.ClassBase) (bool, error)
func (*ClassMyClass) IsDeleted ¶ added in v1.1.0
func (class *ClassMyClass) IsDeleted(ctx context.Context) bool
func (*ClassMyClass) SetProperty ¶ added in v1.1.0
func (*ClassMyClass) SetPropertyX ¶ added in v1.1.0
func (class *ClassMyClass) SetPropertyX(ctx context.Context, val int32) error
func (*ClassMyClass) StaticGetStringFromInstance ¶ added in v1.1.0
func (class *ClassMyClass) StaticGetStringFromInstance(ctx context.Context, arg0 embind.ClassBase) (string, error)
Click to show internal directories.
Click to hide internal directories.