1 #ifndef SIPLASPLAS_REFLECTION_DYNAMIC_RUNTIMELOADER_HPP 2 #define SIPLASPLAS_REFLECTION_DYNAMIC_RUNTIMELOADER_HPP 4 #include <siplasplas/reflection/dynamic/export.hpp> 5 #include <siplasplas/reflection/dynamic/runtime.hpp> 6 #include <siplasplas/utility/dynamiclibrary.hpp> 7 #include <siplasplas/variant/optional.hpp> 12 namespace dynamic_reflection
71 #endif // SIPLASPLAS_REFLECTION_DYNAMIC_RUNTIMELOADER_HPP Provides access to dynamic type and function information at runtime.
Definition: runtime.hpp:16
Definition: messaging.hpp:8
Represents a symbol loaded from a dynamic library.
Definition: dynamiclibrary.hpp:71
Definition: optional.hpp:10
Provides a cross-platform interface to load symbols from shared libraries at runtime.
Definition: dynamiclibrary.hpp:27
Loads dynamic reflection information from an external library.
Definition: runtimeloader.hpp:19