Go to the source code of this file.
|
template<typename DATA_TYPE , typename BUFFER_TYPE > |
void | flecsi::topo::unstructured_impl::cast_insert (DATA_TYPE const *const data, size_t len, BUFFER_TYPE &buf) |
|
template<typename BUFFER_TYPE , typename DATA_TYPE > |
void | flecsi::topo::unstructured_impl::uncast (BUFFER_TYPE const *&buffer, size_t len, DATA_TYPE *data) |
|