g4tools
5.4.0
g4tools
tools
rroot
iobject
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_iobject
5
#define tools_rroot_iobject
6
7
#include <string>
8
9
namespace
tools
{
10
namespace
rroot {
11
class
buffer;
12
}}
13
14
namespace
tools
{
15
namespace
rroot {
16
17
class
iobject
{
18
public
:
19
virtual
~iobject
() {}
20
public
:
21
virtual
const
std::string&
name
()
const
= 0;
22
virtual
const
std::string&
title
()
const
= 0;
23
virtual
const
std::string&
store_class_name
()
const
= 0;
24
virtual
bool
stream
(
buffer
&) = 0;
25
};
26
27
}}
28
29
#endif
tools::rroot::iobject::stream
virtual bool stream(buffer &)=0
tools::rroot::iobject::store_class_name
virtual const std::string & store_class_name() const =0
tools::rroot::iobject::~iobject
virtual ~iobject()
Definition:
iobject:19
tools::rroot::iobject
Definition:
iobject:17
tools::rroot::iobject::name
virtual const std::string & name() const =0
tools
inlined C code : ///////////////////////////////////
Definition:
aida_ntuple:26
tools::rroot::buffer
Definition:
buffer:43
tools::rroot::iobject::title
virtual const std::string & title() const =0
Generated by
1.8.20