Util--  1.1
factory_fwd.hh
Go to the documentation of this file.
1 /* -*- C++ -*-
2  * $Id: factory_fwd.hh 957 2005-03-07 16:01:20Z sjoyeux $
3  */
4 #ifndef UTILMM_TYPES_FACTORY_FWD
5 # define UTILMM_TYPES_FACTORY_FWD
6 
7 # include <functional>
8 
10 
11 namespace utilmm {
12 
13  template< class AbstractProduct, typename IdentifierType,
14  typename Result = AbstractProduct *,
15  typename ProductCreator = Result (*)(),
16  template<typename, class, typename>
17  class FactoryErrorPolicy = factory_toolbox::error,
18  class OrderId = std::less<IdentifierType> >
19  class factory;
20 
21 } // namespace utilmm
22 
23 #endif // UTILMM_TYPES_FACTORY_FWD
24 
Forward declaration of utilmm::factory_toolbox::error.
Definition: auto_flag.hh:6

Generated on Mon Oct 22 2018 18:39:28 for Util-- by doxygen 1.8.13
SourceForge.net Project Page