test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CondFormats
Calibration
interface
simpleInheritance.h
Go to the documentation of this file.
1
#ifndef CondFormats_simpleInheritance_h
2
#define CondFormats_simpleInheritance_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
class
mybase
{
6
public
:
7
mybase
(){}
8
9
COND_SERIALIZABLE
;
10
};
11
class
child
:
public
mybase
{
12
public
:
13
child
(){}
14
int
b
;
15
16
COND_SERIALIZABLE
;
17
};
18
#endif
mybase::mybase
mybase()
Definition:
simpleInheritance.h:7
mybase
Definition:
simpleInheritance.h:5
child
Definition:
simpleInheritance.h:11
child::child
child()
Definition:
simpleInheritance.h:13
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
child::b
int b
Definition:
simpleInheritance.h:14
Serializable.h
Generated for CMSSW Reference Manual by
1.8.5