ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
CrossReferenceRecord.h
Go to the documentation of this file.
00001 
00014 using namespace std;
00015 #include "Record.h"
00016 
00017 #ifndef STRING
00018 #define STRING //!<Inclusion guard
00019 #include <string>
00020 #endif
00021 
00022 #ifndef LIST
00023 #define LIST //!<Inclusion guard
00024 #include <list>
00025 #endif
00026 
00027 #ifndef CROSS_REFERENCE_RECORD
00028 #define CROSS_REFERENCE_RECORD //!<Inclusion guard.
00029 
00040 class CrossReferenceRecord : public Record
00041 {
00042  public:
00043   CrossReferenceRecord(list<string> cardArg 
00044                        );
00046 };
00047 
00048 #endif
 All Classes Files Functions Variables Enumerations Enumerator Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark