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

#include <axis.h>

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

Public Member Functions

 projector_call (const projector_value &f, const std::string &n, expression_ptr &&a, const source_location &loc)
 
virtual ~projector_call () nothing_new_here
 
virtual void evaluate (level l) const
 
virtual void print (std::ostream &out) 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
 
- 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

unsigned position
 
id_type id
 
- 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::projector_call::projector_call ( const projector_value f,
const std::string n,
expression_ptr &&  a,
const source_location loc 
)
inline
virtual atlas::interpreter::projector_call::~projector_call ( )

Member Function Documentation

void atlas::interpreter::projector_call::evaluate ( level  l) const
virtual
void atlas::interpreter::projector_call::print ( std::ostream &  out) const
virtual

Member Data Documentation

id_type atlas::interpreter::projector_call::id
unsigned atlas::interpreter::projector_call::position

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