tdaq-develop-2025-02-12
|
#include <otsdaq/ConfigurationInterface/ConfigurationManagerRW.h>
Public Member Functions | |
TableEditStruct (const std::string &tableName, ConfigurationManagerRW *cfgMgr, bool markModified=false) | |
Public Attributes | |
TableBase * | table_ |
everything needed for editing a table | |
TableView * | tableView_ |
TableVersion | temporaryVersion_ |
TableVersion | originalVersion_ |
bool | createdTemporaryVersion_ |
indicates if temp version was created here | |
bool | modified_ |
indicates if temp version was modified | |
std::string | tableName_ |
const std::string | mfSubject_ |
TableEditStruct public class
Definition at line 158 of file ConfigurationManagerRW.h.
|
inline |
< proper bookkeeping for temporary version with the new version
Definition at line 176 of file ConfigurationManagerRW.h.