Bridge++  Version 1.5.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fopr_WilsonGeneral.h
Go to the documentation of this file.
1 
14 #ifndef FOPR_WILSONGENERAL_INCLUDED
15 #define FOPR_WILSONGENERAL_INCLUDED
16 
17 // implementations
18 
19 // original unoptimised version
20 #ifdef USE_ORG
22 #endif
23 
24 // improved version
25 #ifdef USE_IMP
27 #endif
28 
29 #ifdef LIB_CPP11
30 
31 #if defined(USE_IMP)
33 #else
35 #endif
36 
37 #else
38 
39 #if defined(USE_IMP)
41 #else
43 #endif
44 #endif
45 
46 #ifdef USE_FACTORY
47 namespace Selector_Fopr_WilsonGeneral
48 {
49  bool register_factory();
50 }
51 #endif
52 
53 #endif /* FOPR_WILSONGENERAL_INCLUDED */
Org::Fopr_WilsonGeneral Fopr_WilsonGeneral