OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Static Public Member Functions | List of all members
PutSingleItem< T, true, true > Struct Template Reference

#include <Message.h>

Static Public Member Functions

static Messageput (Message &, T, T)
 
static Messageget (Message &, T)
 
static Messageput (Message &, const std::vector< size_t > &, T)
 
static Messageget_iter (Message &, T)
 

Detailed Description

template<class T>
struct PutSingleItem< T, true, true >

Definition at line 137 of file Message.h.

Member Function Documentation

template<class T >
Message & PutSingleItem< T, true, true >::get ( Message msg,
T  ptr 
)
static

Definition at line 255 of file Message.hpp.

References Message::getmsg().

Here is the call graph for this function:

template<class T >
Message & PutSingleItem< T, true, true >::get_iter ( Message m,
T  o 
)
static

Definition at line 270 of file Message.hpp.

template<class T >
Message & PutSingleItem< T, true, true >::put ( Message msg,
T  beg,
T  end 
)
static

Definition at line 245 of file Message.hpp.

References Message::putmsg(), and value_type().

Here is the call graph for this function:

template<class T >
Message & PutSingleItem< T, true, true >::put ( Message m,
const std::vector< size_t > &  indices,
T  beg 
)
static

Definition at line 262 of file Message.hpp.


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