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