DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
object.cpp File Reference
#include "oks/object.hpp"
#include "oks/xml.hpp"
#include "oks/attribute.hpp"
#include "oks/relationship.hpp"
#include "oks/class.hpp"
#include "oks/kernel.hpp"
#include "oks/index.hpp"
#include "oks/profiler.hpp"
#include "oks/cstring.hpp"
#include "oks_utils.hpp"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <sstream>
#include <stdexcept>
#include "ers/ers.hpp"
#include "logging/Logging.hpp"
Include dependency graph for object.cpp:

Go to the source code of this file.

Classes

struct  dunedaq::oks::BindWarning
struct  dunedaq::oks::RefData

Namespaces

namespace  dunedaq
 Including Qt Headers.
namespace  dunedaq::oks

Macros

#define _OksBuildDll_
#define READ_OBJ_HEADER(F1, S1, F2, S2)

Functions

static void dunedaq::oks::__throw_unknown_type (const oks::ReadFileParams &params, const char *atype)
std::ostream & dunedaq::oks::operator<< (std::ostream &s, const OksObject *o)
std::ostream & dunedaq::oks::operator<< (std::ostream &s, const OksObject &o)
static bool dunedaq::oks::trim_dangling (OksData &d, const OksKernel &kernel)
static bool dunedaq::oks::cmp_data (OksData *d, OksData *d2)
static void dunedaq::oks::test_dangling_references (const OksObject *obj, const OksData &d, const OksRelationship &r, std::string &result)
static void dunedaq::oks::_references (const OksObject *obj, unsigned long recursion_depth, RefData &data)
static void dunedaq::oks::insert2refs (const OksObject *o, unsigned long recursion_depth, RefData &data)

Macro Definition Documentation

◆ _OksBuildDll_

#define _OksBuildDll_

Definition at line 6 of file object.cpp.

◆ READ_OBJ_HEADER

#define READ_OBJ_HEADER ( F1,
S1,
F2,
S2 )
Value:

Definition at line 332 of file object.cpp.