CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ArrayHandlerFactory.h
Go to the documentation of this file.
1 #ifndef INCLUDE_ORA_ARRAYHANDLERFACTORY_H
2 #define INCLUDE_ORA_ARRAYHANDLERFACTORY_H
3 
4 namespace Reflex {
5  class Type;
6 }
7 
8 namespace ora {
9 
10  class IArrayHandler;
11 
18  public:
19  static IArrayHandler* newArrayHandler( const Reflex::Type& arrayType );
20  };
21 
22 }
23 
24 #endif
static IArrayHandler * newArrayHandler(const Reflex::Type &arrayType)