|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <model_common_interface.hpp>
Public Member Functions | |
| virtual | ~model_initiate_actions_interface ()=default |
| virtual bool | delete_objects (type_indices::iterator, type_indices::iterator)=0 |
| virtual bool | update_objects (type_indices::iterator, type_indices::iterator)=0 |
| virtual bool | create_objects (type_indices::iterator, type_indices::iterator)=0 |
Definition at line 113 of file model_common_interface.hpp.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
Entry point from a view knowing this model to force deletion of object from the database
| iterator | to the beginning of container with model indices for removal |
| iterator | to the end of container with model indices for removal |
Implemented in dbe::model_common_impl< T >, dbe::model_common_impl< subtree_proxy >, dbe::model_common_impl< table >, dbe::model_common_impl< tableselection >, dbe::model_common_impl< tree >, and dbe::model_common_impl< treeselection >.
|
pure virtual |