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

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

#include <CommentRecord.h>

Inheritance diagram for CommentRecord:
Record

List of all members.

Public Member Functions

 CommentRecord (list< string > cardArg)
 Constructor.

Detailed Description

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

Author:
Rikard Lundmark

Definition at line 37 of file CommentRecord.h.


Constructor & Destructor Documentation

CommentRecord::CommentRecord ( list< string >  cardArg)

Constructor.

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

Definition at line 5 of file CommentRecord.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