OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
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 &x) const
 

Public Attributes

int id
 

Detailed Description

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

Definition at line 37 of file annotation.hpp.

Member Typedef Documentation

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

Definition at line 39 of file annotation.hpp.

Constructor & Destructor Documentation

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

Definition at line 42 of file annotation.hpp.

Member Function Documentation

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

Definition at line 55 of file annotation.hpp.

Member Data Documentation

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

Definition at line 41 of file annotation.hpp.

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


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