#include <SchemaCustomMethodImplementationModel.hpp>
◆ CustomMethodImplementationModel()
dbse::CustomMethodImplementationModel::CustomMethodImplementationModel |
( |
dunedaq::oks::OksMethod * | Method, |
|
|
QStringList | Headers ) |
◆ ~CustomMethodImplementationModel()
dbse::CustomMethodImplementationModel::~CustomMethodImplementationModel |
( |
| ) |
|
|
default |
◆ setupModel()
void dbse::CustomMethodImplementationModel::setupModel |
( |
| ) |
|
|
virtual |
Implements dbse::CustomModelInterface.
Definition at line 13 of file SchemaCustomMethodImplementationModel.cpp.
14{
16 const std::list<OksMethodImplementation *> * ImplementationList =
18
19 if ( ImplementationList )
20 {
22 {
23 QStringList Row;
24 Row.append ( QString::fromStdString ( Implementation->get_language() ) );
25 Row.append ( QString::fromStdString ( Implementation->get_prototype() ) );
27 }
28 }
29}
QList< QStringList > Data
OKS method implementation class.
const std::list< OksMethodImplementation * > * implementations() const noexcept
◆ SchemaMethod
The documentation for this class was generated from the following files: