![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <functional>
#include <memory>
#include <mutex>
#include <unordered_set>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | shcore::polyglot::ICollectable |
Base collectable interface to be able to determine the type of a collectable object without with no need to cast it. More... | |
class | shcore::polyglot::Collectable< T, t > |
Represents a data object to be associated to a Polyglot wrapper for C++ elements. More... | |
class | shcore::polyglot::Collectable_registry |
When a Polyglot wrapper for a C++ object is created, a collectable instance is created to be passed to the Polyglot object (Java). More... | |
Namespaces | |
namespace | shcore |
namespace | shcore::polyglot |