|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetDescriptionRelationshipCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksRelationship *Relationship, std::string Description) | |
| ~SetDescriptionRelationshipCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksRelationship * | SchemaRelationship |
| std::string | RelationshipName |
| std::string | NewDescription |
| std::string | OldDescription |
Definition at line 135 of file SchemaCommand.hpp.
| dbse::SetDescriptionRelationshipCommand::SetDescriptionRelationshipCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksRelationship * | Relationship, | ||
| std::string | Description ) |
Definition at line 240 of file SchemaCommand.cpp.
| dbse::SetDescriptionRelationshipCommand::~SetDescriptionRelationshipCommand | ( | ) |
Definition at line 251 of file SchemaCommand.cpp.
| void dbse::SetDescriptionRelationshipCommand::redo | ( | ) |
Definition at line 255 of file SchemaCommand.cpp.
| void dbse::SetDescriptionRelationshipCommand::undo | ( | ) |
Definition at line 266 of file SchemaCommand.cpp.
|
private |
Definition at line 144 of file SchemaCommand.hpp.
|
private |
Definition at line 147 of file SchemaCommand.hpp.
|
private |
Definition at line 148 of file SchemaCommand.hpp.
|
private |
Definition at line 146 of file SchemaCommand.hpp.
|
private |
Definition at line 145 of file SchemaCommand.hpp.