If-Else conditional structure.
More...
#include <aclElementIfElse.h>
If-Else conditional structure.
- Examples
- testOperators.cc.
Definition at line 34 of file aclElementIfElse.h.
◆ ElementIfElse() [1/2]
acl::ElementIfElse::ElementIfElse |
( |
Element |
condition_ | ) |
|
◆ ElementIfElse() [2/2]
acl::ElementIfElse::ElementIfElse |
( |
Element |
condition_ | ) |
|
◆ addBodyExpressionElse() [1/2]
void acl::ElementIfElse::addBodyExpressionElse |
( |
Element |
expression_ | ) |
|
◆ addBodyExpressionElse() [2/2]
void acl::ElementIfElse::addBodyExpressionElse |
( |
Element |
expression_ | ) |
|
◆ addBodyExpressionIf() [1/2]
void acl::ElementIfElse::addBodyExpressionIf |
( |
Element |
expression_ | ) |
|
◆ addBodyExpressionIf() [2/2]
void acl::ElementIfElse::addBodyExpressionIf |
( |
Element |
expression_ | ) |
|
◆ addToKernelSource() [1/2]
virtual void acl::ElementIfElse::addToKernelSource |
( |
vector< Element > & |
arguments, |
|
|
vector< Element > & |
localDeclarations |
|
) |
| const |
|
virtual |
◆ addToKernelSource() [2/2]
virtual void acl::ElementIfElse::addToKernelSource |
( |
vector< Element > & |
arguments, |
|
|
vector< Element > & |
localDeclarations |
|
) |
| const |
|
virtual |
◆ getLocalDeclaration() [1/2]
virtual string acl::ElementIfElse::getLocalDeclaration |
( |
const KernelConfiguration & |
kernelConfig | ) |
const |
|
virtual |
◆ getLocalDeclaration() [2/2]
virtual string acl::ElementIfElse::getLocalDeclaration |
( |
const KernelConfiguration & |
kernelConfig | ) |
const |
|
virtual |
◆ getName() [1/2]
virtual string acl::ElementIfElse::getName |
( |
| ) |
const |
|
virtual |
◆ getName() [2/2]
virtual string acl::ElementIfElse::getName |
( |
| ) |
const |
|
virtual |
◆ getTypeSignature() [1/2]
virtual string acl::ElementIfElse::getTypeSignature |
( |
const KernelConfiguration & |
kernelConfig | ) |
const |
|
virtual |
◆ getTypeSignature() [2/2]
virtual string acl::ElementIfElse::getTypeSignature |
( |
const KernelConfiguration & |
kernelConfig | ) |
const |
|
virtual |
◆ setAsArgument() [1/2]
virtual void acl::ElementIfElse::setAsArgument |
( |
cl::Kernel & |
kernel, |
|
|
unsigned int |
argumentIndex |
|
) |
| const |
|
virtual |
◆ setAsArgument() [2/2]
virtual void acl::ElementIfElse::setAsArgument |
( |
cl::Kernel & |
kernel, |
|
|
unsigned int |
argumentIndex |
|
) |
| const |
|
virtual |
◆ str() [1/2]
◆ str() [2/2]
◆ 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: