#include "dbe/Exceptions.hpp"
#include "dbe/config_object_key.hpp"
#include "conffwk/ConfigObject.hpp"
#include <vector>
#include <memory>
Go to the source code of this file.
◆ DEBUG_THROW_ON_NULL_CONFIGOBJECT_REFERENCE
#define DEBUG_THROW_ON_NULL_CONFIGOBJECT_REFERENCE |
Value: if(check_null and rval.is_deleted()) \
throw daq::dbe::null_config_reference_access(
ERS_HERE);
Definition at line 20 of file config_reference.hpp.
20#define DEBUG_THROW_ON_NULL_CONFIGOBJECT_REFERENCE \
21 if(check_null and rval.is_deleted()) \
22 throw daq::dbe::null_config_reference_access(ERS_HERE);