rego-cpp 0.4.5
A C++ implementation of the Rego language and runtime
|
This is the complete list of members for rego::Interpreter, including all inherited members.
add_data(const Node &node) | rego::Interpreter | |
add_data_json(const std::string &json) | rego::Interpreter | |
add_data_json_file(const std::filesystem::path &path) | rego::Interpreter | |
add_module(const std::string &name, const std::string &contents) | rego::Interpreter | |
add_module_file(const std::filesystem::path &path) | rego::Interpreter | |
builtins() const | rego::Interpreter | |
debug_enabled(bool enabled) | rego::Interpreter | |
debug_enabled() const (defined in rego::Interpreter) | rego::Interpreter | |
debug_path(const std::filesystem::path &prefix) | rego::Interpreter | |
debug_path() const (defined in rego::Interpreter) | rego::Interpreter | |
Interpreter(bool v1_compatible=false) | rego::Interpreter | |
query(const std::string &query_expr) | rego::Interpreter | |
raw_query(const std::string &query_expr) | rego::Interpreter | |
regoGetError(regoInterpreter *rego) | rego::Interpreter | friend |
regoQuery(regoInterpreter *rego, const char *query_expr) | rego::Interpreter | friend |
set_input(const Node &node) | rego::Interpreter | |
set_input_json_file(const std::filesystem::path &path) | rego::Interpreter | |
set_input_term(const std::string &term) | rego::Interpreter | |
setError (defined in rego::Interpreter) | rego::Interpreter | friend |
wf_check_enabled(bool enabled) | rego::Interpreter | |
wf_check_enabled() const (defined in rego::Interpreter) | rego::Interpreter |