teqp
0.22.0
Loading...
Searching...
No Matches
interface
CPP
model_factory_LKP.cpp
Go to the documentation of this file.
1
#include "
teqp/cpp/teqpcpp.hpp
"
2
#include "
teqp/cpp/deriv_adapter.hpp
"
3
#include "
teqp/models/LKP.hpp
"
4
5
namespace
teqp
{
6
namespace
cppinterface{
7
std::unique_ptr<teqp::cppinterface::AbstractModel>
make_LKP
(
const
nlohmann::json &j){
8
return
teqp::cppinterface::adapter::make_owned
(
LKP::make_LKPMix
(j));
9
}
10
}
11
}
LKP.hpp
deriv_adapter.hpp
teqp::LKP::make_LKPMix
auto make_LKPMix(const nlohmann::json &j)
Definition
LKP.hpp:100
teqp::cppinterface::adapter::make_owned
auto make_owned(const TemplatedModel &tmodel)
Definition
deriv_adapter.hpp:230
teqp::cppinterface::make_LKP
std::unique_ptr< teqp::cppinterface::AbstractModel > make_LKP(const nlohmann::json &j)
Definition
model_factory_LKP.cpp:7
teqp
Definition
ancillary_builder.hpp:8
teqpcpp.hpp
Generated by
1.11.0