Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
parallel::ComMPI::Request Class Reference
Collaboration diagram for parallel::ComMPI::Request:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Requestlink () const
uint nrequest () const
MPI_Requestoperator[] (uint i)
MPI_Requestrequest ()
 Request (Request *lnk, uint nreq)
 ~Request ()

Private Attributes

Requestlnk_
uint nreq_
MPI_Requestrequest_

Detailed Description

Definition at line 75 of file communicators.hh.


Constructor & Destructor Documentation

parallel::ComMPI::Request::Request ( Request lnk,
uint  nreq 
)
parallel::ComMPI::Request::~Request ( )

Member Function Documentation

Request* parallel::ComMPI::Request::link ( ) const [inline]

Definition at line 87 of file communicators.hh.

uint parallel::ComMPI::Request::nrequest ( ) const [inline]

Definition at line 86 of file communicators.hh.

MPI_Request* parallel::ComMPI::Request::operator[] ( uint  i)
MPI_Request* parallel::ComMPI::Request::request ( ) [inline]

Definition at line 85 of file communicators.hh.


Member Data Documentation

Definition at line 76 of file communicators.hh.

Definition at line 78 of file communicators.hh.

Definition at line 77 of file communicators.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)