|
Geant4
10.02.p03
|
#include "globals.hh"Go to the source code of this file.
Functions | |
| template<typename T > | |
| void | WRITE (std::ostream &out, const T &toBeSaved) |
| template<typename T > | |
| void | READ (std::istream &in, T &toBeSaved) |
| template<> | |
| void | WRITE< G4String > (std::ostream &out, const G4String &name) |
| template<> | |
| void | READ< G4String > (std::istream &in, G4String &name) |
| void READ | ( | std::istream & | in, |
| T & | toBeSaved | ||
| ) |
Definition at line 49 of file G4Serialize.hh.
Definition at line 67 of file G4Serialize.cc.
| void WRITE | ( | std::ostream & | out, |
| const T & | toBeSaved | ||
| ) |