DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Include QT Headers. More...
Namespaces | |
namespace | actions |
namespace | config |
namespace | convert |
namespace | inner |
namespace | interface |
namespace | models |
namespace | tool |
namespace | types |
namespace | Ui |
namespace | ui |
namespace | widgets |
Typedefs | |
typedef config_object_key | cokey |
typedef config_object_description | dref |
template<typename S > | |
using | config_object_preimage |
typedef config_object_preimage< std::string > | t_config_object_preimage |
typedef config_object_representation | t_config_object_rep |
typedef config_object_aggregates | config_object_aggregator |
typedef config_object_linked | config_object_linker |
typedef inner::configobject::tref | tref |
typedef inner::configobject::vref | vref |
typedef inner::configobject::aref< config_object_linked< std::string > > | aref |
typedef inner::configobject::gref< config_object_aggregates< std::string > > | gref |
Enumerations | |
enum class | dbinfo { oks , roks , rdb } |
Functions | |
template<> | |
void | confaccessor::set_dbinfo< dbinfo::oks > (QString const &p) |
template<> | |
void | confaccessor::set_dbinfo< dbinfo::roks > (QString const &p) |
template<> | |
void | confaccessor::set_dbinfo< dbinfo::rdb > (QString const &p) |
template<typename T > | |
bool | operator== (config_object_key< T > const &left, config_object_key< T > const &right) |
Include QT Headers.
Include Qt.
Including DBE.
Including Qt Headers.
Including QT.
Including QT Headers.
Including Ui Files
Including config
Including DBE Including Ui Files
Including DBE
Including UI Files Including DBE
Including DBE Headers
Including config headers
Including dbe
typedef inner::configobject::aref<config_object_linked<std::string> > dbe::aref |
typedef config_object_key dbe::cokey |
Definition at line 31 of file config_object_key.hpp.
Definition at line 115 of file confobject_extra.hpp.
Definition at line 143 of file confobject_extra.hpp.
using dbe::config_object_preimage |
Provides a preimage abstraction of a config object by encoding the information needed for the creation of a ConfigObject in the Configuration database.
Definition at line 137 of file confobject_desc.hpp.
typedef config_object_description dbe::dref |
Definition at line 104 of file confobject_desc.hpp.
typedef inner::configobject::gref<config_object_aggregates<std::string> > dbe::gref |
typedef config_object_preimage<std::string> dbe::t_config_object_preimage |
Definition at line 139 of file confobject_desc.hpp.
Definition at line 197 of file confobject_desc.hpp.
typedef inner::configobject::tref dbe::tref |
typedef inner::configobject::vref dbe::vref |
|
strong |
Enumerator | |
---|---|
oks | |
roks | |
rdb |
Definition at line 14 of file dbinfo.hpp.
void dbe::confaccessor::set_dbinfo< dbinfo::oks > | ( | QString const & | p | ) |
void dbe::confaccessor::set_dbinfo< dbinfo::rdb > | ( | QString const & | p | ) |
void dbe::confaccessor::set_dbinfo< dbinfo::roks > | ( | QString const & | p | ) |
|
inline |
Comparison between to orefs always results in comparison of their full name
left | oref to compare |
right | oref to compare |
Definition at line 41 of file config_object_key.hpp.