Util--  1.1
factory_error_fwd.hh
Go to the documentation of this file.
1 /* -*- C++ -*-
2  * $Id: factory_error_fwd.hh 954 2005-02-23 12:38:20Z fpy $
3  */
4 #ifndef UTILMM_TYPES_FACTORY_ERROR_FWD
5 # define UTILMM_TYPES_FACTORY_ERROR_FWD
6 
7 namespace utilmm {
8  namespace factory_toolbox {
9 
10  template<class AbstractProduct, typename IdentifierType, typename Result>
11  struct error;
12 
13  } // namespace utilmm::factory_toolbox
14 } // namespace utilmm
15 
16 #endif // UTILMM_TYPES_FACTORY_ERROR_FWD
17 
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