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