#include <longInt.hpp>
Public Member Functions | |
long_int (unsigned int low, unsigned int high) | |
long_int (double value) | |
long_int | operator- (long_int arg) |
long_int | operator+ (long_int arg) |
double | as_double () |
Static Public Member Functions | |
static long_int | double_conversion (double value) |
Private Member Functions | |
long_int () | |
Private Attributes | |
unsigned int | low |
unsigned int | high |
Definition at line 26 of file longInt.hpp.
long_int::long_int | ( | ) | [inline, private] |
Definition at line 27 of file longInt.cpp.
long_int::long_int | ( | unsigned int | low, | |
unsigned int | high | |||
) |
Definition at line 29 of file longInt.cpp.
long_int::long_int | ( | double | value | ) |
Definition at line 34 of file longInt.cpp.
References double_conversion(), high, and low.
Here is the call graph for this function:
double long_int::as_double | ( | ) |
Definition at line 68 of file longInt.cpp.
Referenced by os::elapsedTime(), TimeStamp::seconds(), and elapsedTimer::seconds().
long_int long_int::double_conversion | ( | double | value | ) | [static] |
unsigned int long_int::high [private] |
unsigned int long_int::low [private] |