CMS 3D CMS Logo

Public Member Functions | Public Attributes

edm::eventsetup::FactoryInfo Struct Reference

#include <ESProxyFactoryProducer.h>

List of all members.

Public Member Functions

 FactoryInfo ()
 FactoryInfo (const DataKey &iKey, boost::shared_ptr< ProxyFactoryBase > iFactory)

Public Attributes

boost::shared_ptr
< ProxyFactoryBase
factory_
DataKey key_

Detailed Description

Definition at line 68 of file ESProxyFactoryProducer.h.


Constructor & Destructor Documentation

edm::eventsetup::FactoryInfo::FactoryInfo ( ) [inline]

Definition at line 69 of file ESProxyFactoryProducer.h.

: key_(), factory_() {}
edm::eventsetup::FactoryInfo::FactoryInfo ( const DataKey iKey,
boost::shared_ptr< ProxyFactoryBase iFactory 
) [inline]

Definition at line 70 of file ESProxyFactoryProducer.h.

         : key_(iKey), 
         factory_(iFactory) {} 

Member Data Documentation

Definition at line 75 of file ESProxyFactoryProducer.h.

Definition at line 74 of file ESProxyFactoryProducer.h.