Go to the source code of this file.
Namespaces | |
io | |
Enumerations | |
enum | io::Mode { io::eRead = 1, io::eWrite = 2, io::eNew = 3, io::eAppend = 4 } |
Available open modes. More... | |
enum | io::Status { io::eSuccess = 0, io::eFail = 1, io::eEOF = 2, io::eEndOfFiles = 3, io::eSkipEvent = 4 } |
Return code for seek operation. More... | |
enum | io::Type { io::eOffline, io::eFDas, io::eCDas, io::eCorsika, io::eAires, io::eIoAuger, io::eCONEX, io::eCONEXRandom, io::eSeneca, io::eArtificial, io::eZHAireS, io::eREAS, io::eREASH5, io::eEVA, io::eRadioAERA, io::eRadioAERAroot, io::eSELFAS, io::eUnknownType } |
The type of file that we are acutally opening. More... | |