|
|
|||
File indexing completed on 2026-04-10 07:50:35
0001 #pragma once 0002 0003 #include <string> 0004 #include <sstream> 0005 #include "G4Version.hh" 0006 0007 struct U4Version 0008 { 0009 static std::string Desc(); 0010 }; 0011 0012 inline std::string U4Version::Desc() 0013 { 0014 std::stringstream ss ; 0015 ss << G4Version << " " << G4Date ; 0016 std::string str = ss.str(); 0017 return str ; 0018 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|