#include <ampiimpl.h>
Public Member Functions | |
memBuf () | |
memBuf (int size) noexcept | |
void | setSize (int s) noexcept |
int | getSize () const noexcept |
const void * | getData () const noexcept |
void * | getData () noexcept |
Private Attributes | |
CkVec< char > | buf |
Definition at line 1585 of file ampiimpl.h.
memBuf::memBuf | ( | ) |
memBuf::memBuf | ( | int | size | ) | [inline] |
Definition at line 1589 of file ampiimpl.h.
void memBuf::setSize | ( | int | s | ) | [inline] |
int memBuf::getSize | ( | void | ) | const [inline] |
Definition at line 1591 of file ampiimpl.h.
References buf.
Referenced by ampiCreateMain().
const void* memBuf::getData | ( | void | ) | const [inline] |
Definition at line 1592 of file ampiimpl.h.
References buf.
Referenced by ampiCreateMain().
void* memBuf::getData | ( | void | ) | [inline] |
CkVec<char> memBuf::buf [private] |
Definition at line 1586 of file ampiimpl.h.