ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
Public Member Functions
QValueRecordChildrenWrapper Class Reference

Extended by all classes that contain pointers to a QValueRecord. More...

#include <QValueRecordChildrenWrapper.h>

Inheritance diagram for QValueRecordChildrenWrapper:
Child< QValueRecord > AlphaRecord BetaRecordWrapper DelayedParticleRecord GammaRecord LevelRecord BetaMinusRecord BetaPlusRecord

List of all members.

Public Member Functions

virtual const QValueRecordgetQValueRecord () 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.

Detailed Description

Extended by all classes that contain pointers to a QValueRecord.

Author:
Rikard Lundmark

Definition at line 32 of file QValueRecordChildrenWrapper.h.


Member Function Documentation

const QValueRecord * QValueRecordChildrenWrapper::getQValueRecord ( ) const [virtual]

Get the QValueRecord.

Returns:
The associated QValueRecord.

Definition at line 3 of file QValueRecordChildrenWrapper.cpp.

References Child< QValueRecord >::getChildAddable().

{
  return getChildAddable();
}

The documentation for this class was generated from the following files:
 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