|
Geant4-11
|
#include "globals.hh"Go to the source code of this file.
Functions | |
| template<typename T > | |
| void | READ (std::istream &in, T &toBeSaved) |
| template<> | |
| void | READ< G4String > (std::istream &in, G4String &name) |
| template<typename T > | |
| void | WRITE (std::ostream &out, const T &toBeSaved) |
| template<> | |
| void | WRITE< G4String > (std::ostream &out, const G4String &name) |
| void READ | ( | std::istream & | in, |
| T & | toBeSaved | ||
| ) |
Definition at line 49 of file G4Serialize.hh.
Referenced by G4MoleculeDefinition::Load(), and G4MolecularConfiguration::Unserialize().
Definition at line 67 of file G4Serialize.cc.
References G4InuclParticleNames::name(), and UReadBinaryString::read().
| void WRITE | ( | std::ostream & | out, |
| const T & | toBeSaved | ||
| ) |
Definition at line 41 of file G4Serialize.hh.
Referenced by G4MolecularConfiguration::Serialize(), and G4MoleculeDefinition::Serialize().
Definition at line 37 of file G4Serialize.cc.
References G4InuclParticleNames::name().