|
DynaMix
1.3.7
A new take on polymorphism in C++
|
#include "global.hpp"#include "mixin_type_info.hpp"#include "object_type_info.hpp"#include "feature.hpp"#include "feature_parser.hpp"#include "message.hpp"#include <unordered_map>#include <memory>#include <type_traits>#include <mutex>Classes | |
| class | dynamix::internal::domain |
Functions | |
| void DYNAMIX_API | dynamix::set_global_allocator (domain_allocator *allocator) |
| Sets an global allocator for all mixins and datas. | |
Domain related classes and functions.