test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CondCore
ORA
src
ArrayHandlerFactory.h
Go to the documentation of this file.
1
#ifndef INCLUDE_ORA_ARRAYHANDLERFACTORY_H
2
#define INCLUDE_ORA_ARRAYHANDLERFACTORY_H
3
4
namespace
edm {
5
class
TypeWithDict;
6
}
7
8
namespace
ora {
9
10
class
IArrayHandler;
11
17
class
ArrayHandlerFactory
{
18
public
:
19
static
IArrayHandler
*
newArrayHandler
(
const
edm::TypeWithDict
& arrayType );
20
};
21
22
}
23
24
#endif
ora::IArrayHandler
Definition:
IArrayHandler.h:28
ora::ArrayHandlerFactory::newArrayHandler
static IArrayHandler * newArrayHandler(const edm::TypeWithDict &arrayType)
Definition:
ArrayHandlerFactory.cc:10
edm::TypeWithDict
Definition:
TypeWithDict.h:38
ora::ArrayHandlerFactory
Definition:
ArrayHandlerFactory.h:17
Generated for CMSSW Reference Manual by
1.8.5