|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
Object attribute with a constant array value. More...
#include <AValue.h>


Public Member Functions | |
| AValue () | |
| Default constructor. | |
| AValue (const std::vector< T > &val) | |
| Constructor. | |
| AValue (const AValue &) | |
| virtual | ~AValue () |
| virtual AValue * | clone () const |
| Make clone. | |
| virtual std::vector< T > | evaluate () |
| Evaluate. | |
| virtual void | print (std::ostream &) const |
| Print the attribute value. | |
| void | print (std::ostream &os) const |
| Print value. | |
| void | print (std::ostream &os) const |
| Print value. | |
| void | print (std::ostream &os) const |
| Print value. | |
| void | print (std::ostream &os) const |
| Print value. | |
| std::string | getImage () const |
| Convert to string. | |
| virtual bool | isExpression () const |
| Test for expression. | |
| virtual void | invalidate () |
| Force re-evaluation. | |
Protected Attributes | |
| std::vector< T > | value |
| The value of the attribute. | |
Private Member Functions | |
| void | operator= (const AValue< T > &) |
| Expressions::AValue< T >::AValue | ( | ) |
|
explicit |
| Expressions::AValue< T >::AValue | ( | const AValue< T > & | ) |
|
virtual |
|
virtual |
Make clone.
Implements AttributeBase.
Reimplemented in Expressions::AAutomatic< T >, and Expressions::ADeferred< T >.
|
virtual |
Evaluate.
Reimplemented in Expressions::AAutomatic< T >, and Expressions::ADeferred< T >.
|
inherited |
Convert to string.
Definition at line 29 of file AttributeBase.cpp.
References AttributeBase::print().

|
virtualinherited |
Force re-evaluation.
Reimplemented in Expressions::AAutomatic< T >, Expressions::SAutomatic< T >, Expressions::SRefAttr< T >, and Expressions::SRefExpr< T >.
Definition at line 25 of file Invalidator.cpp.
|
virtualinherited |
Test for expression.
Reimplemented in Expressions::ADeferred< T >, and Expressions::SDeferred< T >.
Definition at line 36 of file AttributeBase.cpp.
Referenced by OpalElement::printMultipoleStrength().
|
private |
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
mutableprotected |