|
Geant4
10.03.p02
|
Public Member Functions | |
| G4tgrFileIn () | |
| ~G4tgrFileIn () | |
| G4int | GetWordsInLine (std::vector< G4String > &wl) |
| void | ErrorInLine () |
| G4int | Nline () |
| const G4String & | GetName () |
| void | OpenNewFile (const char *filename) |
| G4bool | EndOfFile () |
| void | Close () |
| void | DumpException (const G4String &sent) |
Static Public Member Functions | |
| static G4tgrFileIn & | GetInstance (const G4String &name) |
| static G4tgrFileIn & | GetInstanceOpened (const G4String &name) |
Private Member Functions | |
| G4tgrFileIn (const G4String &name) | |
Private Attributes | |
| std::vector< std::ifstream * > | theFiles |
| std::vector< G4int > | theLineNo |
| std::vector< G4String > | theNames |
| G4int | theCurrentFile |
| G4String | theName |
Static Private Attributes | |
| static G4ThreadLocal std::vector< G4tgrFileIn * > * | theInstances |
| G4tgrFileIn | ( | ) |
| ~G4tgrFileIn | ( | ) |
|
private |
|
static |
|
static |
| void ErrorInLine | ( | ) |
| G4int Nline | ( | ) |
References theCurrentFile, and theLineNo.
| G4bool EndOfFile | ( | ) |
| void Close | ( | ) |
|
private |
|
private |
|
staticprivate |