|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Macros | |
| #define | numberOfStaticInt32s ( 100 * 1000 ) |
| #define | INT32_MIN -2147483648 |
| #define | INT32_MAX 2147483647 |
Functions | |
| int32_t * | nfu_stringToListOfInt32s (statusMessageReporting *smr, char const *str, char sep, int64_t *numberConverted, char **endCharacter) |
| int | nfu_stringToInt32 (statusMessageReporting *smr, char const *str, char **endCharacter, int32_t *value) |
| #define INT32_MAX 2147483647 |
Definition at line 20 of file nf_stringToInt32s.c.
Referenced by nfu_stringToInt32().
| #define INT32_MIN -2147483648 |
Definition at line 19 of file nf_stringToInt32s.c.
Referenced by nfu_stringToInt32().
| #define numberOfStaticInt32s ( 100 * 1000 ) |
Definition at line 16 of file nf_stringToInt32s.c.
| int nfu_stringToInt32 | ( | statusMessageReporting * | smr, |
| char const * | str, | ||
| char ** | endCharacter, | ||
| int32_t * | value ) |
Definition at line 126 of file nf_stringToInt32s.c.
| int32_t * nfu_stringToListOfInt32s | ( | statusMessageReporting * | smr, |
| char const * | str, | ||
| char | sep, | ||
| int64_t * | numberConverted, | ||
| char ** | endCharacter ) |
Definition at line 27 of file nf_stringToInt32s.c.