#include "globals.hh"
함수 | |
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 | ||
) |
G4Serialize.hh 파일의 49 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4MoleculeDefinition::Load(), G4MolecularConfiguration::Unserialize().
G4Serialize.cc 파일의 67 번째 라인에서 정의되었습니다.
다음을 참조함 : in, UReadBinaryString::read().
void WRITE | ( | std::ostream & | out, |
const T & | toBeSaved | ||
) |
G4Serialize.hh 파일의 41 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4MoleculeDefinition::Serialize(), G4MolecularConfiguration::Serialize().