|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| AddSuperClassCommand (dunedaq::oks::OksClass *Class, std::string SuperClass) | |
| ~AddSuperClassCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| std::string | NewSuperClass |
Definition at line 52 of file SchemaCommand.hpp.
| dbse::AddSuperClassCommand::AddSuperClassCommand | ( | dunedaq::oks::OksClass * | Class, |
| std::string | SuperClass ) |
Definition at line 129 of file SchemaCommand.cpp.
| dbse::AddSuperClassCommand::~AddSuperClassCommand | ( | ) |
Definition at line 136 of file SchemaCommand.cpp.
| void dbse::AddSuperClassCommand::redo | ( | ) |
Definition at line 140 of file SchemaCommand.cpp.
| void dbse::AddSuperClassCommand::undo | ( | ) |
Definition at line 146 of file SchemaCommand.cpp.
|
private |
Definition at line 60 of file SchemaCommand.hpp.
|
private |
Definition at line 61 of file SchemaCommand.hpp.