26#ifndef MYSQLSHDK_SCRIPTING_POLYGLOT_NATIVE_WRAPPERS_POLYGLOT_FILE_SYSTEM_WRAPPER_H_
27#define MYSQLSHDK_SCRIPTING_POLYGLOT_NATIVE_WRAPPERS_POLYGLOT_FILE_SYSTEM_WRAPPER_H_
43class Polyglot_language;
51 std::weak_ptr<Polyglot_language> language);
64 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_file_system_wrapper.h:46
Polyglot_file_system_wrapper & operator=(const Polyglot_file_system_wrapper &)=delete
Polyglot_file_system_wrapper(const Polyglot_file_system_wrapper &)=delete
poly_value create_wrapper(poly_thread thread, poly_context context, ICollectable *collectable) const override
Definition: polyglot_file_system_wrapper.cc:151
Polyglot_file_system_wrapper()=delete
~Polyglot_file_system_wrapper() override=default
Polyglot_file_system_wrapper(Polyglot_file_system_wrapper &&)=delete
Polyglot_file_system_wrapper & operator=(Polyglot_file_system_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