g4tools  5.4.0
itree
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_itree
5 #define tools_wroot_itree
6 
7 #include "../typedefs"
8 
9 namespace tools {
10 namespace wroot {
11  class idir;
12 }}
13 
14 namespace tools {
15 namespace wroot {
16 
17 class itree {
18 public:
19  virtual ~itree(){}
20 public:
21  //virtual void add_tot_bytes(uint32) = 0;
22  //virtual void add_zip_bytes(uint32) = 0;
23  virtual idir& dir() = 0;
24  virtual const idir& dir() const = 0;
25 };
26 
27 }}
28 
29 #endif
tools::wroot::itree::~itree
virtual ~itree()
Definition: itree:19
tools::wroot::idir
Definition: idir:18
tools::wroot::itree::dir
virtual const idir & dir() const =0
tools
inlined C code : ///////////////////////////////////
Definition: aida_ntuple:26
tools::wroot::itree
Definition: itree:17
tools::wroot::itree::dir
virtual idir & dir()=0