![]() |
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 LevelRecord. More...
#include <LevelRecordChildrenWrapper.h>
Public Member Functions | |
virtual const LevelRecord * | getLevelRecord () const |
Get the LevelRecord. | |
LevelRecordChildrenWrapper (LevelRecord *toSet) | |
Constructor, associates the object with the LevelRecord by telling the LevelRecord in question that it has a child. |
Extended by all classes that contains pointers to a LevelRecord.
Definition at line 32 of file LevelRecordChildrenWrapper.h.
LevelRecordChildrenWrapper::LevelRecordChildrenWrapper | ( | LevelRecord * | toSet | ) |
Constructor, associates the object with the LevelRecord by telling the LevelRecord in question that it has a child.
toSet | The LevelRecord to set. |
Definition at line 8 of file LevelRecordChildrenWrapper.cpp.
:Child<LevelRecord>(toSet) { }
const LevelRecord * LevelRecordChildrenWrapper::getLevelRecord | ( | ) | const [virtual] |
Get the LevelRecord.
Definition at line 3 of file LevelRecordChildrenWrapper.cpp.
References Child< LevelRecord >::getChildAddable().
Referenced by DataQueryBetaGamma::findNextLevel(), and Record_TEST::testGammaRecord().
{ return getChildAddable(); }