g4tools  5.4.0
ibo
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_ibo
5 #define tools_wroot_ibo
6 
7 #include <string>
8 
9 namespace tools {
10 namespace wroot {
11  class buffer;
12 }}
13 
14 namespace tools {
15 namespace wroot {
16 
17 class ibo {
18 public:
19  virtual ~ibo() {}
20 public:
21  virtual const std::string& store_cls() const = 0;
22  virtual bool stream(buffer&) const = 0;
23 };
24 
25 }}
26 
27 #endif
tools::wroot::ibo::store_cls
virtual const std::string & store_cls() const =0
tools::wroot::ibo
Definition: ibo:17
tools::wroot::ibo::stream
virtual bool stream(buffer &) const =0
tools::wroot::ibo::~ibo
virtual ~ibo()
Definition: ibo:19
tools
inlined C code : ///////////////////////////////////
Definition: aida_ntuple:26
tools::wroot::buffer
Definition: buffer:28