atlas
0.6
|
#include <axis.h>
Public Member Functions | |
function_base () | |
virtual | ~function_base () nothing_new_here |
virtual void | apply (expression_base::level l) const =0 |
virtual expression_base::level | argument_policy () const =0 |
virtual void | report_origin (std::ostream &o) const =0 |
virtual expression_ptr | build_call (const shared_function &owner, const std::string &name, expression_ptr &&arg, const source_location &loc) const =0 |
Public Member Functions inherited from atlas::interpreter::value_base | |
value_base () | |
virtual | ~value_base ()=0 |
virtual void | print (std::ostream &out) const =0 |
virtual value_base * | clone () const |
value_base & | operator= (const value_base &x)=delete |
Additional Inherited Members | |
Static Public Member Functions inherited from atlas::interpreter::value_base | |
static const char * | name () |
Protected Member Functions inherited from atlas::interpreter::value_base | |
value_base (const value_base &x)=default | |
|
inline |
virtual atlas::interpreter::function_base::~function_base | ( | ) |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |