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

Extended by all classes that contains pointers to a LevelRecord. More...

#include <LevelRecordChildrenWrapper.h>

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

List of all members.

Public Member Functions

virtual const LevelRecordgetLevelRecord () const
 Get the LevelRecord.
 LevelRecordChildrenWrapper (LevelRecord *toSet)
 Constructor, associates the object with the LevelRecord by telling the LevelRecord in question that it has a child.

Detailed Description

Extended by all classes that contains pointers to a LevelRecord.

Author:
Rikard Lundmark

Definition at line 32 of file LevelRecordChildrenWrapper.h.


Constructor & Destructor Documentation

LevelRecordChildrenWrapper::LevelRecordChildrenWrapper ( LevelRecord toSet)

Constructor, associates the object with the LevelRecord by telling the LevelRecord in question that it has a child.

Parameters:
toSetThe LevelRecord to set.

Definition at line 8 of file LevelRecordChildrenWrapper.cpp.

  :Child<LevelRecord>(toSet)
{

}

Member Function Documentation

const LevelRecord * LevelRecordChildrenWrapper::getLevelRecord ( ) const [virtual]

Get the LevelRecord.

Returns:
The associated LevelRecord.

Definition at line 3 of file LevelRecordChildrenWrapper.cpp.

References Child< LevelRecord >::getChildAddable().

Referenced by DataQueryBetaGamma::findNextLevel(), and Record_TEST::testGammaRecord().

{
  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