GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bool BaseENSDF::NextRecord ( unsigned int  whichdataset,
char *  record 
)
virtualinherited

to get dataset's records

After being open, each dataset contained in this file can be read indepandently record by record. All readings are initialised on the first record. To rewind, use FirstRecord. As for FirstRecord, this member uses a number to identify which dataset is read. This unique number must be obtained with IsDataSet. It returns false if there is nothing to be read.

Definition at line 133 of file BaseENSDF.cpp.