ESyS-Particle  2.3
pack.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2014 by The University of Queensland //
4 // Centre for Geoscience Computing //
5 // http://earth.uq.edu.au/centre-geoscience-computing //
6 // //
7 // Primary Business: Brisbane, Queensland, Australia //
8 // Licensed under the Open Software License version 3.0 //
9 // http://www.opensource.org/licenses/osl-3.0.php //
10 // //
12 
13 #ifndef _PACK_H
14 #define _PACK_H
15 
16 //--- project includes ---
18 
19 
32 template<typename T>
33 void TML_pack(TML_PackedMessageInterface*,const T&);
34 
45 template<typename T>
47 
48 #endif //_PACK_H
void TML_pack(TML_PackedMessageInterface *, const T &)
void TML_unpack(TML_PackedMessageInterface *, T &)
Abstract base/interface class for packed messages to be used in TML_Pack.
Definition: packed_message_interface.h:28