Definition at line 3110 of file kernel.cpp.
◆ OksLoadObjectsJob() [1/2]
Definition at line 3114 of file kernel.cpp.
3119 { ; }
std::shared_ptr< OksXmlInputStream > m_xmls
◆ OksLoadObjectsJob() [2/2]
◆ operator=()
◆ run()
void dunedaq::oks::OksLoadObjectsJob::run |
( |
void | | ) |
|
|
inlinevirtual |
Implements dunedaq::oks::OksJob.
Definition at line 3122 of file kernel.cpp.
3123 {
3124 try {
3125 OksAliasTable alias_table;
3127
3129
3130 try {
3133 }
3134 }
3135 catch(FailedCreateObject & ex) {
3137 return;
3138 }
3139
3141 }
3142 catch (std::exception& ex) {
3144 }
3145 }
static OksObject * read(const oks::ReadFileParams &)
void add_error(const OksFile &file, std::exception &ex)
◆ m_format
char dunedaq::oks::OksLoadObjectsJob::m_format |
|
private |
◆ m_fp
OksFile* dunedaq::oks::OksLoadObjectsJob::m_fp |
|
private |
◆ m_kernel
OksKernel* dunedaq::oks::OksLoadObjectsJob::m_kernel |
|
private |
◆ m_xmls
The documentation for this struct was generated from the following file:
- /github/workspace/dunedaq/sourcecode/oks/src/kernel.cpp