|
ASL 0.1.7
Advanced Simulation Library
|
#include <aclExpressionContainer.h>
Public Member Functions | |
| ExpressionContainer () | |
| void | addExpression (Element expression_) |
| unsigned int | getSize () |
| const CommandQueue | getQueue () const |
Public Attributes | |
| std::vector< Element > | expression |
Protected Member Functions | |
| void | filterDeclarations () |
Protected Attributes | |
| unsigned int | size |
| CommandQueue | queue |
| bool | regenerateKernelSource |
| std::vector< Element > | arguments |
| std::vector< Element > | localDeclarations |
Definition at line 43 of file aclExpressionContainer.h.
| acl::ExpressionContainer::ExpressionContainer | ( | ) |
| void acl::ExpressionContainer::addExpression | ( | Element | expression_ | ) |
|
protected |
|
inline |
Definition at line 65 of file aclExpressionContainer.h.
| unsigned int acl::ExpressionContainer::getSize | ( | ) |
|
protected |
Definition at line 52 of file aclExpressionContainer.h.
| std::vector<Element> acl::ExpressionContainer::expression |
Definition at line 50 of file aclExpressionContainer.h.
|
protected |
Definition at line 53 of file aclExpressionContainer.h.
|
protected |
Definition at line 47 of file aclExpressionContainer.h.
|
protected |
Definition at line 48 of file aclExpressionContainer.h.
|
protected |
Definition at line 46 of file aclExpressionContainer.h.