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