|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
An array expression defined as a table column. More...
#include <AColumn.h>


Public Member Functions | |
| AColumn (const std::string &tName, const std::string &cName, const RangeRep &rng) | |
| Constructor. | |
| AColumn (const AColumn &) | |
| ~AColumn () | |
| virtual OArray< double > * | clone () const |
| Make clone. | |
| virtual std::vector< double > | evaluate () const |
| Evaluate. | |
| virtual void | print (std::ostream &os, int precedence=99) const |
| Print expression. | |
| virtual bool | isConstant () const |
| Test for constant. | |
Private Member Functions | |
| AColumn () | |
| const AColumn & | operator= (const AColumn &) |
Private Attributes | |
| const std::string | tab_name |
| const std::string | col_name |
| RangeRep | itsRange |
| Expressions::AColumn::AColumn | ( | const std::string & | tName, |
| const std::string & | cName, | ||
| const RangeRep & | rng | ||
| ) |
Constructor.
Definition at line 37 of file AColumn.cpp.
| Expressions::AColumn::AColumn | ( | const AColumn & | rhs | ) |
Definition at line 31 of file AColumn.cpp.
| Expressions::AColumn::~AColumn | ( | ) |
Definition at line 40 of file AColumn.cpp.
|
private |
Referenced by clone().
|
virtual |
Make clone.
Implements Expressions::OArray< double >.
Definition at line 42 of file AColumn.cpp.
References AColumn().

|
virtual |
Evaluate.
Implements Expressions::OArray< double >.
Definition at line 44 of file AColumn.cpp.
References col_name, Table::fill(), Table::find(), Table::getColumn(), itsRange, and tab_name.

|
inlinevirtualinherited |
Test for constant.
Definition at line 165 of file AbstractObjects/Expressions.h.
|
virtual |
Print expression.
Implements Expressions::OArray< double >.
Definition at line 50 of file AColumn.cpp.
|
private |
Definition at line 61 of file AColumn.h.
Referenced by evaluate(), and print().
|
private |
Definition at line 64 of file AColumn.h.
Referenced by evaluate(), and print().
|
private |
Definition at line 60 of file AColumn.h.
Referenced by evaluate(), and print().