atlas  0.6
Public Member Functions | Public Attributes | List of all members
atlas::interpreter::closure_call Struct Reference

#include <axis.h>

Inheritance diagram for atlas::interpreter::closure_call:
Inheritance graph
[legend]
Collaboration diagram for atlas::interpreter::closure_call:
Collaboration graph
[legend]

Public Member Functions

 closure_call (shared_closure f, const std::string &n, expression_ptr &&a, const source_location &loc)
 
virtual ~closure_call () nothing_new_here
 
virtual void evaluate (level l) const
 
- Public Member Functions inherited from atlas::interpreter::overloaded_call
 overloaded_call (const std::string &name, expression_ptr &&arg, const source_location &loc)
 
virtual ~overloaded_call () nothing_new_here
 
virtual std::string function_name () const
 
virtual void print (std::ostream &out) const
 
- Public Member Functions inherited from atlas::interpreter::call_base
 call_base (expression_ptr &&arg, const source_location &loc)
 
virtual ~call_base () nothing_new_here
 
- Public Member Functions inherited from atlas::interpreter::expression_base
 expression_base ()
 
 expression_base (const expression_base &)=delete
 
 expression_base (expression_base &&)=delete
 
expression_baseoperator= (const expression_base &)=delete
 
expression_baseoperator= (expression_base &&)=delete
 
virtual ~expression_base ()
 
void void_eval () const
 
void eval () const
 
void multi_eval () const
 

Public Attributes

shared_closure f
 
- Public Attributes inherited from atlas::interpreter::overloaded_call
std::string name
 
- Public Attributes inherited from atlas::interpreter::call_base
expression_ptr argument
 
source_location loc
 

Additional Inherited Members

- Public Types inherited from atlas::interpreter::expression_base
enum  level { no_value, single_value, multi_value }
 

Constructor & Destructor Documentation

atlas::interpreter::closure_call::closure_call ( shared_closure  f,
const std::string n,
expression_ptr &&  a,
const source_location loc 
)
inline
virtual atlas::interpreter::closure_call::~closure_call ( )

Member Function Documentation

void atlas::interpreter::closure_call::evaluate ( level  l) const
virtual

Member Data Documentation

shared_closure atlas::interpreter::closure_call::f

The documentation for this struct was generated from the following files: