ESyS-Particle  4.0.1
pack.h
Go to the documentation of this file.
00001 
00002 //                                                         //
00003 // Copyright (c) 2003-2011 by The University of Queensland //
00004 // Earth Systems Science Computational Centre (ESSCC)      //
00005 // http://www.uq.edu.au/esscc                              //
00006 //                                                         //
00007 // Primary Business: Brisbane, Queensland, Australia       //
00008 // Licensed under the Open Software License version 3.0    //
00009 // http://www.opensource.org/licenses/osl-3.0.php          //
00010 //                                                         //
00012 
00013 #ifndef _PACK_H
00014 #define _PACK_H
00015 
00016 //--- project includes ---
00017 #include "tml/message/packed_message_interface.h"
00018 
00019 
00032 template<typename T>
00033 void TML_pack(TML_PackedMessageInterface*,const T&);
00034 
00045 template<typename T>
00046 void TML_unpack(TML_PackedMessageInterface*,T&);
00047 
00048 #endif //_PACK_H