|
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 767 of file object.hpp.
|
inline |
Definition at line 772 of file object.hpp.
|
inline |
Definition at line 776 of file object.hpp.
|
inline |
Definition at line 775 of file object.hpp.
|
friend |
Definition at line 768 of file object.hpp.
| OksObject* dunedaq::oks::OksRCR::obj |
Definition at line 778 of file object.hpp.
| const OksRelationship* dunedaq::oks::OksRCR::relationship |
Definition at line 779 of file object.hpp.