OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
Abstract base class for attribute values of different types. More...
#include <AttributeBase.h>
Public Member Functions | |
AttributeBase () | |
virtual | ~AttributeBase () |
virtual AttributeBase * | clone () const =0 |
Make clone. More... | |
std::string | getImage () const |
Convert to string. More... | |
virtual bool | isExpression () const |
Test for expression. More... | |
virtual void | print (std::ostream &) const =0 |
Print value. More... | |
Public Member Functions inherited from RCObject | |
int | addReference () const |
Increment reference count. More... | |
int | removeReference () const |
Decrement the reference count. More... | |
bool | isShared () const |
Test for sharing. More... | |
Public Member Functions inherited from Invalidator | |
virtual void | invalidate () |
Force re-evaluation. More... | |
Private Member Functions | |
AttributeBase (AttributeBase &) | |
void | operator= (AttributeBase &) |
Additional Inherited Members | |
Protected Member Functions inherited from RCObject | |
RCObject () | |
Default constructor. More... | |
RCObject (const RCObject &) | |
Copy constructor. More... | |
virtual | ~RCObject ()=0 |
RCObject & | operator= (const RCObject &right) |
Abstract base class for attribute values of different types.
Definition at line 32 of file AttributeBase.h.
AttributeBase::AttributeBase | ( | ) |
Definition at line 25 of file AttributeBase.cpp.
|
virtual |
Definition at line 30 of file AttributeBase.cpp.
|
private |
|
pure virtual |
std::string AttributeBase::getImage | ( | ) | const |
Convert to string.
Definition at line 34 of file AttributeBase.cpp.
References print().
Referenced by Attribute::getImage().
|
virtual |
Test for expression.
Reimplemented in Expressions::SDeferred< T >, and Expressions::ADeferred< T >.
Definition at line 42 of file AttributeBase.cpp.
Referenced by Attribute::isExpression(), and OpalElement::printMultipoleStrength().
|
private |
|
pure virtual |
Print value.
Implemented in Expressions::SValue< T >, Expressions::SValue< T >, Expressions::SValue< T >, Expressions::AValue< T >, Expressions::AValue< T >, Expressions::AValue< T >, Expressions::AValue< T >, Expressions::SValue< T >, Expressions::SRefAttr< T >, Expressions::SDeferred< T >, Expressions::AValue< T >, and Expressions::ADeferred< T >.
Referenced by getImage(), and operator<<().