ESyS-Particle  4.0.1
pack.h
Go to the documentation of this file.
1 
2 // //
3 // Copyright (c) 2003-2011 by The University of Queensland //
4 // Earth Systems Science Computational Centre (ESSCC) //
5 // http://www.uq.edu.au/esscc //
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 ---
17 #include "tml/message/packed_message_interface.h"
18 
19 
32 template<typename T>
33 void TML_pack(TML_PackedMessageInterface*,const T&);
34 
45 template<typename T>
46 void TML_unpack(TML_PackedMessageInterface*,T&);
47 
48 #endif //_PACK_H