#include <memory>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
struct | wfl::callable_die_subscriber |
struct | wfl::formula_input |
Namespaces | |
wfl | |
Typedefs | |
using | wfl::formula_input_vector = std::vector< formula_input > |
using | wfl::formula_callable_ptr = std::shared_ptr< formula_callable > |
using | wfl::const_formula_callable_ptr = std::shared_ptr< const formula_callable > |
using | wfl::formula_seen_stack = std::vector< const_formula_callable_ptr > |
Enumerations | |
enum class | wfl::formula_access { wfl::read_only , wfl::write_only , wfl::read_write } |