OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <annotation.hpp>
Classes | |
struct | result |
struct | set_id |
Public Member Functions | |
annotation (std::vector< Iterator > &iters) | |
void | operator() (ast::operand &ast, Iterator pos) const |
void | operator() (ast::identifier &ast, Iterator pos) const |
Public Attributes | |
std::vector< Iterator > & | iters |
Definition at line 24 of file annotation.hpp.
|
inline |
Definition at line 30 of file annotation.hpp.
|
inline |
Definition at line 64 of file annotation.hpp.
References client::ast::tagged::id, and client::annotation< Iterator >::iters.
|
inline |
Definition at line 57 of file annotation.hpp.
References client::annotation< Iterator >::iters.
std::vector<Iterator>& client::annotation< Iterator >::iters |
Definition at line 29 of file annotation.hpp.
Referenced by client::annotation< Iterator >::operator()().