![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
Extended by all classes that contains pointers to a ParentRecord. More...
#include <ParentRecordChildrenWrapper.h>
Public Member Functions | |
virtual const ParentRecord * | getParentRecord () const |
Get the ParentRecord. | |
ParentRecordChildrenWrapper (ParentRecord *toSet) | |
Constructor, associates the object with the ParentRecord by telling the ParentRecord in question that it has a child. |
Extended by all classes that contains pointers to a ParentRecord.
Definition at line 31 of file ParentRecordChildrenWrapper.h.
ParentRecordChildrenWrapper::ParentRecordChildrenWrapper | ( | ParentRecord * | toSet | ) |
Constructor, associates the object with the ParentRecord by telling the ParentRecord in question that it has a child.
toSet | The ParentRecord to set. |
Definition at line 8 of file ParentRecordChildrenWrapper.cpp.
:Child<ParentRecord>(toSet) { }
const ParentRecord * ParentRecordChildrenWrapper::getParentRecord | ( | ) | const [virtual] |
Get the ParentRecord.
Definition at line 3 of file ParentRecordChildrenWrapper.cpp.
References Child< ParentRecord >::getChildAddable().
{ return getChildAddable(); }