|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Method commands. More...
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetNameMethodCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksMethod *Method, std::string name) | |
| ~SetNameMethodCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksMethod * | SchemaMethod |
| std::string | NewMethodName |
| std::string | OldMethodName |
Method commands.
Definition at line 368 of file SchemaCommand.hpp.
| dbse::SetNameMethodCommand::SetNameMethodCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksMethod * | Method, | ||
| std::string | name ) |
Definition at line 685 of file SchemaCommand.cpp.
| dbse::SetNameMethodCommand::~SetNameMethodCommand | ( | ) |
Definition at line 694 of file SchemaCommand.cpp.
| void dbse::SetNameMethodCommand::redo | ( | ) |
Definition at line 698 of file SchemaCommand.cpp.
| void dbse::SetNameMethodCommand::undo | ( | ) |
Definition at line 709 of file SchemaCommand.cpp.
|
private |
Definition at line 376 of file SchemaCommand.hpp.
|
private |
Definition at line 378 of file SchemaCommand.hpp.
|
private |
Definition at line 379 of file SchemaCommand.hpp.
|
private |
Definition at line 377 of file SchemaCommand.hpp.