#include <xml.hpp>
|
static std::string | fill (const std::string &tag) |
|
Definition at line 91 of file xml.hpp.
◆ EndOfXmlStream()
dunedaq::oks::EndOfXmlStream::EndOfXmlStream |
( |
const std::string & | tag | ) |
|
|
inlinenoexcept |
Definition at line 95 of file xml.hpp.
static std::string fill(const std::string &tag)
caught dunedaq::conffwk::Exception exception
◆ ~EndOfXmlStream()
virtual dunedaq::oks::EndOfXmlStream::~EndOfXmlStream |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ fill()
std::string dunedaq::oks::EndOfXmlStream::fill |
( |
const std::string & | tag | ) |
|
|
staticprivate |
Definition at line 72 of file xml.cpp.
73 {
74 return (std::string("Read end-of-stream tag \'") + tag + '\'');
75 }
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/sourcecode/oks/include/oks/xml.hpp
- /github/workspace/dunedaq/sourcecode/oks/src/xml.cpp