g4tools  5.4.0
press_func
Go to the documentation of this file.
1 // Copyright (C) 2010, Guy Barrand. All rights reserved.
2 // See the file tools.license for terms.
3 
4 #ifndef tools_press_func
5 #define tools_press_func
6 
7 #include <ostream>
8 
9 namespace tools {
10 
11 typedef bool (*compress_func)(std::ostream&,unsigned int,unsigned int,const char*,unsigned int,char*,unsigned int&);
12 
13 typedef bool (*decompress_func)(std::ostream&,unsigned int,const char*,unsigned int,char*,unsigned int&);
14 
15 }
16 
17 #endif
tools::compress_func
bool(* compress_func)(std::ostream &, unsigned int, unsigned int, const char *, unsigned int, char *, unsigned int &)
Definition: press_func:11
tools
inlined C code : ///////////////////////////////////
Definition: aida_ntuple:26
tools::decompress_func
bool(* decompress_func)(std::ostream &, unsigned int, const char *, unsigned int, char *, unsigned int &)
Definition: press_func:13