|
template<typename OutputIter , typename Context > |
static void | pack (const Container &a, OutputIter data_out, const Context *context) |
|
template<typename Context > |
static unsigned int | packable_size (const Container &a, const Context *context) |
|
template<typename BufferIter > |
static unsigned int | packed_size (BufferIter iter) |
|
template<typename BufferIter , typename Context > |
static Container | unpack (BufferIter in, Context *ctx) |
|
template<typename Container>
class libMesh::Parallel::PackingRange< Container >
Definition at line 800 of file packing.h.