|
| SendBuffer () |
|
void | send (MPI_Comm &comm, MPI_Request *send_request, int tag, std::ostream *os=NULL) |
|
void | send_rest (MPI_Comm &comm, MPI_Request *send_request, int tag, std::ostream *os=NULL) |
|
bool | rest_to_send () |
|
template<class T > |
void | put (const T &content) |
|
template<class T > |
void | put (const T *content, int num) |
|
int | size () const |
|
int | capacity () const |
|
void | clear () |
|
bool | empty () const |
|
bool | all_read () const |
|
|
void | resize (int new_size) |
|
void | put (const char *a, int n) |
|
void | get (char *a, int n) |
|
parDG_MPI::SendBuffer::SendBuffer |
( |
| ) |
|
bool parDG_MPI::pardg::Buffer::all_read |
( |
| ) |
const |
|
inlineinherited |
int parDG_MPI::pardg::Buffer::capacity |
( |
| ) |
const |
|
inlineinherited |
void parDG_MPI::pardg::Buffer::clear |
( |
| ) |
|
|
inlineinherited |
bool parDG_MPI::pardg::Buffer::empty |
( |
| ) |
const |
|
inlineinherited |
void parDG_MPI::pardg::Buffer::get |
( |
char * |
a, |
|
|
int |
n |
|
) |
| |
|
inlineprotectedinherited |
void parDG_MPI::pardg::Buffer::put |
( |
const char * |
a, |
|
|
int |
n |
|
) |
| |
|
inlineprotectedinherited |
template<class T >
void parDG_MPI::pardg::SendBuffer::put |
( |
const T & |
content | ) |
|
|
inline |
template<class T >
void parDG_MPI::pardg::SendBuffer::put |
( |
const T * |
content, |
|
|
int |
num |
|
) |
| |
|
inline |
void parDG_MPI::pardg::Buffer::resize |
( |
int |
new_size | ) |
|
|
inlineprotectedinherited |
bool parDG_MPI::pardg::SendBuffer::rest_to_send |
( |
| ) |
|
|
inline |
void parDG_MPI::SendBuffer::send |
( |
MPI_Comm & |
comm, |
|
|
MPI_Request * |
send_request, |
|
|
int |
tag, |
|
|
std::ostream * |
os = NULL |
|
) |
| |
void parDG_MPI::SendBuffer::send_rest |
( |
MPI_Comm & |
comm, |
|
|
MPI_Request * |
send_request, |
|
|
int |
tag, |
|
|
std::ostream * |
os = NULL |
|
) |
| |
int parDG_MPI::pardg::Buffer::size |
( |
| ) |
const |
|
inlineinherited |
int parDG_MPI::pardg::Buffer::_capacity |
|
protectedinherited |
int parDG_MPI::pardg::Buffer::_size |
|
protectedinherited |
char* parDG_MPI::pardg::Buffer::data |
|
protectedinherited |
int parDG_MPI::pardg::Buffer::dest |
|
protectedinherited |
const int parDG_MPI::pardg::Buffer::pre_data_size = sizeof(int) |
|
staticprotectedinherited |
int parDG_MPI::pardg::Buffer::read_pos |
|
protectedinherited |
int parDG_MPI::pardg::Buffer::size_left |
|
protectedinherited |
int parDG_MPI::pardg::Buffer::source |
|
protectedinherited |
The documentation for this class was generated from the following file: