![]() |
Scanframe Modular Application 0.1.0
|
#include <functional>
#include <memory>
#include <misc/gen/string.h>
#include <string>
#include <typeindex>
#include <unordered_map>
#include <vector>
#include <misc/gen/FunctionRegistry.hpp>
Go to the source code of this file.
Classes | |
class | sf::FunctionRegistry |
Registry managing function registration and lookup. More... | |
class | sf::FunctionRegistry::Base |
Base class for type-erased function storage. More... | |
class | sf::FunctionRegistry::Registration< R, Args > |
Registration handle templated on function signature. More... | |
class | sf::FunctionRegistry::Registration< R, Args >::Holder |
Nested holder storing a function with a specific signature. More... | |
Namespaces | |
namespace | sf |