DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
The struct OksRCR describes Reverse Composite Relationship (i.e. back reference from child to composite parent) More...
#include <object.hpp>
Public Member Functions | |
OksRCR (OksObject *o, const OksRelationship *r) | |
void * | operator new (size_t) |
void | operator delete (void *ptr) |
Public Attributes | |
OksObject * | obj |
const OksRelationship * | relationship |
Friends | |
class | OksKernel |
The struct OksRCR describes Reverse Composite Relationship (i.e. back reference from child to composite parent)
Definition at line 762 of file object.hpp.
|
inline |
Definition at line 767 of file object.hpp.
|
inline |
Definition at line 771 of file object.hpp.
|
inline |
Definition at line 770 of file object.hpp.
|
friend |
Definition at line 763 of file object.hpp.
OksObject* dunedaq::oks::OksRCR::obj |
Definition at line 773 of file object.hpp.
const OksRelationship* dunedaq::oks::OksRCR::relationship |
Definition at line 774 of file object.hpp.