|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetAttributeTypeCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksAttribute *Attribute, std::string NewType) | |
| ~SetAttributeTypeCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksAttribute * | SchemaAttribute |
| std::string | AttributeName |
| std::string | NewAttributeType |
| std::string | OldAttributeType |
Definition at line 456 of file SchemaCommand.hpp.
| dbse::SetAttributeTypeCommand::SetAttributeTypeCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksAttribute * | Attribute, | ||
| std::string | NewType ) |
Definition at line 835 of file SchemaCommand.cpp.
| dbse::SetAttributeTypeCommand::~SetAttributeTypeCommand | ( | ) |
Definition at line 847 of file SchemaCommand.cpp.
| void dbse::SetAttributeTypeCommand::redo | ( | ) |
Definition at line 851 of file SchemaCommand.cpp.
| void dbse::SetAttributeTypeCommand::undo | ( | ) |
Definition at line 862 of file SchemaCommand.cpp.
|
private |
Definition at line 466 of file SchemaCommand.hpp.
|
private |
Definition at line 464 of file SchemaCommand.hpp.
|
private |
Definition at line 467 of file SchemaCommand.hpp.
|
private |
Definition at line 468 of file SchemaCommand.hpp.
|
private |
Definition at line 465 of file SchemaCommand.hpp.