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