26#ifndef MYSQLSHDK_SCRIPTING_POLYGLOT_UTILS_POLYGLOT_SCOPE_H_
27#define MYSQLSHDK_SCRIPTING_POLYGLOT_UTILS_POLYGLOT_SCOPE_H_
Utility class to create a polyglot handle scope which is wiped out as soon as the instance goes out o...
Definition: polyglot_scope.h:40
Polyglot_scope(const Polyglot_scope &)=delete
poly_thread m_thread
Definition: polyglot_scope.h:56
Polyglot_scope & operator=(const Polyglot_scope &)=delete
bool m_open
Definition: polyglot_scope.h:57
void close()
Definition: polyglot_scope.cc:43
Polyglot_scope & operator=(Polyglot_scope &&)=delete
~Polyglot_scope()
Definition: polyglot_scope.h:53
Polyglot_scope(Polyglot_scope &&)=delete
Definition: file_system_exceptions.h:34