|
Last change
on this file since b09709 was 746ff1, checked in by Frederik Heber <heber@…>, 15 years ago |
|
Added Creator and Factory pattern.
- unittests added.
- new subfolder stubs that contains stubs for Creator and Factory.
- the only preprocessor stuff is in Factory_impl.hpp.
- FactoryTypeList.hpp is necessary as long as no variadic template argument
lists are possible.
- library version is 2:0:0, API version is 1.0.2.
|
-
Property mode
set to
100644
|
|
File size:
243 bytes
|
| Rev | Line | |
|---|
| [746ff1] | 1 | #ifndef FACTORYSTUB_DEF_
|
|---|
| 2 | #define FACTORYSTUB_DEF_
|
|---|
| 3 |
|
|---|
| 4 | #define type_seq (Aclass)(Bclass)
|
|---|
| 5 | #define Abstract_Interface_Class ICreatorStub
|
|---|
| 6 | #define Abstract_Encapsulation_Class CreatorStub
|
|---|
| 7 | #define type_name_space teststubs::
|
|---|
| 8 |
|
|---|
| 9 | #endif //FACTORYSTUB_DEF_
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.