|
Last change
on this file since 746ff1 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:
373 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * Project: MoleCuilder
|
|---|
| 3 | * Description: creates and alters molecular systems
|
|---|
| 4 | * Copyright (C) 2010 University of Bonn. All rights reserved.
|
|---|
| 5 | * Please see the LICENSE file or "Copyright notice" in builder.cpp for details.
|
|---|
| 6 | */
|
|---|
| 7 |
|
|---|
| 8 | /*
|
|---|
| 9 | * CreatorStub.cpp
|
|---|
| 10 | *
|
|---|
| 11 | * Created on: Jan 4, 2011
|
|---|
| 12 | * Author: heber
|
|---|
| 13 | */
|
|---|
| 14 |
|
|---|
| 15 | namespace teststubs {
|
|---|
| 16 | class Aclass {};
|
|---|
| 17 | class Bclass {};
|
|---|
| 18 | };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.