Jive reference manual
|
This is the complete list of members for jem::mp::Port, including all inherited members.
initRecv(T *buf, idx_t n) | jem::mp::Port | |
initRecv(const RecvBuffer &buf) | jem::mp::Port | |
initSend(const T *buf, idx_t n) | jem::mp::Port | |
initSend(const SendBuffer &buf) | jem::mp::Port | |
operator<<(const T &item) | jem::mp::Port | |
operator>>(T &item) | jem::mp::Port | |
Port() | jem::mp::Port | |
Port(const Ref< Context > &ctx, int rank, int tag=DEFAULT_TAG) | jem::mp::Port | |
Port(const Port &rhs) | jem::mp::Port | |
recv(T &item, Status *stat=0) | jem::mp::Port | |
recv(T *buf, idx_t n, Status *stat=0) | jem::mp::Port | |
recv(const RecvBuffer &buf, Status *stat=0) | jem::mp::Port | |
send(const T &item) | jem::mp::Port | |
send(const T *buf, idx_t n) | jem::mp::Port | |
send(const SendBuffer &buf) | jem::mp::Port |