Bridge++
Version 1.5.4
Main Page
Namespaces
Classes
Files
File List
File Members
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
21
#include "
Org/fopr_WilsonGeneral_impl.h
"
22
#endif
23
24
// improved version
25
#ifdef USE_IMP
26
#include "
Imp/fopr_WilsonGeneral_impl.h
"
27
#endif
28
29
#ifdef LIB_CPP11
30
31
#if defined(USE_IMP)
32
using
Fopr_WilsonGeneral
=
Imp::Fopr_WilsonGeneral
;
33
#else
34
using
Fopr_WilsonGeneral
=
Org::Fopr_WilsonGeneral
;
35
#endif
36
37
#else
38
39
#if defined(USE_IMP)
40
typedef
Imp::Fopr_WilsonGeneral
Fopr_WilsonGeneral
;
41
#else
42
typedef
Org::Fopr_WilsonGeneral
Fopr_WilsonGeneral
;
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 */
fopr_WilsonGeneral_impl.h
Imp::Fopr_WilsonGeneral
Definition:
fopr_WilsonGeneral_impl.h:37
Org::Fopr_WilsonGeneral
Definition:
fopr_WilsonGeneral_impl.h:36
fopr_WilsonGeneral_impl.h
Fopr_WilsonGeneral
Org::Fopr_WilsonGeneral Fopr_WilsonGeneral
Definition:
fopr_WilsonGeneral.h:42
src
lib
Fopr
fopr_WilsonGeneral.h
Generated on Thu Mar 19 2020 10:28:22 for Bridge++ by
1.8.6