g4tools  5.4.0
seek
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_rroot_seek
5 #define tools_rroot_seek
6 
8 // Definition of a file pointer . //
10 
11 #include "../typedefs"
12 
13 namespace tools {
14 namespace rroot {
15 
16 typedef int64 seek;
17 typedef int seek32;
18 
19 inline uint32 big_file_version_tag() {return 1000;}
20 
21 }}
22 
23 #endif
tools::int64
long long int64
Definition: typedefs:67
tools::rroot::seek32
int seek32
Definition: seek:17
tools::rroot::big_file_version_tag
uint32 big_file_version_tag()
Definition: seek:19
tools::rroot::seek
int64 seek
Definition: seek:16
tools
inlined C code : ///////////////////////////////////
Definition: aida_ntuple:26
tools::uint32
unsigned int uint32
Definition: typedefs:71