![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
00001 #include "ParentRecordChildrenWrapper.h" 00002 00003 const ParentRecord * ParentRecordChildrenWrapper::getParentRecord() const 00004 { 00005 return getChildAddable(); 00006 } 00007 00008 ParentRecordChildrenWrapper::ParentRecordChildrenWrapper(ParentRecord * toSet) 00009 :Child<ParentRecord>(toSet) 00010 { 00011 00012 }