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

Corresponds to a single ReferenceRecord in the ENSDF database (including continuation records). More...

#include <ReferenceRecord.h>

Inheritance diagram for ReferenceRecord:
Record

List of all members.

Public Member Functions

 ReferenceRecord (list< string > cardArg)
 Constructor.

Detailed Description

Corresponds to a single ReferenceRecord in the ENSDF database (including continuation records).

Author:
Rikard Lundmark
Note:
Currently only a dummy class.

Definition at line 35 of file ReferenceRecord.h.


Constructor & Destructor Documentation

ReferenceRecord::ReferenceRecord ( list< string >  cardArg)

Constructor.

Parameters:
cardArgThe card string(s) corresponding to this record.

Definition at line 5 of file ReferenceRecord.cpp.

  :Record(cardArg)
{

}

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