Main Page
Namespaces
Classes
Package Documentation
GIT Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondFormats
Calibration
interface
simpleInheritance.h
Go to the documentation of this file.
1
#ifndef CondFormats_simpleInheritance_h
2
#define CondFormats_simpleInheritance_h
3
class
mybase
{
4
public
:
5
mybase
(){}
6
};
7
class
child
:
public
mybase
{
8
public
:
9
child
(){}
10
int
b
;
11
};
12
#endif
mybase::mybase
mybase()
Definition:
simpleInheritance.h:5
mybase
Definition:
simpleInheritance.h:3
child
Definition:
simpleInheritance.h:7
child::child
child()
Definition:
simpleInheritance.h:9
child::b
int b
Definition:
simpleInheritance.h:10
Generated for CMSSW Reference Manual by
1.8.5