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

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

#include <ParentRecordChildrenWrapper.h>

Inheritance diagram for ParentRecordChildrenWrapper:
Child< ParentRecord > AlphaRecord BetaRecordWrapper DelayedParticleRecord NormalizationRecord BetaMinusRecord BetaPlusRecord

List of all members.

Public Member Functions

virtual const ParentRecordgetParentRecord () const
 Get the ParentRecord.
 ParentRecordChildrenWrapper (ParentRecord *toSet)
 Constructor, associates the object with the ParentRecord by telling the ParentRecord in question that it has a child.

Detailed Description

Extended by all classes that contains pointers to a ParentRecord.

Author:
Rikard Lundmark

Definition at line 31 of file ParentRecordChildrenWrapper.h.


Constructor & Destructor Documentation

ParentRecordChildrenWrapper::ParentRecordChildrenWrapper ( ParentRecord toSet)

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

Parameters:
toSetThe ParentRecord to set.

Definition at line 8 of file ParentRecordChildrenWrapper.cpp.

  :Child<ParentRecord>(toSet)
{
  
}

Member Function Documentation

const ParentRecord * ParentRecordChildrenWrapper::getParentRecord ( ) const [virtual]

Get the ParentRecord.

Returns:
The associated ParentRecord.

Definition at line 3 of file ParentRecordChildrenWrapper.cpp.

References Child< ParentRecord >::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