#include "G4Types.hh"#include <string>#include <vector>#include <map>#include "G4HCIOcatalog.hh"#include "G4DCIOcatalog.hh"#include "G4FileUtilities.hh"Go to the source code of this file.
Data Structures | |
| class | G4PersistencyCenter |
Defines | |
| #define | PERSISTENCY_CENTER_HH 1 |
Typedefs | |
| typedef std::map< std::string, G4PersistencyManager *, std::less< std::string > > | PMap |
| typedef std::map< int, std::string, std::less< int > > | ObjMap |
| typedef std::map< std::string, std::string, std::less< std::string > > | FileMap |
| typedef std::map< std::string, StoreMode, std::less< std::string > > | StoreMap |
| typedef std::map< std::string, G4bool, std::less< std::string > > | BoolMap |
Enumerations | |
| enum | StoreMode { kOn, kOff, kRecycle } |
| #define PERSISTENCY_CENTER_HH 1 |
Definition at line 32 of file G4PersistencyCenter.hh.
Definition at line 55 of file G4PersistencyCenter.hh.
| typedef std::map<std::string, std::string, std::less<std::string> > FileMap |
Definition at line 50 of file G4PersistencyCenter.hh.
| typedef std::map<int, std::string, std::less<int> > ObjMap |
Definition at line 49 of file G4PersistencyCenter.hh.
| typedef std::map<std::string, G4PersistencyManager*,std::less<std::string> > PMap |
Definition at line 46 of file G4PersistencyCenter.hh.
Definition at line 54 of file G4PersistencyCenter.hh.
| enum StoreMode |
1.4.7