Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Functions | |
void * | xData_malloc (statusMessageReporting *smr, size_t size, int zero, const char *forItem, const char *file, int line) |
void * | xData_realloc (statusMessageReporting *smr, void *pOld, size_t size, const char *forItem, const char *file, int line) |
void * | xData_free (statusMessageReporting *, void *p) |
char * | xDataMisc_allocateCopyString (statusMessageReporting *smr, const char *s, const char *forItem, const char *file, int line) |
char * | xDataMisc_getAbsPath (statusMessageReporting *smr, const char *fileName) |
int | xData_setMessageError_ReturnInt (int value, statusMessageReporting *smr, void *userInterface, const char *packageName, int lineNumber, int code, const char *fmt,...) |
void * xData_free | ( | statusMessageReporting * | smr, |
void * | p | ||
) |
Definition at line 89 of file xDataMisc.cc.
Referenced by G4GIDI::dataFilename(), G4GIDI::freeTarget(), G4GIDI_Z_AMass(), G4GIDI::getAlreadyReadTarget(), G4GIDI::getNamesOfAvailableLibraries(), G4GIDI::isThisDataAvailable(), G4GIDI::readTarget(), tpi_channelID_free(), tpi_spectralID_free(), tpi_spectralID_release(), tpia_angular_release(), tpia_angularEnergy_release(), tpia_channel_free(), tpia_channel_release(), tpia_depot_free(), tpia_depot_release(), tpia_Legendre_release(), tpia_map_free(), tpia_map_release(), tpia_misc_getEqualProbableBins(), tpia_multiplicity_free(), tpia_multiplicity_release(), tpia_particle_free(), tpia_particle_freeInternalList(), tpia_product_free(), tpia_product_release(), tpia_target_createRead(), tpia_target_createReadFromMap(), tpia_target_free(), tpia_target_heated_create(), tpia_target_heated_createRead(), tpia_target_heated_free(), tpia_target_heated_release(), tpia_target_release(), xData_1d_x_free_copyData(), xData_2d_xindex_y_free_rawIndices(), xData_2d_xindex_y_free_toFilledYs(), xData_2d_xShared_yHistogram_free_copyData(), xData_2d_xy_free_copyData(), xData_freeElementList(), xData_matrix_free_copyData(), xData_parseFree(), xData_releaseAttributionList(), xData_setFileName(), and G4GIDI_target::~G4GIDI_target().
void * xData_malloc | ( | statusMessageReporting * | smr, |
size_t | size, | ||
int | zero, | ||
const char * | forItem, | ||
const char * | file, | ||
int | line | ||
) |
Definition at line 56 of file xDataMisc.cc.
Referenced by xDataMisc_allocateCopyString().
void * xData_realloc | ( | statusMessageReporting * | smr, |
void * | pOld, | ||
size_t | size, | ||
const char * | forItem, | ||
const char * | file, | ||
int | line | ||
) |
Definition at line 75 of file xDataMisc.cc.
Referenced by xData_malloc().
int xData_setMessageError_ReturnInt | ( | int | value, |
statusMessageReporting * | smr, | ||
void * | userInterface, | ||
const char * | packageName, | ||
int | lineNumber, | ||
int | code, | ||
const char * | fmt, | ||
... | |||
) |
Definition at line 160 of file xDataMisc.cc.
char * xDataMisc_allocateCopyString | ( | statusMessageReporting * | smr, |
const char * | s, | ||
const char * | forItem, | ||
const char * | file, | ||
int | line | ||
) |
Definition at line 97 of file xDataMisc.cc.
char * xDataMisc_getAbsPath | ( | statusMessageReporting * | smr, |
const char * | fileName | ||
) |
Definition at line 112 of file xDataMisc.cc.
Referenced by tpia_target_heated_read(), and tpia_target_read().