![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
Representing a single History record in the ENSDF database (including continuation records). More...
#include <HistoryRecord.h>
Public Member Functions | |
HistoryRecord (list< string > cardArg) | |
Creates the object. |
Representing a single History record in the ENSDF database (including continuation records).
Definition at line 37 of file HistoryRecord.h.
HistoryRecord::HistoryRecord | ( | list< string > | cardArg | ) |
Creates the object.
cardArg | The card string(s) corresponding to this record. |
Definition at line 3 of file HistoryRecord.cpp.
:Record(cardArg) { }