rego-cpp 0.4.5
A C++ implementation of the Rego language and runtime
Loading...
Searching...
No Matches
rego::Interpreter Member List

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() constrego::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::Interpreterfriend
regoQuery(regoInterpreter *rego, const char *query_expr)rego::Interpreterfriend
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::Interpreterfriend
wf_check_enabled(bool enabled)rego::Interpreter
wf_check_enabled() const (defined in rego::Interpreter)rego::Interpreter