|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Methods implementation commands. More...
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetMethodImplementationLanguage (dunedaq::oks::OksClass *Class, dunedaq::oks::OksMethod *Method, dunedaq::oks::OksMethodImplementation *Implementation, std::string Language) | |
| ~SetMethodImplementationLanguage () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| std::string | MethodName |
| dunedaq::oks::OksMethodImplementation * | SchemaImplementation |
| std::string | NewLanguage |
| std::string | OldLanguage |
Methods implementation commands.
Definition at line 273 of file SchemaCommand.hpp.
| dbse::SetMethodImplementationLanguage::SetMethodImplementationLanguage | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksMethod * | Method, | ||
| dunedaq::oks::OksMethodImplementation * | Implementation, | ||
| std::string | Language ) |
Definition at line 506 of file SchemaCommand.cpp.
| dbse::SetMethodImplementationLanguage::~SetMethodImplementationLanguage | ( | ) |
Definition at line 517 of file SchemaCommand.cpp.
| void dbse::SetMethodImplementationLanguage::redo | ( | ) |
Definition at line 521 of file SchemaCommand.cpp.
| void dbse::SetMethodImplementationLanguage::undo | ( | ) |
Definition at line 532 of file SchemaCommand.cpp.
|
private |
Definition at line 284 of file SchemaCommand.hpp.
|
private |
Definition at line 285 of file SchemaCommand.hpp.
|
private |
Definition at line 287 of file SchemaCommand.hpp.
|
private |
Definition at line 288 of file SchemaCommand.hpp.
|
private |
Definition at line 286 of file SchemaCommand.hpp.