OmniSciDB
a5dc49c757
|
This is the complete list of members for ExternalCall, including all inherited members.
arguments() const | ExternalCall | inline |
arguments_ | ExternalCall | private |
cached_callee() const | ExternalCall | inline |
cached_callee_ | ExternalCall | mutableprivate |
callee_name() const | ExternalCall | inline |
callee_name_ | ExternalCall | private |
external() const | ExternalCall | inline |
ExternalCall(const std::string &callee_name, const Type ret_type, const std::vector< const Value * > &arguments, const std::string &label) | ExternalCall | inline |
id() const | Value | inline |
Instruction(const Type type, const std::string &label) | Instruction | inline |
label() const | Value | inline |
run(ReductionInterpreterImpl *interpreter) override | ExternalCall | virtual |
set_cached_callee(void *cached_callee) const | ExternalCall | inline |
type() const | Value | inline |
Value(const Type type, const std::string &label) | Value | inline |
~Value()=default | Value | virtual |