CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
simpleInheritance.h
Go to the documentation of this file.
1 #ifndef CondFormats_simpleInheritance_h
2 #define CondFormats_simpleInheritance_h
3 
5 class mybase{
6  public:
7  mybase(){}
8 
10 };
11 class child:public mybase{
12  public:
13  child(){}
14  int b;
15 
17 };
18 #endif
#define COND_SERIALIZABLE
Definition: Serializable.h:37