Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

beecrypt::lang::Number Class Reference
[C++ classes mimicking java.lang]

#include <Number.h>

Inheritance diagram for beecrypt::lang::Number:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::lang::Number:

Collaboration graph
[legend]
List of all members.

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 ()

Detailed Description


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated on Mon Jun 20 10:10:50 2005 for BeeCrypt by  doxygen 1.4.0