ot_int Class Reference
OT_LIB Integer class.
More...
#include <ot_int.h>
List of all members.
Detailed Description
OT_LIB Integer class.
Implementation of the base integer object
Constructor & Destructor Documentation
ot_int::ot_int |
( |
int |
val = 0 |
) |
[inline] |
ot_int::ot_int |
( |
const ot_int & |
c |
) |
[inline] |
virtual ot_int::~ot_int |
( |
|
) |
[inline, virtual] |
Member Function Documentation
ot_obj* ot_int::dup |
( |
void |
|
) |
const [inline, virtual] |
Clone the object and return the pointer of the new object
- Returns:
- Pointer to the new object
Implements ot_obj.
References ot_int().
bool ot_int::operator== |
( |
const ot_int & |
c |
) |
const [inline] |
bool ot_int::operator!= |
( |
const ot_int & |
c |
) |
[inline] |
ot_int ot_int::operator+ |
( |
const ot_int & |
c |
) |
const [inline] |
ot_int ot_int::operator- |
( |
const ot_int & |
c |
) |
const [inline] |
ot_int ot_int::operator* |
( |
const ot_int & |
c |
) |
const [inline] |
ot_int ot_int::operator/ |
( |
const ot_int & |
c |
) |
const [inline] |
void ot_int::operator+= |
( |
const ot_int & |
c |
) |
[inline] |
void ot_int::operator-= |
( |
const ot_int & |
c |
) |
[inline] |
void ot_int::operator*= |
( |
const ot_int & |
c |
) |
[inline] |
void ot_int::operator/= |
( |
const ot_int & |
c |
) |
[inline] |
void ot_int::operator++ |
( |
void |
|
) |
[inline] |
void ot_int::operator-- |
( |
void |
|
) |
[inline] |
ot_int::operator int |
( |
void |
|
) |
const [inline] |
The documentation for this class was generated from the following file:
- /mnt/USB_DISK/BUILD/prj_sf/otlib/trunk/include/core/ot_int.h