26#ifndef MYSQLSHDK_SCRIPTING_POLYGLOT_NATIVE_WRAPPERS_POLYGLOT_ARRAY_WRAPPER_H_
27#define MYSQLSHDK_SCRIPTING_POLYGLOT_NATIVE_WRAPPERS_POLYGLOT_ARRAY_WRAPPER_H_
39class Polyglot_language;
43 Collectable_type::ARRAY> {
57 poly_value
create_wrapper(poly_thread thread, poly_context context,
Base collectable interface to be able to determine the type of a collectable object without with no n...
Definition: polyglot_collectable.h:55
Definition: polyglot_array_wrapper.h:43
Polyglot_array_wrapper(Polyglot_array_wrapper &&)=delete
Polyglot_array_wrapper(const Polyglot_array_wrapper &)=delete
~Polyglot_array_wrapper() override=default
poly_value create_wrapper(poly_thread thread, poly_context context, ICollectable *collectable) const override
Definition: polyglot_array_wrapper.cc:112
Polyglot_array_wrapper & operator=(const Polyglot_array_wrapper &)=delete
Polyglot_array_wrapper & operator=(Polyglot_array_wrapper &&)=delete
Polyglot_array_wrapper()=delete
Exposure of C++ objects to the polyglot library is done through the usage of Proxy objects provided b...
Definition: polyglot_native_wrapper.h:71
Definition: file_system_exceptions.h:34