|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "oks/xml.hpp"#include "oks/defs.hpp"#include "oks/exceptions.hpp"#include "oks/kernel.hpp"#include "oks/object.hpp"#include "oks/cstring.hpp"#include <iostream>#include <sstream>#include <boost/spirit/include/karma.hpp>#include <errno.h>#include <stdlib.h>#include "ers/ers.hpp"#include "logging/Logging.hpp"Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::oks |
| namespace | dunedaq::oks::xml |
Functions | |
| void | dunedaq::oks::throw_validate_not_empty (const char *name) |
| static std::string | dunedaq::oks::report_unexpected (const char *what, const char expected, const char read) |
| static void | dunedaq::oks::__throw_runtime_error_unexpected_symbol (const char expected, const char read) |
| static void | dunedaq::oks::__throw_bad_file_data_unexpected_symbol (const char *what, const char expected, const char read, unsigned long l, unsigned long p) |
| bool | dunedaq::oks::__is_comment (const char *s) |
Variables | |
| const char | dunedaq::oks::xml::left_angle_bracket [] = "<" |
| const char | dunedaq::oks::xml::right_angle_bracket [] = ">" |
| const char | dunedaq::oks::xml::ampersand [] = "&" |
| const char | dunedaq::oks::xml::carriage_return [] = "
" |
| const char | dunedaq::oks::xml::new_line [] = "
" |
| const char | dunedaq::oks::xml::tabulation [] = "	" |
| const char | dunedaq::oks::xml::single_quote [] = "'" |
| const char | dunedaq::oks::xml::double_quote [] = """ |