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