OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include <annotation.hpp>
Public Types | |
typedef void | result_type |
Public Member Functions | |
set_id (int id) | |
void | operator() (ast::function_call &x) const |
void | operator() (ast::identifier &x) const |
template<typename T > | |
void | operator() (T &) const |
Public Attributes | |
int | id |
Definition at line 33 of file annotation.hpp.
typedef void client::annotation< Iterator >::set_id::result_type |
Definition at line 35 of file annotation.hpp.
|
inline |
Definition at line 38 of file annotation.hpp.
|
inline |
Definition at line 40 of file annotation.hpp.
References client::ast::function_call::function_name, client::annotation< Iterator >::set_id::id, and client::ast::tagged::id.
|
inline |
Definition at line 45 of file annotation.hpp.
References client::annotation< Iterator >::set_id::id, and client::ast::tagged::id.
|
inline |
Definition at line 51 of file annotation.hpp.
int client::annotation< Iterator >::set_id::id |
Definition at line 37 of file annotation.hpp.
Referenced by client::annotation< Iterator >::set_id::operator()().