#include "Utilities.h"#include <math.h>#include <iostream>Go to the source code of this file.
Classes | |
| class | NumConversionException |
| class | UtilitiesException |
Defines | |
| #define | MAX_SHORT_VALUE 32768 |
| #define | MIN_SHORT_VALUE -32768 |
| #define | MAX_USHORT_VALUE 65536 |
Variables | |
| NumConversionException | numConversionException |
| UtilitiesException | genUtilitiesException |
|
|
The maximum value of a short. Definition at line 36 of file Utilities.cpp. Referenced by Utilities::getShort(). |
|
|
The maximum value of an unsigned short. Definition at line 42 of file Utilities.cpp. Referenced by Utilities::getUShort(). |
|
|
The minimum value of a short. Definition at line 39 of file Utilities.cpp. Referenced by Utilities::getShort(). |
|
|
Exception thrown when there is a different kind of utilities error. Referenced by Utilities::getNeuronGrpID(), Utilities::safeCStringCat(), and Utilities::safeCStringCopy(). |
|
|
Exception thrown when there is a number conversion error. Referenced by Utilities::getDouble(), Utilities::getInt(), Utilities::getShort(), Utilities::getUInt(), and Utilities::getUShort(). |
1.4.4