26#ifndef MYSQLSHDK_SCRIPTING_POLYGLOT_NATIVE_WRAPPERS_POLYGLOT_MAP_WRAPPER_H_
27#define MYSQLSHDK_SCRIPTING_POLYGLOT_NATIVE_WRAPPERS_POLYGLOT_MAP_WRAPPER_H_
39class Polyglot_language;
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_map_wrapper.h:42
Polyglot_map_wrapper & operator=(Polyglot_map_wrapper &&)=delete
Polyglot_map_wrapper()=delete
Polyglot_map_wrapper(const Polyglot_map_wrapper &)=delete
~Polyglot_map_wrapper() override=default
Polyglot_map_wrapper(Polyglot_map_wrapper &&)=delete
poly_value create_wrapper(poly_thread thread, poly_context context, ICollectable *collectable) const override
Definition: polyglot_map_wrapper.cc:152
Polyglot_map_wrapper & operator=(const Polyglot_map_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