![]() |
AmpGen 2.1
|
Definition at line 271 of file Expression.h.
Public Member Functions | |
| ExpressionPack (const std::vector< Expression > &expressions) | |
| ExpressionPack (const Expression &A, const Expression &B) | |
| std::string | to_string (const ASTResolver *resolver=nullptr) const override |
| Called to convert the Expression tree into source code. | |
| void | resolve (ASTResolver &resolver) const override |
| Resolve the dependencies of a tree using an ASTResolver, which keeps track of parameters, dependent sub-trees, etc. | |
| complex_t | operator() () const override |
| Evaluate the expression using the tree, will generally be very slow but ocassionally useful for debugging. | |
| operator Expression () const | |
| const std::vector< Expression > & | expressions () const |
|
inlineexplicit |
Definition at line 273 of file Expression.h.
| AmpGen::ExpressionPack::ExpressionPack | ( | const Expression & | A, |
| const Expression & | B ) |
|
inline |
Definition at line 279 of file Expression.h.
| AmpGen::ExpressionPack::operator Expression | ( | ) | const |
|
overridevirtual |
Implements AmpGen::IExpression.
|
overridevirtual |
| resolver | resolver object to use |
Implements AmpGen::IExpression.
|
overridevirtual |
Implements AmpGen::IExpression.