![]() |
rego-cpp 1.2.0
A C++ implementation of the Rego language and runtime
|
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::BuiltInsDef | inline |
| blacklist(T begin, T end) | rego::BuiltInsDef | inline |
| BuiltInsDef() noexcept | rego::BuiltInsDef | |
| call(const Location &name, const Location &version, const Nodes &args) | rego::BuiltInsDef | |
| clear() | rego::BuiltInsDef | |
| create() | rego::BuiltInsDef | static |
| decl(const Location &name) | rego::BuiltInsDef | |
| is_builtin(const Location &name) | rego::BuiltInsDef | |
| is_deprecated(const Location &version, const Location &name) const | rego::BuiltInsDef | |
| register_builtin(const BuiltIn &built_in) | rego::BuiltInsDef | |
| register_builtins(const T &built_ins) | rego::BuiltInsDef | inline |
| register_standard_builtins() | rego::BuiltInsDef | |
| strict_errors() const | rego::BuiltInsDef | |
| strict_errors(bool strict_errors) | rego::BuiltInsDef | |
| whitelist(const std::initializer_list< T > &allowed) | rego::BuiltInsDef | inline |
| whitelist(T begin, T end) | rego::BuiltInsDef | inline |