![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
Header file for the ENSDFProcessor class. More...
#include <list>
#include <vector>
#include <string>
#include <stdio.h>
#include <sys/types.h>
#include <dirent.h>
#include <map>
#include <exception>
#include <sstream>
#include "Dataset.h"
#include "Isotop.h"
#include "ENSDF.h"
#include "Nukleid.h"
#include "Record.h"
#include "DataQuery.h"
#include "DataQueryBetaGamma.h"
#include "DataQueryIsomer.h"
#include "InterestingDecay.h"
#include "InterestingDecayBetaGamma.h"
#include "InterestingDecayIsomer.h"
#include "Enums.h"
#include "MassTable.h"
#include "VerbosePrinter.h"
#include "VerbosePrinterEventEnabled.h"
Go to the source code of this file.
Classes | |
class | ENSDFProcessor |
This class acts as an intermediate step between the Main function and the ENSDF object and the different DataQuery objects. More... | |
Defines | |
#define | LIST |
Inclusion guard. | |
#define | VECTOR |
Inclusion guard. | |
#define | STRING |
Inclusion guard. | |
#define | STDIO_H |
Inclusion guard. | |
#define | SYS_TYPES_H |
Inclusion guard. | |
#define | DIRENT_H |
Inclusion guard. | |
#define | MAP |
Inclusion guard. | |
#define | EXCEPTION |
Inclusion guard. | |
#define | SSTREAM |
Inclusion guard. | |
#define | ENSDF_PROCESSOR_H |
Inclusion guard. |
Header file for the ENSDFProcessor class.
Definition in file ENSDFProcessor.h.