VPTissue Reference Manual
Default/components/cell2cell_transport_boundary/factories.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2011-2016 Universiteit Antwerpen
3  *
4  * Licensed under the EUPL, Version 1.1 or as soon they will be approved by
5  * the European Commission - subsequent versions of the EUPL (the "Licence");
6  * You may not use this work except in compliance with the Licence.
7  * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl5
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the Licence is distributed on an "AS IS" basis,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the Licence for the specific language governing
13  * permissions and limitations under the Licence.
14  */
20 #include "factories.h"
21 
22 #include "TestCoupling_I.h"
23 #include "TestCoupling_II.h"
24 
25 #include <boost/functional/value_factory.hpp>
26 #include <utility>
27 
28 namespace SimPT_Default {
29 namespace CellToCellTransportBoundary {
30 
31 // ------------------------------------------------------------------------------
32 // Add new classes here (but do not forget to include the header also).
33 // ------------------------------------------------------------------------------
35 {{
36  std::make_pair("TestCoupling_I", boost::value_factory<TestCoupling_I>()),
37  std::make_pair("TestCoupling_II", boost::value_factory<TestCoupling_II>())
38 }};
39 
40 } // namespace
41 } // namespace
CellToCellTransportBoundary component for the TestCoupling model.
Namespace for components of the Default model group.
CellToCellTransportBoundary component for the TestCoupling model.
const ComponentTraits< CellToCellTransportBoundaryTag >::MapType g_component_factories
Stores cell chemistry component factories.
CellToCellTransport component factory map.
Primary template never gets instantiated.