#include <ParGraph.hpp>
Public Member Functions | |
template<class A> void | put (A) |
Write element into buffer. | |
template<class A> void | put (const A *element, size_t count) |
Write count elements into buffer. | |
void | communicate () |
bool | is_empty () |
Test if buffer is empty. | |
template<class A> proc_t | get (A *element, size_t count=1) |
Read count elements from buffer. |
Definition at line 92 of file ParGraph.hpp.
|
Read
Definition at line 171 of file ParGraph.hpp. References comm_layer_t::size(). |
|
Test if buffer is empty.
Definition at line 120 of file ParGraph.hpp. |
|
Write
Definition at line 135 of file ParGraph.hpp. |
|
Write
Definition at line 128 of file ParGraph.hpp. |