|
Bridge++
Ver. 2.0.4
|
#include <mpi.h>#include <cassert>#include <vector>#include "lib/Communicator/communicator.h"#include "aligned_allocator_impl.h"Go to the source code of this file.
Classes | |
| class | Channel_communicator |
| Channel class for asynchronous communication. More... | |
| class | Channel_impl< ALLOCATOR > |
| class | ChannelSet |
| ChannelSet class for a collection of channels. More... | |
Typedefs | |
| template<int ALIGNMENT> | |
| using | Channel_aligned = Channel_impl< aligned_allocator_impl< char, ALIGNMENT > > |
| using | Cannel = Channel_impl< std::allocator< char > > |
Functions | |
| template<typename T > | |
| constexpr int | alignment_size () |
Definition in file channel.h.
| using Cannel = Channel_impl<std::allocator<char> > |
| using Channel_aligned = Channel_impl<aligned_allocator_impl<char, ALIGNMENT> > |
|
constexpr |