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