ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
ParentRecordChildrenWrapper.cpp
Go to the documentation of this file.
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 }
 All Classes Files Functions Variables Enumerations Enumerator Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark