Main Page | Namespace List | Alphabetical List | Class List | Directories | File List | Class Members | File Members

Utilities.cpp File Reference

#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


Define Documentation

#define MAX_SHORT_VALUE   32768
 

The maximum value of a short.

Definition at line 36 of file Utilities.cpp.

Referenced by Utilities::getShort().

#define MAX_USHORT_VALUE   65536
 

The maximum value of an unsigned short.

Definition at line 42 of file Utilities.cpp.

Referenced by Utilities::getUShort().

#define MIN_SHORT_VALUE   -32768
 

The minimum value of a short.

Definition at line 39 of file Utilities.cpp.

Referenced by Utilities::getShort().


Variable Documentation

UtilitiesException genUtilitiesException
 

Exception thrown when there is a different kind of utilities error.

Referenced by Utilities::getNeuronGrpID(), Utilities::safeCStringCat(), and Utilities::safeCStringCopy().

NumConversionException numConversionException
 

Exception thrown when there is a number conversion error.

Referenced by Utilities::getDouble(), Utilities::getInt(), Utilities::getShort(), Utilities::getUInt(), and Utilities::getUShort().


Generated on Mon Sep 3 22:18:50 2007 for SpikeStream Library by  doxygen 1.4.4