Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Utilities
interface
BaseWithDict.h
Go to the documentation of this file.
1
#ifndef FWCore_Utilities_BaseWithDict_h
2
#define FWCore_Utilities_BaseWithDict_h
3
4
/*----------------------------------------------------------------------
5
6
BaseWithDict: A holder for a base class
7
8
----------------------------------------------------------------------*/
9
10
11
#include <string>
12
13
class
TBaseClass;
14
15
namespace
edm {
16
17
class
TypeWithDict;
18
19
class
BaseWithDict
{
20
private
:
21
TBaseClass*
baseClass_
;
22
public
:
23
BaseWithDict
();
24
explicit
BaseWithDict
(TBaseClass*);
25
bool
isPublic
()
const
;
26
std::string
name
()
const
;
27
TypeWithDict
typeOf
()
const
;
28
size_t
offset
()
const
;
29
};
30
31
}
// namespace edm
32
33
#include "
FWCore/Utilities/interface/TypeWithDict.h
"
34
35
#endif // FWCore_Utilities_BaseWithDict_h
edm::BaseWithDict
Definition:
BaseWithDict.h:19
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
edm::BaseWithDict::offset
size_t offset() const
Definition:
BaseWithDict.cc:31
edm::BaseWithDict::BaseWithDict
BaseWithDict()
Definition:
BaseWithDict.cc:9
TypeWithDict.h
edm::BaseWithDict::typeOf
TypeWithDict typeOf() const
Definition:
BaseWithDict.cc:26
edm::TypeWithDict
Definition:
TypeWithDict.h:38
edm::BaseWithDict::name
std::string name() const
Definition:
BaseWithDict.cc:21
edm::BaseWithDict::isPublic
bool isPublic() const
Definition:
BaseWithDict.cc:16
edm::BaseWithDict::baseClass_
TBaseClass * baseClass_
Definition:
BaseWithDict.h:21
Generated for CMSSW Reference Manual by
1.8.5