rego-cpp
1.0.0
A C++ implementation of the Rego language and runtime
Loading...
Searching...
No Matches
rego
Interpreter
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
build
()
rego::Interpreter
builtins
() const
rego::Interpreter
c_error
() const
rego::Interpreter
c_error
(const std::string &error)
rego::Interpreter
debug_enabled
(bool enabled)
rego::Interpreter
debug_enabled
() const
rego::Interpreter
debug_path
(const std::filesystem::path &prefix)
rego::Interpreter
debug_path
() const
rego::Interpreter
entrypoints
(const std::initializer_list< std::string > &entrypoints)
rego::Interpreter
entrypoints
(const std::vector< std::string > &entrypoints)
rego::Interpreter
entrypoints
() const
rego::Interpreter
entrypoints
()
rego::Interpreter
Interpreter
()
rego::Interpreter
load_bundle
(const std::filesystem::path &dir)
rego::Interpreter
log_level
() const
rego::Interpreter
log_level
(LogLevel level)
rego::Interpreter
log_level
(const std::string &level)
rego::Interpreter
output_to_string
(const Node &output) const
rego::Interpreter
query
()
rego::Interpreter
query
(const std::string &query_expr)
rego::Interpreter
query_bundle
(const Bundle &bundle)
rego::Interpreter
query_bundle
(const Bundle &bundle, const std::string &endpoint)
rego::Interpreter
query_node
(const std::string &query_expr)
rego::Interpreter
query_node
()
rego::Interpreter
save_bundle
(const std::filesystem::path &dir, const Node &bundle)
rego::Interpreter
set_input
(const Node &node)
rego::Interpreter
set_input_json
(const std::string &json)
rego::Interpreter
set_input_json_file
(const std::filesystem::path &path)
rego::Interpreter
set_input_term
(const std::string &term)
rego::Interpreter
set_query
(const std::string &query)
rego::Interpreter
wf_check_enabled
(bool enabled)
rego::Interpreter
wf_check_enabled
() const
rego::Interpreter
Generated by
1.12.0