#include <Copier.H>
CopierBuffer::CopierBuffer |
( |
| ) |
|
|
inline |
null constructor, copy constructor and operator= can be compiler defined.
virtual CopierBuffer::~CopierBuffer |
( |
| ) |
|
|
virtual |
void CopierBuffer::clear |
( |
| ) |
|
bool CopierBuffer::isDefined |
( |
int |
ncomps | ) |
const |
|
inline |
int CopierBuffer::m_ncomps |
|
mutable |
void* CopierBuffer::m_sendbuffer |
|
mutable |
size_t CopierBuffer::m_sendcapacity |
|
mutable |
void* CopierBuffer::m_recbuffer |
|
mutable |
size_t CopierBuffer::m_reccapacity |
|
mutable |
std::vector<bufEntry> CopierBuffer::m_fromMe |
|
mutable |
std::vector<bufEntry> CopierBuffer::m_toMe |
|
mutable |
The documentation for this class was generated from the following file: