OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Public Types | Public Member Functions | Public Attributes | List of all members
client::annotation< Iterator >::set_id Struct Reference

#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
 

Detailed Description

template<typename Iterator>
struct client::annotation< Iterator >::set_id

Definition at line 33 of file annotation.hpp.

Member Typedef Documentation

◆ result_type

template<typename Iterator >
typedef void client::annotation< Iterator >::set_id::result_type

Definition at line 35 of file annotation.hpp.

Constructor & Destructor Documentation

◆ set_id()

template<typename Iterator >
client::annotation< Iterator >::set_id::set_id ( int  id)
inline

Definition at line 38 of file annotation.hpp.

Member Function Documentation

◆ operator()() [1/3]

template<typename Iterator >
void client::annotation< Iterator >::set_id::operator() ( ast::function_call x) const
inline

◆ operator()() [2/3]

template<typename Iterator >
void client::annotation< Iterator >::set_id::operator() ( ast::identifier x) const
inline

◆ operator()() [3/3]

template<typename Iterator >
template<typename T >
void client::annotation< Iterator >::set_id::operator() ( T &  ) const
inline

Definition at line 51 of file annotation.hpp.

Member Data Documentation

◆ id

template<typename Iterator >
int client::annotation< Iterator >::set_id::id

Definition at line 37 of file annotation.hpp.

Referenced by client::annotation< Iterator >::set_id::operator()().


The documentation for this struct was generated from the following file: