21 #ifndef mia_core_delayedparameter_hh
22 #define mia_core_delayedparameter_hh
91 throw create_exception<std::invalid_argument>(
"TDelayedParameter::get(): Key '", m_key,
92 "' is not availabe in the data pool");
104 template <
typename T>
107 return !m_key.empty();
bool has_key(const std::string &key) const
bool key_is_valid() const
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
TDelayedParameter()=default
bool pool_has_key() const
static CDatapool & instance()
A parameter proxy object with a key to identify it.
boost::any get(const std::string &key) const
#define NS_MIA_END
conveniance define to end the mia namespace