|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
An attribute defined as a reference to a scalar. More...
#include <SRefAttr.h>
Public Member Functions | |
| SRefAttr (const std::string &oName, const std::string &aName, int index) | |
| Constructor. | |
| SRefAttr (const SRefAttr &) | |
| virtual | ~SRefAttr () |
| virtual SRefAttr< T > * | clone () const |
| Make clone. | |
| virtual T | evaluate () const |
| Evaluate. | |
| virtual double | getReal () |
| Return real value. | |
| virtual void | invalidate () |
| Invalidate. | |
| virtual void | print (std::ostream &) const |
| Print the reference. | |
| virtual void | set (const T &) const |
| Store new value. | |
| double | getReal () |
| std::string | getImage () const |
| Convert to string. | |
| virtual bool | isExpression () const |
| Test for expression. | |
| int | addReference () const |
| Increment reference count. | |
| int | removeReference () const |
| Decrement the reference count. | |
| bool | isShared () const |
| Test for sharing. | |
Private Member Functions | |
| SRefAttr () | |
| void | operator= (const SRefAttr &) |
| void | fill () const |
Private Attributes | |
| const std::string | obj_name |
| const std::string | att_name |
| const int | itsIndex |
| Object * | itsObject |
| Attribute * | itsAttr |
| int | refCount |
Static Private Attributes | |
| static const std::string | typeName |
An attribute defined as a reference to a scalar.
Definition at line 48 of file SRefAttr.h.
| Expressions::SRefAttr< T >::SRefAttr | ( | const std::string & | oName, |
| const std::string & | aName, | ||
| int | index ) |
Constructor.
Definition at line 116 of file SRefAttr.h.
References att_name, itsAttr, itsIndex, itsObject, and obj_name.
Referenced by clone(), fill(), operator=(), and SRefAttr().
| Expressions::SRefAttr< T >::SRefAttr | ( | const SRefAttr< T > & | rhs | ) |
Definition at line 123 of file SRefAttr.h.
References att_name, AttributeBase::AttributeBase(), itsAttr, itsIndex, itsObject, obj_name, and SRefAttr().
|
virtual |
Definition at line 131 of file SRefAttr.h.
References itsObject.
|
private |
|
inlineinherited |
Increment reference count.
Definition at line 83 of file RCObject.h.
References refCount.
Referenced by Pointer< Object >::operator=(), Pointer< Object >::operator=(), and Pointer< Object >::unique().
|
virtual |
Make clone.
Implements AttributeBase.
Definition at line 138 of file SRefAttr.h.
References SRefAttr().
|
virtual |
Evaluate.
Definition at line 144 of file SRefAttr.h.
References AttributeBase::AttributeBase(), fill(), AttributeBase::getImage(), itsAttr, and itsIndex.
Referenced by Attributes::getBool(), Attributes::getReal(), getReal(), and Attributes::getString().
|
private |
Definition at line 220 of file SRefAttr.h.
References att_name, OpalData::find(), OpalData::getInstance(), itsAttr, itsIndex, itsObject, obj_name, and SRefAttr().
Referenced by evaluate(), and set().
|
inherited |
Convert to string.
Definition at line 34 of file AttributeBase.cpp.
References print().
Referenced by Expressions::ADeferred< T >::evaluate(), Expressions::SDeferred< T >::evaluate(), and Expressions::SRefAttr< T >::evaluate().
|
inline |
Definition at line 183 of file SRefAttr.h.
References evaluate().
|
virtual |
Return real value.
Definition at line 176 of file SRefAttr.h.
|
virtual |
|
virtualinherited |
Test for expression.
Reimplemented in Expressions::ADeferred< T >, and Expressions::SDeferred< T >.
Definition at line 42 of file AttributeBase.cpp.
Referenced by OpalElement::printMultipoleStrength().
|
inlineinherited |
|
private |
|
virtual |
|
inlineinherited |
|
virtual |
Store new value.
Definition at line 205 of file SRefAttr.h.
References AttributeBase::AttributeBase(), fill(), and itsAttr.
Referenced by Attributes::setBool(), Attributes::setPredefinedString(), Attributes::setReal(), Attributes::setString(), and Attributes::setUpperCaseString().
|
private |
Definition at line 96 of file SRefAttr.h.
Referenced by fill(), print(), SRefAttr(), and SRefAttr().
|
mutableprivate |
Definition at line 101 of file SRefAttr.h.
Referenced by evaluate(), fill(), invalidate(), set(), SRefAttr(), and SRefAttr().
|
private |
Definition at line 97 of file SRefAttr.h.
Referenced by evaluate(), fill(), print(), SRefAttr(), and SRefAttr().
|
mutableprivate |
Definition at line 100 of file SRefAttr.h.
Referenced by fill(), invalidate(), SRefAttr(), SRefAttr(), and ~SRefAttr().
|
private |
Definition at line 95 of file SRefAttr.h.
Referenced by fill(), print(), SRefAttr(), and SRefAttr().
|
mutableprivateinherited |
Definition at line 76 of file RCObject.h.
Referenced by addReference(), isShared(), RCObject(), RCObject(), and removeReference().
|
staticprivate |
Definition at line 92 of file SRefAttr.h.