|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <stdlib.h>#include <string.h>#include <ctype.h>#include <unistd.h>#include "xDataTOM_private.h"Go to the source code of this file.
Macros | |
| #define | nameValueLength 1024 |
Functions | |
| char * | xDataTOMMisc_getAbsPath (statusMessageReporting *smr, const char *fileName) |
| int | xDataTOM_setMessageError_ReturnInt (int value, statusMessageReporting *smr, void *userInterface, const char *packageName, int lineNumber, int code, const char *fmt,...) |
| xDataTOM_element * | xDataTOM_getLinksElement (statusMessageReporting *smr, xDataTOM_element *element, char const *link) |
| #define nameValueLength 1024 |
Definition at line 22 of file xDataTOM_Misc.cc.
| xDataTOM_element * xDataTOM_getLinksElement | ( | statusMessageReporting * | smr, |
| xDataTOM_element * | element, | ||
| char const * | link | ||
| ) |
Definition at line 89 of file xDataTOM_Misc.cc.
| int xDataTOM_setMessageError_ReturnInt | ( | int | value, |
| statusMessageReporting * | smr, | ||
| void * | userInterface, | ||
| const char * | packageName, | ||
| int | lineNumber, | ||
| int | code, | ||
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 76 of file xDataTOM_Misc.cc.
| char * xDataTOMMisc_getAbsPath | ( | statusMessageReporting * | smr, |
| const char * | fileName | ||
| ) |
Definition at line 29 of file xDataTOM_Misc.cc.
Referenced by MCGIDI_target_heated_read().