|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
An expression defined as a reference to a scalar. More...
#include <SRefExpr.h>


Public Member Functions | |
| SRefExpr (const std::string &objName, const std::string &attName) | |
| Constructor. | |
| SRefExpr (const SRefExpr< T > &rhs) | |
| virtual | ~SRefExpr () |
| virtual Scalar< T > * | clone () const |
| Make clone. | |
| virtual T | evaluate () const |
| Evaluate. | |
| virtual void | invalidate () |
| Invalidate. | |
| virtual void | print (std::ostream &os, int precedence=99) const |
| Print expression. | |
| virtual bool | isConstant () const |
| Test for constant. | |
Private Member Functions | |
| void | operator= (const SRefExpr &) |
| void | fill () const |
| const std::string | getImage () const |
Private Attributes | |
| const std::string | obj_name |
| const std::string | att_name |
| Object * | itsObject |
| Attribute * | itsAttr |
An expression defined as a reference to a scalar.
Definition at line 40 of file SRefExpr.h.
| Expressions::SRefExpr< T >::SRefExpr | ( | const std::string & | objName, |
| const std::string & | attName | ||
| ) |
Constructor.
Definition at line 86 of file SRefExpr.h.
| Expressions::SRefExpr< T >::SRefExpr | ( | const SRefExpr< T > & | rhs | ) |
Definition at line 90 of file SRefExpr.h.
|
virtual |
Definition at line 99 of file SRefExpr.h.
|
virtual |
|
inlinevirtual |
|
private |
Definition at line 147 of file SRefExpr.h.
References OpalData::find(), and OpalData::getInstance().

|
private |
Definition at line 126 of file SRefExpr.h.
|
virtual |
|
inlinevirtualinherited |
Test for constant.
Reimplemented in Expressions::SConstant< T >.
Definition at line 287 of file AbstractObjects/Expressions.h.
|
private |
|
virtual |
|
private |
Definition at line 75 of file SRefExpr.h.
|
mutableprivate |
Definition at line 79 of file SRefExpr.h.
|
mutableprivate |
Definition at line 78 of file SRefExpr.h.
|
private |
Definition at line 74 of file SRefExpr.h.