|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SchemaCommand.hpp>
Public Member Functions | |
| SetIsCompositeRelationshipCommand (dunedaq::oks::OksClass *Class, dunedaq::oks::OksRelationship *Relationship, bool Value) | |
| ~SetIsCompositeRelationshipCommand () | |
| void | redo () |
| void | undo () |
Private Attributes | |
| std::string | ClassName |
| dunedaq::oks::OksRelationship * | SchemaRelationship |
| std::string | RelationshipName |
| bool | NewValue |
| bool | OldValue |
Definition at line 185 of file SchemaCommand.hpp.
| dbse::SetIsCompositeRelationshipCommand::SetIsCompositeRelationshipCommand | ( | dunedaq::oks::OksClass * | Class, |
| dunedaq::oks::OksRelationship * | Relationship, | ||
| bool | Value ) |
Definition at line 337 of file SchemaCommand.cpp.
| dbse::SetIsCompositeRelationshipCommand::~SetIsCompositeRelationshipCommand | ( | ) |
Definition at line 348 of file SchemaCommand.cpp.
| void dbse::SetIsCompositeRelationshipCommand::redo | ( | ) |
Definition at line 352 of file SchemaCommand.cpp.
| void dbse::SetIsCompositeRelationshipCommand::undo | ( | ) |
Definition at line 363 of file SchemaCommand.cpp.
|
private |
Definition at line 193 of file SchemaCommand.hpp.
|
private |
Definition at line 196 of file SchemaCommand.hpp.
|
private |
Definition at line 197 of file SchemaCommand.hpp.
|
private |
Definition at line 195 of file SchemaCommand.hpp.
|
private |
Definition at line 194 of file SchemaCommand.hpp.