OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
Object attribute with a constant array value. More...
#include <AValue.h>
Public Member Functions | |
AValue () | |
Default constructor. More... | |
AValue (const std::vector< T > &val) | |
Constructor. More... | |
AValue (const AValue &) | |
virtual | ~AValue () |
virtual AValue * | clone () const |
Make clone. More... | |
virtual std::vector< T > | evaluate () |
Evaluate. More... | |
virtual void | print (std::ostream &) const |
Print the attribute value. More... | |
void | print (std::ostream &os) const |
Print value. More... | |
void | print (std::ostream &os) const |
Print value. More... | |
void | print (std::ostream &os) const |
Print value. More... | |
void | print (std::ostream &os) const |
Print value. More... | |
Public Member Functions inherited from AttributeBase | |
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... | |
Protected Attributes | |
std::vector< T > | value |
The value of the attribute. More... | |
Private Member Functions | |
void | operator= (const AValue< T > &) |
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) |
Object attribute with a constant array value.
Expressions::AValue< T >::AValue |
|
explicit |
Expressions::AValue< T >::AValue | ( | const AValue< T > & | rhs | ) |
|
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 >.
|
private |
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
mutableprotected |