#include <Number.h>


Public Member Functions | |
| virtual javabyte | byteValue () const =0 throw () |
| virtual javashort | shortValue () const =0 throw () |
| virtual javaint | intValue () const =0 throw () |
| virtual javalong | longValue () const =0 throw () |
| virtual javabyte beecrypt::lang::Number::byteValue | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::lang::Integer, and beecrypt::lang::Long.
| virtual javaint beecrypt::lang::Number::intValue | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::lang::Integer, and beecrypt::lang::Long.
| virtual javalong beecrypt::lang::Number::longValue | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::lang::Integer, and beecrypt::lang::Long.
| virtual javashort beecrypt::lang::Number::shortValue | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::lang::Integer, and beecrypt::lang::Long.
1.5.7.1