|
OPALX (Object Oriented Parallel Accelerator Library for Exascale) MINIorX
OPALX
|
Object attribute with an `‘automatic’' array value. More...
#include <AAutomatic.h>


Public Member Functions | |
| AAutomatic (PtrToArray< T > expr) | |
| Constructor. More... | |
| AAutomatic (ArrayOfPtrs< T > expr) | |
| Constructor. More... | |
| AAutomatic (const AAutomatic &) | |
| virtual | ~AAutomatic () |
| virtual AAutomatic< T > * | clone () const |
| Make a clone. More... | |
| virtual std::vector< T > | evaluate () |
| Evaluate. More... | |
| virtual void | invalidate () |
| Invalidate. More... | |
| virtual bool | isExpression () const |
| Get expression flag. More... | |
| virtual void | print (std::ostream &) const |
| Print the attribute value. More... | |
| void | setComponent (int i, const PtrToScalar< T > expr) |
| Set a component of the value. More... | |
| std::string | getImage () const |
| Convert to string. More... | |
| int | addReference () const |
| Increment reference count. More... | |
| int | removeReference () const |
| Decrement the reference count. More... | |
| bool | isShared () const |
| Test for sharing. More... | |
Protected Attributes | |
| PtrToArray< T > | itsLaw |
| The generating law for the array expression. More... | |
| ArrayOfPtrs< T > | itsOverrides |
| Overrides for single components. More... | |
| std::vector< T > | value |
| The value of the attribute. More... | |
Private Member Functions | |
| AAutomatic () | |
| void | operator= (const AAutomatic &) |
Private Attributes | |
| bool | is_known |
| bool | in_evaluation |
| int | refCount |
Object attribute with an `‘automatic’' array value.
Definition at line 39 of file AAutomatic.h.
|
explicit |
Constructor.
Definition at line 88 of file AAutomatic.h.
References OpalData::getInstance(), and OpalData::registerExpression().

|
explicit |
Constructor.
Definition at line 96 of file AAutomatic.h.
References OpalData::getInstance(), and OpalData::registerExpression().

| Expressions::AAutomatic< T >::AAutomatic | ( | const AAutomatic< T > & | ) |
|
virtual |
Definition at line 104 of file AAutomatic.h.
References OpalData::getInstance(), and OpalData::unregisterExpression().

|
private |
|
inlineinherited |
Increment reference count.
Definition at line 83 of file RCObject.h.
References RCObject::refCount.
Referenced by Pointer< Object >::operator=(), and Pointer< Object >::unique().
|
virtual |
Make a clone.
Reimplemented from Expressions::ADeferred< T >.
Definition at line 111 of file AAutomatic.h.
|
virtual |
Evaluate.
Reimplemented from Expressions::ADeferred< T >.
Definition at line 117 of file AAutomatic.h.
References Expressions::ADeferred< T >::evaluate().

|
inherited |
Convert to string.
Definition at line 34 of file AttributeBase.cpp.
References AttributeBase::print().

|
virtual |
|
virtualinherited |
|
inlineinherited |
|
private |
|
virtualinherited |
Print the attribute value.
Reimplemented from Expressions::AValue< T >.
Definition at line 219 of file ADeferred.h.
|
inlineinherited |
Decrement the reference count.
Definition at line 88 of file RCObject.h.
References RCObject::refCount.
|
inherited |
Set a component of the value.
Definition at line 242 of file ADeferred.h.
Referenced by Attributes::BoolArray::parseComponent(), and Attributes::RealArray::parseComponent().
|
mutableprivateinherited |
Definition at line 99 of file ADeferred.h.
|
mutableprivate |
Definition at line 72 of file AAutomatic.h.
|
protectedinherited |
The generating law for the array expression.
Definition at line 85 of file ADeferred.h.
|
protectedinherited |
Overrides for single components.
Definition at line 91 of file ADeferred.h.
Referenced by Expressions::ADeferred< T >::ADeferred().
|
mutableprivateinherited |
Definition at line 76 of file RCObject.h.
Referenced by RCObject::addReference(), RCObject::isShared(), and RCObject::removeReference().
|
mutableprotectedinherited |