Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/Geant4/tools/press_func is written in an unsupported language. File is not indexed.

0001 // Copyright (C) 2010, Guy Barrand. All rights reserved.
0002 // See the file tools.license for terms.
0003 
0004 #ifndef tools_press_func
0005 #define tools_press_func
0006 
0007 #include <ostream>
0008 
0009 namespace tools {
0010 
0011 typedef bool (*compress_func)(std::ostream&,unsigned int,unsigned int,const char*,unsigned int,char*,unsigned int&);
0012 
0013 typedef bool (*decompress_func)(std::ostream&,unsigned int,const char*,unsigned int,char*,unsigned int&);
0014 
0015 }
0016 
0017 #endif