
#include <ampiimpl.h>

Public Member Functions | |
| memBuf () | |
| memBuf (int size) | |
| void | setSize (int s) |
| int | getSize (void) const |
| const void * | getData (void) const |
| void * | getData (void) |
Private Attributes | |
| CkVec< char > | buf |
Definition at line 842 of file ampiimpl.h.
| memBuf::memBuf | ( | ) | [inline] |
Definition at line 845 of file ampiimpl.h.
| memBuf::memBuf | ( | int | size | ) | [inline] |
Definition at line 846 of file ampiimpl.h.
| void memBuf::setSize | ( | int | s | ) | [inline] |
Definition at line 847 of file ampiimpl.h.
References buf, and CkVec< T >::resize().
Referenced by pupIntoBuf().
| int memBuf::getSize | ( | void | ) | const [inline] |
Definition at line 848 of file ampiimpl.h.
References buf, and CkVec< T >::size().
Referenced by ampiCreateMain().
| const void* memBuf::getData | ( | void | ) | const [inline] |
Definition at line 849 of file ampiimpl.h.
References buf.
Referenced by ampiCreateMain(), and pupIntoBuf().
| void* memBuf::getData | ( | void | ) | [inline] |
CkVec<char> memBuf::buf [private] |
1.5.5