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

#include <Long.h>

Inheritance diagram for beecrypt::lang::Long:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Static Public Member Functions

static const StringtoHexString (javalong l) throw ()
static const StringtoOctalString (javalong l) throw ()
static const StringtoString (javalong l) throw ()
static javalong parseLong (const String &s) throw (NumberFormatException)

Static Public Attributes

static const javalong MIN_VALUE
static const javalong MAX_VALUE


Constructor & Destructor Documentation

beecrypt::lang::Long::Long ( javalong  value  ) 

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

virtual beecrypt::lang::Long::~Long (  )  [inline, virtual]


Member Function Documentation

static const String& beecrypt::lang::Long::toHexString ( javalong  l  )  throw () [static]

static const String& beecrypt::lang::Long::toOctalString ( javalong  l  )  throw () [static]

static const String& beecrypt::lang::Long::toString ( javalong  l  )  throw () [static]

static javalong beecrypt::lang::Long::parseLong ( const String s  )  throw (NumberFormatException) [static]

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

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

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

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

virtual int beecrypt::lang::Long::compareTo ( const Long anotherLong  )  const throw () [virtual]


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Tue May 20 13:51:57 2008 for BeeCrypt by  doxygen 1.5.5