|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetAttributeIsNullCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksAttribute *Attribute, bool NewIsNull) | |
| ~SetAttributeIsNullCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksAttribute * | SchemaAttribute |
| std::string | AttributeName |
| bool | NewAttributeIsNull |
| bool | OldAttributeIsNull |
Definition at line 516 of file SchemaCommand.hpp.
| dbse::SetAttributeIsNullCommand::SetAttributeIsNullCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksAttribute * | Attribute, | ||
| bool | NewIsNull ) |
Definition at line 967 of file SchemaCommand.cpp.
| dbse::SetAttributeIsNullCommand::~SetAttributeIsNullCommand | ( | ) |
Definition at line 979 of file SchemaCommand.cpp.
| void dbse::SetAttributeIsNullCommand::redo | ( | ) |
Definition at line 983 of file SchemaCommand.cpp.
| void dbse::SetAttributeIsNullCommand::undo | ( | ) |
Definition at line 994 of file SchemaCommand.cpp.
|
private |
Definition at line 526 of file SchemaCommand.hpp.
|
private |
Definition at line 524 of file SchemaCommand.hpp.
|
private |
Definition at line 527 of file SchemaCommand.hpp.
|
private |
Definition at line 528 of file SchemaCommand.hpp.
|
private |
Definition at line 525 of file SchemaCommand.hpp.