num Class Reference
#include <num.hh>
List of all members.
Detailed Description
Definition at line 58 of file num.hh.
Constructor & Destructor Documentation
| num::num |
( |
int |
x = 0 |
) |
[inline] |
| num::num |
( |
double |
x |
) |
[inline] |
| num::num |
( |
const num & |
n |
) |
[inline] |
Member Function Documentation
| num::operator double |
( |
|
) |
const [inline] |
| num::operator int |
( |
|
) |
const [inline] |
| bool num::operator!= |
( |
const num & |
n |
) |
const [inline] |
| num& num::operator= |
( |
double |
n |
) |
[inline] |
| num& num::operator= |
( |
int |
n |
) |
[inline] |
| bool num::operator== |
( |
const num & |
n |
) |
const [inline] |
| int num::type |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: