If-Else conditional structure.
More...
#include <aclElementIfElse.h>
If-Else conditional structure.
- Examples
- testOperators.cc.
Definition at line 34 of file aclElementIfElse.h.
◆ ElementIfElse()
| acl::ElementIfElse::ElementIfElse |
( |
Element | condition_ | ) |
|
◆ addBodyExpressionElse()
| void acl::ElementIfElse::addBodyExpressionElse |
( |
Element | expression_ | ) |
|
◆ addBodyExpressionIf()
| void acl::ElementIfElse::addBodyExpressionIf |
( |
Element | expression_ | ) |
|
◆ addToKernelSource()
| virtual void acl::ElementIfElse::addToKernelSource |
( |
vector< Element > & | arguments, |
|
|
vector< Element > & | localDeclarations ) const |
|
virtual |
◆ getLocalDeclaration()
| virtual string acl::ElementIfElse::getLocalDeclaration |
( |
const KernelConfiguration & | kernelConfig | ) |
const |
|
virtual |
◆ getName()
| virtual string acl::ElementIfElse::getName |
( |
| ) |
const |
|
virtual |
◆ getTypeSignature()
| virtual string acl::ElementIfElse::getTypeSignature |
( |
const KernelConfiguration & | kernelConfig | ) |
const |
|
virtual |
◆ setAsArgument()
| virtual void acl::ElementIfElse::setAsArgument |
( |
cl::Kernel & | kernel, |
|
|
unsigned int | argumentIndex ) const |
|
virtual |
◆ str()
◆ condition
| Element acl::ElementIfElse::condition |
|
protected |
◆ expressionElse
| vector<Element> acl::ElementIfElse::expressionElse |
|
protected |
◆ expressionIf
| vector<Element> acl::ElementIfElse::expressionIf |
|
protected |
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/ASL-0.1.7-build/ASL-0.1.7/src/acl/Operators/aclElementIfElse.h