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

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

#include <Integer.h>

Inheritance diagram for beecrypt::lang::Integer:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Integer (javaint value)
 Integer (const String &s) throw (NumberFormatException)
virtual ~Integer ()
virtual javabyte byteValue () const throw ()
virtual javashort shortValue () const throw ()
virtual javaint intValue () const throw ()
virtual javalong longValue () const throw ()
virtual int compareTo (const Integer &anotherInteger) const throw ()

Static Public Member Functions

static const StringtoHexString (javaint l) throw ()
static const StringtoOctalString (javaint l) throw ()
static const StringtoString (javaint l) throw ()
static javaint parseInteger (const String &s) throw (NumberFormatException)

Static Public Attributes

static const javaint MIN_VALUE
static const javaint MAX_VALUE

Detailed Description


Constructor & Destructor Documentation

beecrypt::lang::Integer::Integer javaint  value  ) 
 

beecrypt::lang::Integer::Integer const String s  )  throw (NumberFormatException)
 

virtual beecrypt::lang::Integer::~Integer  )  [inline, virtual]
 


Member Function Documentation

virtual javabyte beecrypt::lang::Integer::byteValue  )  const throw () [virtual]
 

Implements beecrypt::lang::Number.

virtual int beecrypt::lang::Integer::compareTo const Integer anotherInteger  )  const throw () [virtual]
 

Implements beecrypt::lang::Comparable< Integer >.

virtual javaint beecrypt::lang::Integer::intValue  )  const throw () [virtual]
 

Implements beecrypt::lang::Number.

virtual javalong beecrypt::lang::Integer::longValue  )  const throw () [virtual]
 

Implements beecrypt::lang::Number.

static javaint beecrypt::lang::Integer::parseInteger const String s  )  throw (NumberFormatException) [static]
 

virtual javashort beecrypt::lang::Integer::shortValue  )  const throw () [virtual]
 

Implements beecrypt::lang::Number.

static const String& beecrypt::lang::Integer::toHexString javaint  l  )  throw () [static]
 

static const String& beecrypt::lang::Integer::toOctalString javaint  l  )  throw () [static]
 

static const String& beecrypt::lang::Integer::toString javaint  l  )  throw () [static]
 


Member Data Documentation

const javaint beecrypt::lang::Integer::MAX_VALUE [static]
 

const javaint beecrypt::lang::Integer::MIN_VALUE [static]
 


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