miscfunctions.h File Reference

Header file for miscfunctions.cpp. More...

#include <sstream>
#include <math.h>
#include <string>
#include <errno.h>
#include "invalidcastexception.h"

Include dependency graph for miscfunctions.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  MiscFunctions
 Represents helper class with methods needed for conversion and mathematical calculations. More...

Namespaces

namespace  std
 STL namespace.

Defines

#define ROUND_TO_DECIMAL_PLACE   16
#define REPLACE_DECIMAL_POINT_BEFORE   true
#define REPLACE_DECIMAL_POINT_AFTER   false
#define ROUND_TO_DECIMAL_PLACE   16
#define REPLACE_DECIMAL_POINT_BEFORE   true
#define REPLACE_DECIMAL_POINT_AFTER   false


Detailed Description

Header file for miscfunctions.cpp.

Header file specifying constructors, destructor and functions for miscfunctions.cpp.

Author:
Michael Schmidt

Gunnar Jehl

Version:
2.1
License:
Software License Agreement (BSD License)

Definition in file miscfunctions.h.


Define Documentation

#define REPLACE_DECIMAL_POINT_AFTER   false

Enable replacing of english comma-character . to german comma-character , in numeric values after all calculation have been made.

Definition at line 67 of file miscfunctions.h.

Referenced by MiscFunctions::getStringFromNumerical().

#define REPLACE_DECIMAL_POINT_BEFORE   true

Enable replacing of german comma-character , to english comma-character . in strings first before converting into a numeric value.

Definition at line 59 of file miscfunctions.h.

Referenced by MiscFunctions::getNumericFromString().

#define ROUND_TO_DECIMAL_PLACE   16

The number of right-of-comma positions from which is started rounding.

Definition at line 51 of file miscfunctions.h.


Generated on Sun May 24 20:20:10 2009 for G(arbage) C(ollected) X(Query) Engine by  doxygen 1.5.9