g4tools  5.4.0
idir
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_idir
5 #define tools_wroot_idir
6 
7 #include "seek"
8 
9 namespace tools {
10 namespace wroot {
11  class ifile;
12  class iobject;
13 }}
14 
15 namespace tools {
16 namespace wroot {
17 
18 class idir {
19 public:
20  virtual ~idir(){}
21 public:
22  virtual ifile& file() = 0;
23  virtual seek seek_directory() const = 0;
24  virtual void append_object(iobject*) = 0; //for tree.
25 };
26 
27 }}
28 
29 #endif
tools::wroot::seek
int64 seek
Definition: seek:16
tools::wroot::ifile
Definition: ifile:18
tools::wroot::iobject
Definition: iobject:17
tools::wroot::idir
Definition: idir:18
tools::wroot::idir::file
virtual ifile & file()=0
tools::wroot::idir::~idir
virtual ~idir()
Definition: idir:20
tools::wroot::idir::seek_directory
virtual seek seek_directory() const =0
tools::wroot::idir::append_object
virtual void append_object(iobject *)=0
tools
inlined C code : ///////////////////////////////////
Definition: aida_ntuple:26
seek