#include <class.hpp>
|
static std::string | fill (const OksClass &c, const std::string &name) noexcept |
|
Cannot find super class
Definition at line 47 of file class.hpp.
◆ CannotFindSuperClass()
dunedaq::oks::CannotFindSuperClass::CannotFindSuperClass |
( |
const OksClass & | c, |
|
|
const std::string & | name ) |
|
inlinenoexcept |
Definition at line 51 of file class.hpp.
static std::string fill(const OksClass &c, const std::string &name) noexcept
caught dunedaq::conffwk::Exception exception
◆ ~CannotFindSuperClass()
virtual dunedaq::oks::CannotFindSuperClass::~CannotFindSuperClass |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ fill()
std::string dunedaq::oks::CannotFindSuperClass::fill |
( |
const OksClass & | c, |
|
|
const std::string & | name ) |
|
staticprivatenoexcept |
Definition at line 37 of file class.cpp.
38 {
39 return std::string(
"cannot find superclass \'") + name +
"\' of class \'" +
c.get_name() +
'\'';
40 }
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/sourcecode/oks/include/oks/class.hpp
- /github/workspace/dunedaq/sourcecode/oks/src/class.cpp