#include "exceptions.hpp"#include "formula/callable_fwd.hpp"#include "formula/formula_variant.hpp"#include "utils/any.hpp"#include <map>#include <vector>Go to the source code of this file.
Classes | |
| struct | wfl::type_error |
| class | wfl::variant |
| class | wfl::variant_iterator |
| Iterator class for the variant. More... | |
Namespaces | |
| wfl | |
Functions | |
| variant | wfl::execute_actions (const variant &execute, const variant &context) |
| Executes all action_callables in execute using the provided context. More... | |