24 #ifndef ACLEXPRESSIONCONTAINER_H
25 #define ACLEXPRESSIONCONTAINER_H
41 typedef std::shared_ptr<ElementBase>
Element;
std::vector< Element > localDeclarations
std::vector< Element > expression
void filterDeclarations()
const CommandQueue getQueue() const
void addExpression(Element expression_)
bool regenerateKernelSource
std::vector< Element > arguments
Advanced Computational Language.
std::shared_ptr< cl::CommandQueue > CommandQueue
std::shared_ptr< ElementBase > Element