OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
PutSingleItem< T, true, true > Struct Template Reference

#include <Message.h>

Inheritance diagram for PutSingleItem< T, true, true >:
Collaboration diagram for PutSingleItem< T, true, true >:

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 129 of file Message.h.

Member Function Documentation

◆ get()

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

Definition at line 183 of file Message.hpp.

References Message::getmsg().

Here is the call graph for this function:

◆ get_iter()

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

Definition at line 198 of file Message.hpp.

◆ put() [1/2]

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

Definition at line 190 of file Message.hpp.

◆ put() [2/2]

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

Definition at line 173 of file Message.hpp.

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

Here is the call graph for this function:

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