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

This is the complete list of members for rego::BuiltInsDef, including all inherited members.

allow_all()rego::BuiltInsDef
at(const Location &name)rego::BuiltInsDef
blacklist(const std::initializer_list< T > &forbidden)rego::BuiltInsDefinline
blacklist(T begin, T end)rego::BuiltInsDefinline
BuiltInsDef() noexceptrego::BuiltInsDef
call(const Location &name, const Location &version, const Nodes &args)rego::BuiltInsDef
clear()rego::BuiltInsDef
create()rego::BuiltInsDefstatic
decl(const Location &name)rego::BuiltInsDef
is_builtin(const Location &name)rego::BuiltInsDef
is_deprecated(const Location &version, const Location &name) constrego::BuiltInsDef
register_builtin(const BuiltIn &built_in)rego::BuiltInsDef
register_builtins(const T &built_ins)rego::BuiltInsDefinline
register_standard_builtins()rego::BuiltInsDef
strict_errors() constrego::BuiltInsDef
strict_errors(bool strict_errors)rego::BuiltInsDef
whitelist(const std::initializer_list< T > &allowed)rego::BuiltInsDefinline
whitelist(T begin, T end)rego::BuiltInsDefinline